Changes for page Installing WOLips

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

From version 78.1
edited by Mike Schrag
on 2005/09/26 10:03
Change comment: There is no comment for this version
To version 82.1
edited by Mike Schrag
on 2006/03/03 09:24
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -10,20 +10,19 @@
10 10  
11 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 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.
13 +Additionally you will need to download and install Eclipse 3.2, a build of Eclipse that does not currently have an official release.
14 14  
15 -You can get a 3.1.1 build from [[Eclipse.org>>http://download.eclipse.org/eclipse/downloads/index.php]].
15 +You can get a 3.2 build from [[Eclipse.org>>http://download.eclipse.org/eclipse/downloads/index.php]].
16 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:
17 +After installing Eclipse 3.2 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 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]]
19 +* [[EMF>>http://www.mdimension.com/~~wolips/dependencies/emf-sdo-xsd-SDK-2.1.1.zip]]
20 +* [[GEF>>http://www.mdimension.com/~~wolips/dependencies/GEF-SDK-3.1.1.zip]]
21 +* [[JEM>>http://www.mdimension.com/~~wolips/dependencies/JEM-SDK-1.1.0.1.zip]]
22 +* [[WTP>>http://www.mdimension.com/~~wolips/dependencies/wtp-sdk-1.0-webobjects.zip]]
23 +* [[TPTP>>http://www.mdimension.com/~~wolips/dependencies/tptp.runtime-TPTP-4.1.0.zip]]
24 +* [[jMechanic>>http://www.mdimension.com/~~wolips/dependencies/jmechanic.eclipse.profiler-0.6.0.zip]]
24 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 -
27 27  == WOLips Nightly Build Server ==
28 28  
29 29  Nightly builds of WOLips are maintained in several forms at http:~/~/www.mdimension.com/~~wolips/. Among the various packagings you will find are:
... ... @@ -39,8 +39,17 @@
39 39  
40 40  == Installing the Nightly Build ==
41 41  
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.
41 +Prior to installing a nightly build, you must have all dependencies installed. Nightly builds do not currently package and deploy the dependencies.
43 43  
43 +To install a fresh Eclipse with with WOLips support:
44 +
45 +1. Download an Eclipse 3.2 and uncompress it into a folder
46 +1. Download the http:~/~/www.mdimension.com/~~wolips/wolips-all-latest.tar.gz latest WOLips
47 +1. Uncompress the WOLips tar.gz in the same folder you uncompressed Eclipse 3.2 in
48 +1. Run
49 +
50 +Alternatively, you can install WOLips following the steps in the [[Install WOLips with Eclipse Update Manager]] tutorial.
51 +
44 44  == Installing from a Local Build ==
45 45  
46 46  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 :)