Wiki source code of Installing WOLips

Version 100.1 by Mike Schrag on 2005/09/23 16:14

Hide last authors
Mike Schrag 90.1 1 You have three options for installing WOLips.
David Avendasora 50.1 2
Mike Schrag 88.1 3 The first is to grab the latest stable build from the [[WOLips/WOProject Site>>http://objectstyle.org/woproject/]]. You can then just install it liike any other Eclipse plugin. However, you are getting a version of the code that is pretty old now.
Pascal Robert 70.1 4
Mike Schrag 90.1 5 The second way is to grab one of the Nightly Builds. Nightly builds are built from the latest-and-greatest source at the head of the CVS tree.
6
Mike Schrag 100.1 7 Lastly you can instead [[Building WOLips>>build WOLips]] yourself and enjoy the latest and greatest features and bugfixes. This is basically the same as the nightly builds, but do-it-yourself.
Mike Schrag 90.1 8
Mike Schrag 96.1 9 == Installing the Nightly Build ==
Mike Schrag 90.1 10
11 Nightly builds of WOLips are maintained in several forms at http:~/~/www.mdimension.com/~~wolips/. Among the various packagings you will find are:
12
13 * http:~/~/www.mdimension.com/~~wolips/dependencies/
14 This folder contains all the zips for the dependencies of wolips (so you don't have to go through all those damn sites)
15 * http:~/~/www.mdimension.com/~~wolips/wolips-latest.tar.gz
16 This is a .tar.gz of the features and plugins folders if you don't want to use eclipse updating to install. This is rebuilt nightly, but i was too lazy to pull the version # to put it in the filename :)
17 * http:~/~/www.mdimension.com/~~wolips/wolips-all-latest.tar.gz
18 This is a single tar.gz with all of the dependencies uncompressed and the latest wolips that you can unzip over top of your eclipse folder ... so if you want to do an initial install, just grab this. Same laziness on version # in filename ~-~- it's rebuilt along w/ the nightly build.
19
20 == Installing from a Local Build ==
21
Mike Schrag 94.1 22 1. The first step is [[Building WOLips]]
23 1. To install WOLips, you will need to uninstall your previous WOLips plugins
24 11. delete /path/to/eclipse/features/org.objectstyle.
25 11. delete /path/to/eclipse/plugins/org.objectstyle.
Mike Schrag 90.1 26 1. Launch Eclipse
27 1. Help=>Software Updates=>Find and install ...
28 1. Search for new features to install
29 1. New Local Site
30 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 commandline)
31 1. Check the box next to it, continue, and just keep selecting the "Yes"/"OK"/"Approve"/etc buttons