Changes for page Installing WOLips

Last modified by Denis Frolov on 2011/12/05 09:55

From version 113.1
edited by Ray Kiddy
on 2009/09/02 14:49
Change comment: update the 'from a Local Build' with correct ui information
To version 114.1
edited by Johann Werner
on 2011/12/05 09:55
Change comment: Migrated to Confluence 4.0

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.kiddyr
1 +XWiki.jw
Content
... ... @@ -1,5 +1,15 @@
1 -== All-In-One Turn-Key Installer (Mac OS X 10.5.2 Only) ==
1 +== Method 1: Eclipse Update Manager Install (Preferred Method) ==
2 2  
3 +This method is more work, but gives you total control over what you install. This is a good place to start if you already have Eclipse installed, or don't meet the system requirements for the all-in-one installer above.
4 +
5 +* [[doc:Install WOLips with Eclipse Update Manager]]
6 +
7 +== Method 2: All-In-One Turn-Key Installer (Mac OS X 10.5.2+ Only) ==
8 +
9 +{{warning title="Currently Not Working on Snow Leopard"}}
10 +Please be aware that the installer have Eclipse/WOLips 3.4, when most people are using Eclipse/WOLips 3.5, 3.6 or 3.7.
11 +{{/warning}}
12 +
3 3  In addition to Eclipse and the WOLips plugins, this incredibly useful installer contains the Project WOnder Frameworks, Frontbase Database and JDBC Driver, and many other tools and examples useful for WebObjects developers just getting started, or just getting started with WOLips.
4 4  
5 5  The pkg installer includes the following components:
... ... @@ -20,39 +20,26 @@
20 20  This Package requires:
21 21  
22 22  * Around 350MB disk space
23 -* Apple Mac OS X 10.5.2 (Leopard)
24 -* Apple Xcode 3.0 Developer Tools (Included on the Mac OS X 10.5 (Leopard) Installer DVD)
33 +* Apple Mac OS X 10.5.2+ (Leopard)
34 +* Apple Xcode 3.0+ Developer Tools (Included on the Mac OS X 10.5 (Leopard) Installer DVD)
25 25  
26 26  You can download the All-In-One installer from:
27 27  
28 -* [[sisuworks.com>>http://sisuworks.com/files/Eclipse+WOLips.zip]]
29 -(faster but fewer links available)
30 -* [[.Mac>>http://idisk.mac.com/jeremymatthews-Public/Eclipse+WOLips.zip?disposition=download+6674]]
31 -(slower but more links available)
38 +* [[.Mac>>url:http://idisk.mac.com/jeremymatthews-Public/Eclipse+WOLips.zip?disposition=download+6674||shape="rect"]]
39 + (faster - in Dec 2009)
40 +* [[sisuworks.com>>url:http://sisuworks.com/files/Eclipse+WOLips.zip||shape="rect"]]
41 + (slower - in Dec 2009)
32 32  
33 -== Eclipse Update Manager Install ==
43 +== Method 3: Getting Source Code ==
34 34  
35 -This method is more work, but gives you total control over what you install. This is a good place to start if you already have Eclipse installed, or don't meet the system requirements for the all-in-one installer above.
45 +The WOLips source code repository is hosted on Github. To download the sources use
36 36  
37 -* [[Install WOLips with Eclipse Update Manager]]
47 +{{code 0="none"}}
48 +git clone https://github.com/wolips/wolips.git WOLips
49 +{{/code}}
38 38  
39 -== WOLips Nightly Build Server ==
51 +This will give you read-only access.
40 40  
41 -Nightly builds of WOLips are maintained in several forms at [[http://webobjects.mdimension.com/wolips/]]. Among the various packagings you will find are:
53 +== WOLips Continuous Build Server ==
42 42  
43 -* [[http://webobjects.mdimension.com/wolips/wolips-HEAD-latest-site.tar.gz]]
44 -This is a .tar.gz of the webobjects.mdimension.com WOLips update site. If you would like to install from a local repository, you can download this. This package does NOT include any plugins outside of WOLips (i.e. SVN, Jadclipse, etc), so you will need to install those separately.
45 -* [[http://webobjects.mdimension.com/wolips/wolips-HEAD-latest-src.tar.gz]]
46 -This is the latest source to WOLips if you do not want to check it out from SVN.
47 -
48 -== Installing from a Local Build ==
49 -
50 -1. If you made changes locally, Eclipse will not automatically install your changed plugins if the version number is the same. You have two options - either uninstall WOLips or cheat and increment the WOLips build version prior to building your local copy. To uninstall WOLips, just delete all org.objectstyle features and plug ins from your eclipse folder. To increment the build server version, open buildserver.version in your projects folder and increment the last number. Note that you will now be "competing" with version numbers from the official build server, so the next official build will not install because you already used the next number, but sometimes it's a quick hack to force an update if you're lazy :-)
51 -1. Assuming you now have your build versions under control, you should follow the instructions for [[Building WOLips]]
52 -1. Launch Eclipse
53 -1. Select the menu: Help->Software Updates.
54 -1. Click on the 'Available Software' tab at the top of the window.
55 -1. Click on the 'Add Site...' button. This will bring up a dialog box.
56 -1. Click on the 'Local...' button on the dialog box.
57 -1. Browse to and select your workspace/projects/temp/dist folder or your woproject/temp/dist folder (depending on whether you checked out in eclipse or command line)
58 -1. Check the box next to it, continue, and just keep selecting the "Yes"/"OK"/"Approve"/etc buttons
55 +Continuous builds of WOLips are maintained in several forms at [[http:~~/~~/webobjects.mdimension.com/wolips/>>url:http://webobjects.mdimension.com/wolips/||shape="rect"]].