Changes for page Installing WOLips

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

From version 76.1
edited by Mike Schrag
on 2006/05/14 08:30
Change comment: There is no comment for this version
To version 79.1
edited by Mike Schrag
on 2005/09/26 10:03
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,10 +1,32 @@
1 -== "Quick" Install ==
1 +You have three options for installing WOLips.
2 2  
3 -The easiest way to install WOLips is to follow the steps in the [[Install WOLips with Eclipse Update Manager]] tutorial. If this is your first time using WOLips, this is the recommended method for installing WOLips.
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 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 [[build WOLips>>Building 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 +== WOLips Dependencies ==
10 +
11 +Recent version of WOLips in CVS have more extensive dependencies than prior builds (mostly due to the HTML editor that is part of the web tools project).
12 +
13 +Additionally you will need to download and install Eclipse 3.1.1, a build of Eclipse that does not currently have an official release.
14 +
15 +You can get a 3.1.1 build from [[Eclipse.org>>http://download.eclipse.org/eclipse/downloads/index.php]].
16 +
17 +After installing Eclipse 3.1.1 and before building or installing WOLips, you will need to download, unzip the following plugins and features, and copy the corresponding plugins and features into your eclipse plugins and features folders:
18 +
19 +* [[EMF>>http://eclipse.org/downloads/download.php?file=/tools/emf/downloads/drops/2.1.0/R200507070200/emf-sdo-xsd-SDK-2.1.0.zip]]
20 +* [[GEF>>http://www.eclipse.org/downloads/download.php?file=/tools/gef/downloads/drops/R-3.1-200507071758/GEF-SDK-3.1.zip]]
21 +* [[JEM>>http://www.eclipse.org/downloads/download.php?file=/tools/ve/downloads/drops/R-1.1-200507221721/JEM-SDK-1.1.zip]]
22 +* [[WTP>>http://www.eclipse.org/downloads/download.php?file=/webtools/downloads/drops/R-0.7-200507290654/wtp-sdk-0.7.zip]]
23 +* [[jMechanic>>http://sourceforge.net/project/showfiles.php?group_id=68316&release_id=136699]]
24 +
25 +**A mirror of these dependencies is maintained in various prepackaged forms at the Nightly Build site (see below), so you don't have to get it from the "official source" if you don't want.**
26 +
5 5  == WOLips Nightly Build Server ==
6 6  
7 -If you already have WOLips' dependencies (WTP, TPTP, GEM, and GEF), then you can download WOLips from the build server. Nightly builds of WOLips are maintained in several forms at http:~/~/www.mdimension.com/~~wolips/. Among the various packagings you will find are:
29 +Nightly builds of WOLips are maintained in several forms at http:~/~/www.mdimension.com/~~wolips/. Among the various packagings you will find are:
8 8  
9 9  * http:~/~/www.mdimension.com/~~wolips/dependencies/
10 10  This folder contains all the zips for the dependencies of wolips (so you don't have to go through all those damn sites)
... ... @@ -17,15 +17,8 @@
17 17  
18 18  == Installing the Nightly Build ==
19 19  
20 -Prior to installing a nightly build, you must have all dependencies installed. Nightly builds do not currently package and deploy the dependencies.
42 +Prior to installing a nightly build, you must have all dependencies installed. Nightly builds do not currently package and deploy the dependencies. The nightly build of WOLips can be installed following the steps in the [[Install WOLips with Eclipse Update Manager]] tutorial.
21 21  
22 -To install a fresh Eclipse with with WOLips support:
23 -
24 -1. Download an Eclipse 3.2 and uncompress it into a folder
25 -1. Download the http:~/~/www.mdimension.com/~~wolips/wolips-all-latest.tar.gz latest WOLips
26 -1. Uncompress the WOLips tar.gz in the same folder you uncompressed Eclipse 3.2 in
27 -1. Profit :)
28 -
29 29  == Installing from a Local Build ==
30 30  
31 31  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 plugins 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 :)