Last modified by Kieran Kelleher on 2021/02/17 17:30

From version 163.1
edited by Mike Schrag
on 2008/02/29 10:08
Change comment: There is no comment for this version
To version 200.1
edited by chuckhill
on 2007/06/28 19:11
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.mschrag
1 +XWiki.chuckhill
Content
... ... @@ -1,20 +1,13 @@
1 -=== Short Story ===
1 +The first requirement for installing WOLips is that you have Eclipse. It is recommended that you install Eclipse 3.2.2 to use WOLips. To install Eclipse, go to the [[Eclipse 3.2.2 Download Site>>http://download.eclipse.org/eclipse/downloads]] and download the build that matches your operating system and uncompress it.
2 2  
3 -* Plugin URL for Eclipse 3.3.2: [[http://webobjects.mdimension.com/wolips/stable]]
4 -* System Requirements: Eclipse 3.3 or better
5 -* HIGHLY Recommended: Eclipse 3.3.2 (especially for Leopard)
6 -* Java 1.5 (not Java 1.4)
7 -
8 -=== Long Story ===
9 -
10 -The first requirement for installing WOLips is that you have Eclipse. It is recommended that you install Eclipse 3.3.2 to use WOLips. To install Eclipse, go to the [[Eclipse 3.3.2 Download Site>>http://download.eclipse.org/eclipse/downloads/]] and download the build that matches your operating system and uncompress it.
11 -
12 12  ~1. Launch the Eclipse application.
13 13  
14 14  ----
15 15  
16 -2. The first window that will appear on a new installation of Eclipse is the workspace folder selection dialog. Your workspace is the folder that will contain all of your active projects along with the metadata Eclipse requires to maintain the projects.
7 +2. The first window that will appear on a new installation of Eclipse is the workspace folder selection dialog. Your workspace is the folder that will contain all of your active projects along with the metadata Eclipse requires to maintain the projects.
17 17  
9 +**DO NOT USE A PATH WITH SPACES IN IT**
10 +
18 18  [[image:Bild 1.png]]
19 19  
20 20  ----
... ... @@ -43,10 +43,12 @@
43 43  
44 44  ----
45 45  
46 -7. In the New Update Site dialog, enter "WOLips" as the name, and as the URL [[http://webobjects.mdimension.com/wolips/stable]] and click OK.
39 +7. In the New Update Site dialog, enter "WOLips" as the name, and as the URL [[http://webobjects.mdimension.com/wolips/stable]] and click OK.
47 47  
48 48  [[image:newUpdateSite_stable.jpg]]
49 49  
43 +//Note: All builds beyond 4118 are Eclipse 3.3 only//. The nightly build [[http://webobjects.mdimension.com/wolips/nightly]] are now only supported by Eclipse 3.3. This is still a work in progress and should be regarded as unstable for now.
44 +
50 50  ----
51 51  
52 52  8. You should now be returned to the list of install sites with your new Remote Install Site selected. Click "Finish" to continue.
... ... @@ -55,7 +55,7 @@
55 55  
56 56  ----
57 57  
58 -9. Expand the WOLips folder and select only **Standard Install**. Leave the other options until you are more familiar with Eclipse and WOLips and decide that you need them.
53 +9. Expand the WOLips folder and select only **Standard Install**. If you are on a Mac, you can also select **Goodies Mac**. Leave the other options until you are more familiar with Eclipse and WOLips and decide that you need them.
59 59  
60 60  [[image:Bild 8.jpg]]
61 61  
... ... @@ -91,14 +91,8 @@
91 91  
92 92  ----
93 93  
94 -15. Eclipse will need to be restarted for the WOLips plugins to be available.
89 +15. Lastly, Eclipse will need to be restarted for the WOLips plugins to be available.
95 95  
96 96  [[image:Bild 16.png]]
97 97  
98 -----
99 -
100 -16. Before you create/import projects, it might be prudent to check that Eclipse is using the latest Java 1.5. So go ahead and open Eclipse > Preferences and navigate to following preferences pane and make sure Java 1.5 (which is a symbolic link to the latest version of 1.5 on your system) is selected
101 -
102 -[[image:Picture 11.jpg]]
103 -
104 -That's it You now have all of the WOLips features installed in your Eclipse. Continue to the [[Create a new WO Application]] tutorial to learn more about using WOLips' capabilities. You can also [[Access the WOLips User Guide]].
93 +That's it You now have all of the WOLips features installed in your Eclipse. Continue to the [[Create a new WO Application]] tutorial to learn more about using WOLips' capabilities.