Changes for page Installing WOLips
Last modified by Denis Frolov on 2011/12/05 09:55
From version 109.1
edited by Mike Schrag
on 2005/06/29 14:27
on 2005/06/29 14:27
Change comment:
There is no comment for this version
To version 110.1
edited by Mike Schrag
on 2009/01/26 09:51
on 2009/01/26 09:51
Change comment:
Updated for new stable release
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,5 +1,57 @@ 1 - Youhavetwo optionsfor installingWOLips.1 +== All-In-One Turn-Key Installer (Mac OS X 10.5.2+ Only) == 2 2 3 - Thefirststograb thelatest stablebuildfromthe[[WOLips/WOProjectSite>>http://objectstyle.org/woproject/]].Youcanhenjustinstallitliike any otherEclipseplugin.However,youaregetting aversionofthecodehatspretty oldnow.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 -The recommended method is instead [[Building WOLips]] yourself and enjoy the latest and greatest features and bugfixes. 5 +The pkg installer includes the following components: 6 + 7 + 8 +* Eclipse 3.4 9 +* WOLips (stable rev) 10 +* Standard EOGenerator Templates 11 +* WOTaskd and JavaMonitor launchd scripts 12 +* Wonder Frameworks (as in pure frameworks) 13 +* Wonder Framework Jars (in case you prefer the embedded kind...) 14 +* Wonder API Documentation 15 +* Wonder RuleModeler 16 +* Jadclipse 17 +* Standalone Entity Modeler 18 +* Frontbase Database + JDBC adaptor + Management Apps + Autostart 19 +* Uninstaller 20 + 21 +This Package requires: 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) 25 + 26 +You can download the All-In-One installer from: 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) 32 + 33 +== Eclipse Update Manager Install == 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. 36 + 37 +* [[Install WOLips with Eclipse Update Manager]] 38 + 39 +== WOLips Nightly Build Server == 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: 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. Help=>Software Updates=>Find and install ... 54 +1. Search for new features to install 55 +1. New Local Site 56 +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) 57 +1. Check the box next to it, continue, and just keep selecting the "Yes"/"OK"/"Approve"/etc buttons