Version 149.1 by David Holt on 2008/02/29 14:41

Hide last authors
pgr 145.1 1 === Short Story ===
Maik Musall 115.1 2
David Holt 149.1 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)
Maik Musall 115.1 7
pgr 145.1 8 === Long Story ===
9
David Holt 149.1 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.
pgr 145.1 11
12 ~1. Launch the Eclipse application.
Andrus Adamchik 127.1 13
pgr 145.1 14 ----
Maik Musall 115.1 15
pgr 145.1 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.
Filippo Laurìa 131.1 17
pgr 145.1 18 [[image:Picture 2.png]]
Filippo Laurìa 131.1 19
pgr 145.1 20 ----
Maik Musall 115.1 21
pgr 145.1 22 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 23
David Holt 149.1 24 [[image:Picture 3.png]]
David Avendasora 121.1 25
pgr 145.1 26 ----
Maik Musall 115.1 27
pgr 145.1 28 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 29
pgr 145.1 30 [[image:Picture 14.png]]
David Avendasora 121.1 31
pgr 145.1 32 ----
33
34 5. On the About dialog, choose "Configuration Details"
35
ldemers 147.1 36 [[image:Picture 15.png]]
pgr 145.1 37
38 ----
39
ldemers 147.1 40 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 41
ldemers 147.1 42 [[image:Picture 16.png]]
pgr 145.1 43
44 ----
45
ldemers 147.1 46 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 47
48 ----
49
ldemers 147.1 50 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 51
ldemers 147.1 52 [[image:Picture 17.png]]
pgr 145.1 53
54 ----
55
ldemers 147.1 56 9. Select "Search for new features to install" and click "Next"
pgr 145.1 57
ldemers 147.1 58 [[image:Picture 4.png]]
pgr 145.1 59
60 ----
61
ldemers 147.1 62 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 63
ldemers 147.1 64 [[image:Picture 5.png]]
pgr 145.1 65
66 ----
67
ldemers 147.1 68 ~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 69
ldemers 147.1 70 [[image:Picture 6.png]]
pgr 145.1 71
ldemers 147.1 72 ----
pgr 145.1 73
ldemers 147.1 74 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 75
ldemers 147.1 76 [[image:Picture 7.png]]
77
pgr 145.1 78 ----
79
David Holt 149.1 80 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.
pgr 145.1 81
David Holt 149.1 82 [[image:Picture 8.png]]
pgr 145.1 83
ldemers 147.1 84 ----
pgr 145.1 85
ldemers 147.1 86 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 87
ldemers 147.1 88 [[image:Picture 9.png]]
89
pgr 145.1 90 ----
91
ldemers 147.1 92 15. The dialog you are presented with shows a review of the features you selected. Click "Finish" to continue.
pgr 145.1 93
ldemers 147.1 94 [[image:Picture 10.png]]
pgr 145.1 95
96 ----
97
ldemers 147.1 98 16. Eclipse will now download the features and plugins that you requested.
pgr 145.1 99
ldemers 147.1 100 [[image:Picture 11.png]]
pgr 145.1 101
102 ----
103
ldemers 147.1 104 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.
105
106 [[image:Picture 12.png]]
107
108 ----
109
110 18. More of the waiting game, though it should be quicker than the download.
111
112 ----
113
114 19. Eclipse will need to be restarted for the WOLips plugins to be available.
115
116 [[image:Picture 13.png]]
117
118 ----
119
Kieran Kelleher 133.1 120 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]].