Changes for page Installing WOLips

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

From version 46.1
edited by David Avendasora
on 2008/04/02 12:55
Change comment: There is no comment for this version
To version 56.1
edited by Kieran Kelleher
on 2009/12/06 12:39
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.avendasora
1 +XWiki.kieran
Content
... ... @@ -1,40 +1,45 @@
1 -== All-In-One Turn-Key Installer (Mac OS X 10.5.2+ Only) ==
1 +== Method 1: All-In-One Turn-Key Installer (Mac OS X 10.5.2 Only) ==
2 2  
3 -In addition to Eclipse and the WOLips plugin 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.
3 +{{warning title="Broken on Snow Leopard"}}
4 4  
5 -The package (as in mac-based) installer includes the following components:
6 -
5 +As of Dec 2009, it appears that the installed Eclipse is broken when run on a virgin Snow Leopard environment. So try Method 2 below instead.
7 7  
8 -* Eclipse 3.3.2
9 -* WOLips (stable rev)
10 -* JavaEOGenerator
11 -* EOGenerator Templates
12 -* Launchd scripts to autolaunch wotaskd and JavaMonitor upon boot
13 -* Wonder Frameworks (as in pure frameworks)
14 -* Wonder Framework Jars (in case you prefer the embedded kind...)
15 -* Wonder api docs
16 -* Wonder RuleModeler
17 -* jadlipse
18 -* Standalone Entity Modeler
19 -* Frontbase Database + JDBC adaptor + Management Apps + Autostart
20 -* Uninstaller
21 -
22 -This Package requires:
23 -* Around 350MB disk space
24 -* Apple Mac OS X 10.5.2+ (Leopard)
25 -* Apple Xcode 3.0+ Developer Tools (Included on the Mac OS X 10.5 (Leopard) Installer DVD)
26 -
27 -You can download the All-In-One installer from:
28 -
29 -* [[sisuworks.com>>http://sisuworks.com/files/WOLips.zip]]
30 -(faster but fewer links available)
31 -* [[.Mac>>http://homepage.mac.com/WebObjects/FileSharing.woa/wa/WOLips.zip.zip?a=downloadFile&user=jeremymatthews&path=.Public/WOLips.zip]]
32 -(slower but more links available)
7 +{{/warning}}
33 33  
34 -== Manual Eclipse Update Manager Install ==
9 +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.
35 35  
36 -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.
11 +The pkg installer includes the following components:
37 37  
13 +* Eclipse 3.4
14 +* WOLips (stable rev)
15 +* Standard EOGenerator Templates
16 +* WOTaskd and JavaMonitor launchd scripts
17 +* Wonder Frameworks (as in pure frameworks)
18 +* Wonder Framework Jars (in case you prefer the embedded kind...)
19 +* Wonder API Documentation
20 +* Wonder RuleModeler
21 +* Jadclipse
22 +* Standalone Entity Modeler
23 +* Frontbase Database + JDBC adaptor + Management Apps + Autostart
24 +* Uninstaller
25 +
26 +This Package requires:
27 +
28 +* Around 350MB disk space
29 +* Apple Mac OS X 10.5.2 (Leopard)
30 +* Apple Xcode 3.0 Developer Tools (Included on the Mac OS X 10.5 (Leopard) Installer DVD)
31 +
32 +You can download the All-In-One installer from:
33 +
34 +* [[.Mac>>http://idisk.mac.com/jeremymatthews-Public/Eclipse+WOLips.zip?disposition=download+6674]]
35 +(faster - in Dec 2009)
36 +* [[sisuworks.com>>http://sisuworks.com/files/Eclipse+WOLips.zip]]
37 +(slower - in Dec 2009)
38 +
39 +== Method 2: Eclipse Update Manager Install (Preferred Method) ==
40 +
41 +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.
42 +
38 38  * [[Install WOLips with Eclipse Update Manager]]
39 39  
40 40  == WOLips Nightly Build Server ==
... ... @@ -41,18 +41,20 @@
41 41  
42 42  Nightly builds of WOLips are maintained in several forms at [[http://webobjects.mdimension.com/wolips/]]. Among the various packagings you will find are:
43 43  
44 -* [[http://webobjects.mdimension.com/wolips/wolips-latest-site.tar.gz]]
45 -This is a .tar.gz of the webobjects.mdimension.com WOLips and Project Wonder update site. If you would like to install from a local repository, you can download this. This package does NOT include any of the Callisto features, so you will need to install those from the Callisto Discovery Site.
46 -* [[http://webobjects.mdimension.com/wolips/wolips-latest-src.tar.gz]]
47 -This is the latest source to WOLips if you do not want to check it out from CVS.
49 +* [[http://webobjects.mdimension.com/wolips/wolips-HEAD-latest-site.tar.gz]]
50 +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.
51 +* [[http://webobjects.mdimension.com/wolips/wolips-HEAD-latest-src.tar.gz]]
52 +This is the latest source to WOLips if you do not want to check it out from SVN.
48 48  
49 49  == Installing from a Local Build ==
50 50  
51 -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 :-)
56 +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 :-)
52 52  1. Assuming you now have your build versions under control, you should follow the instructions for [[Building WOLips]]
53 53  1. Launch Eclipse
54 -1. Help=>Software Updates=>Find and install ...
55 -1. Search for new features to install
56 -1. New Local Site
57 -1. Browse to and select your workspace/projects/temp/dist folder or your woproject/projects/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
59 +1. Select the menu: Help->Software Updates.
60 +1. Click on the 'Available Software' tab at the top of the window.
61 +1. Click on the 'Add Site...' button. This will bring up a dialog box.
62 +1. Click on the 'Local...' button on the dialog box.
63 +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). Check the box next to it.
64 +1. If you updated the version number in your local copy (instead of uninstalling), you must now click on the 'Installed Software' tab at the top of the window and click on the 'Update...' button.
65 +1. Then continue, and just keep selecting the "Yes"/"OK"/"Approve"/etc buttons