Wiki source code of Installing WOLips
Version 101.1 by Mike Schrag on 2005/09/23 16:14
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | You have three options for installing WOLips. | ||
2 | |||
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. | ||
4 | |||
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 | |||
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. | ||
8 | |||
9 | == Installing the Nightly Build == | ||
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 | |||
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. | ||
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 |