Version 148.1 by ldemers on 2009/12/21 16:38

Hide last authors
ldemers 147.1 1 {{note title="This content needs updating"}}
2
3 Specifically the "Long Story" steps and screenshots which are form 3.3 installation and are not exactly the same for 3.4
4
5 {{/note}}
6
pgr 145.1 7 === Short Story ===
Maik Musall 115.1 8
pgr 145.1 9 * Requirements
10 ** System Requirements: Eclipse 3.4.2 (NOT 3.5 - see below)
11 ** Java 1.5 or greater (not Java 1.4)
Maik Musall 115.1 12
pgr 145.1 13 * Plugin URL for Eclipse 3.4.2: [[http://webobjects.mdimension.com/wolips/stable]](in eclipse 3.4, it may be necessary to use http:~/~/webobjects.mdimension.com/hudson/job/WOLipsStable/lastSuccessfulBuild/artifact/site)
14 * There is also a nightly build available at [[http://webobjects.mdimension.com/wolips/nightly]] for those who want the latest, greatest features, even if it sometimes makes things unstable.
Mike Schrag 125.1 15
pgr 145.1 16 {{note title="Eclipse 3.5"}}
17
18 There is a build of WOLips for Eclipse 3.5, but it is currently unstable and should only be used by people that don't mind things not working correctly. Plugin URL for Eclipse 3.5: [http://webobjects.mdimension.com/wolips/eclipse_3_5]
19
20 {{/note}}
21
22 === Long Story ===
23
24 The first requirement for installing WOLips is that you have Eclipse. It is recommended that you install Eclipse 3.4.2 to use WOLips. To install Eclipse, go to the [[Eclipse 3.4.2 Download Site>>http://www.eclipse.org/downloads/packages/release/ganymede/sr2]] and download (Eclipse IDE for Java EE Developers recommended) the build that matches your operating system and uncompress it.
25
26 {{warning}}
27
28 To avoid weird behavior, the complete path to the Eclipse executable must have *NO* spaces in it. Probably wise to ensure likewise with your workspace directory path. Your workspace should not include dashes either. You have been warned! :-)
29
David Avendasora 137.1 30 {{/warning}}
Maik Musall 115.1 31
pgr 145.1 32 ~1. Launch the Eclipse application.
Andrus Adamchik 127.1 33
pgr 145.1 34 ----
Maik Musall 115.1 35
pgr 145.1 36 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.
Filippo Laurìa 131.1 37
pgr 145.1 38 [[image:Picture 2.png]]
Filippo Laurìa 131.1 39
pgr 145.1 40 ----
Maik Musall 115.1 41
pgr 145.1 42 3. The first time you launch Eclipse, you will be taken to the Welcome screen. You can review the Welcome content if you would like. When you are finished, select the "Workbench" icon on the right side, as pictured below. After this there is a small pane in the lower right status bar, where you can look up the Welcome screen again.
Andrus Adamchik 127.1 43
pgr 145.1 44 [[image:Picture3a.png]]
David Avendasora 121.1 45
pgr 145.1 46 ----
Maik Musall 115.1 47
pgr 145.1 48 4. First, let's verify that you're running Eclipse with Java 5. Go to the "Eclipse" menu, and select "About Eclipse SDK"
Andrus Adamchik 127.1 49
pgr 145.1 50 [[image:Picture 14.png]]
David Avendasora 121.1 51
pgr 145.1 52 ----
53
54 5. On the About dialog, choose "Configuration Details"
55
ldemers 147.1 56 [[image:Picture 15.png]]
pgr 145.1 57
58 ----
59
ldemers 147.1 60 6. Scroll down until you find "java.vm.version" and verify that it is listed as some variant of 1.5.x (the exact version is not important)
pgr 145.1 61
ldemers 147.1 62 [[image:Picture 16.png]]
pgr 145.1 63
64 ----
65
ldemers 147.1 66 7. If it is not, you will need to change your default Java VM to be Java 5 (see Apple's instructions for this), or you will need to modify the Info.plist inside the Eclipse.app to tell it to open with only Java 5. If Eclipse is running in 1.5, then close the dialogs back out to the main Eclipse window and proceed.
pgr 145.1 67
68 ----
69
ldemers 147.1 70 8. Currently you have a stock Eclipse installation which will allow you to do normal Java development, but it does not contain any of the WOLips plugins, so you will not have any of the WebObjects development tools. To begin your WOLips installation, go to the Help=>Software Updates=>Find and Install ... menu item.
pgr 145.1 71
ldemers 147.1 72 [[image:Picture 17.png]]
pgr 145.1 73
74 ----
75
ldemers 147.1 76 9. Select "Search for new features to install" and click "Next"
pgr 145.1 77
ldemers 147.1 78 [[image:Picture 4.png]]
pgr 145.1 79
80 ----
81
ldemers 147.1 82 10. The next dialog you get to shows the list of update sites that are available in your Eclipse install. The first time you go through this process, you will need to create the Remote Install site that points to the WOLips server. After the initial install, you can skip this step and just select the already existing WOLips site instead. To continue, select "New Remote Site" on the right hand side.
pgr 145.1 83
ldemers 147.1 84 [[image:Picture 5.png]]
pgr 145.1 85
86 ----
87
ldemers 147.1 88 ~11. In the New Update Site dialog, enter "WOLips" as the name, and as the URL [[http://webobjects.mdimension.com/wolips/stable]] and click OK.
pgr 145.1 89
ldemers 147.1 90 [[image:Picture 6.png]]
pgr 145.1 91
ldemers 147.1 92 ----
pgr 145.1 93
ldemers 147.1 94 12. You should now be returned to the list of install sites with your new Remote Install Site selected. Click "Finish" to continue.
pgr 145.1 95
ldemers 147.1 96 [[image:Picture 7.png]]
97
pgr 145.1 98 ----
99
ldemers 147.1 100 13. 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. [[Other WOLips Install Options]]
pgr 145.1 101
ldemers 147.1 102 [[image:WOLipsInstallOptions-a.png]]
pgr 145.1 103
ldemers 147.1 104 ----
pgr 145.1 105
ldemers 147.1 106 14. This next dialog contains the license agreements for the selected features. After reviewing the agreements (you DO review your license agreements, right :-) ), select "I accept the terms in this license agreement". Selecting this radio button will accept the license agreements for **all** of the features listed. Click "Next" to continue.
pgr 145.1 107
ldemers 147.1 108 [[image:Picture 9.png]]
109
pgr 145.1 110 ----
111
ldemers 147.1 112 15. The dialog you are presented with shows a review of the features you selected. Click "Finish" to continue.
pgr 145.1 113
ldemers 147.1 114 [[image:Picture 10.png]]
pgr 145.1 115
116 ----
117
ldemers 147.1 118 16. Eclipse will now download the features and plugins that you requested.
pgr 145.1 119
ldemers 147.1 120 [[image:Picture 11.png]]
pgr 145.1 121
122 ----
123
ldemers 147.1 124 17. Once the download is complete, Eclipse will present you with the installation confirmation for each feature. The easiest option is to just select "Install All," though you can review each one individually if you would like.
125
126 [[image:Picture 12.png]]
127
128 ----
129
130 18. More of the waiting game, though it should be quicker than the download.
131
132 ----
133
134 19. Eclipse will need to be restarted for the WOLips plugins to be available.
135
136 [[image:Picture 13.png]]
137
138 ----
139
Kieran Kelleher 133.1 140 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]] or explore additional [[Useful Eclipse Plugins]].