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

From version 200.1
edited by chuckhill
on 2007/06/28 19:11
Change comment: There is no comment for this version
To version 198.1
edited by kiberkli
on 2007/08/30 14:12
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.chuckhill
1 +XWiki.kiberkli
Content
... ... @@ -1,13 +1,23 @@
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.
1 +=== Short Story ===
2 2  
3 +There are two update sites at the moment (as of 27th Aug 2007):
4 +
5 +* stable WOLips for Eclipse 3.2.2 or smaller (NOT 3.3): http:~/~/webobjects.mdimension.com/wolips/stable
6 +* development version (Eclipse 3.3 only): http:~/~/webobjects.mdimension.com/wolips/nightly
7 +(development version is not yet considered production ready)
8 +
9 +You definitely need to run Eclipse with Java 1.5. If you get strange errors after installing WOLips, it quite probably is because Eclipse is running Java 1.4. (For MacOSX, check the file Eclipse.app/Contents/Info.plist)
10 +
11 +=== Long Story ===
12 +
13 +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://europa-mirror1.eclipse.org/eclipse/downloads/drops/R-3.2.2-200702121330/index.php]] (or [[here>>http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/R-3.2.2-200702121330/index.php]]) and download the build that matches your operating system and uncompress it.
14 +
3 3  ~1. Launch the Eclipse application.
4 4  
5 5  ----
6 6  
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.
19 +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.
8 8  
9 -**DO NOT USE A PATH WITH SPACES IN IT**
10 -
11 11  [[image:Bild 1.png]]
12 12  
13 13  ----
... ... @@ -36,7 +36,7 @@
36 36  
37 37  ----
38 38  
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.
49 +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.
40 40  
41 41  [[image:newUpdateSite_stable.jpg]]
42 42  
... ... @@ -86,8 +86,14 @@
86 86  
87 87  ----
88 88  
89 -15. Lastly, Eclipse will need to be restarted for the WOLips plugins to be available.
99 +15. Eclipse will need to be restarted for the WOLips plugins to be available.
90 90  
91 91  [[image:Bild 16.png]]
92 92  
103 +----
104 +
105 +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
106 +
107 +[[image:Picture 11.jpg]]
108 +
93 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.