Wiki source code of Installing WOLips

Version 53.1 by David Avendasora on 2008/04/02 12:56

Show last authors
1 == All-In-One Turn-Key Installer (Mac OS X 10.5.2+ Only) ==
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.
4
5 The package (as in mac-based) installer includes the following components:
6
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)
33
34 == Eclipse Update Manager Install ==
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.
37
38 * [[Install WOLips with Eclipse Update Manager]]
39
40 == WOLips Nightly Build Server ==
41
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
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.
48
49 == Installing from a Local Build ==
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 :-)
52 1. Assuming you now have your build versions under control, you should follow the instructions for [[Building WOLips]]
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