Version 209.1 by chuy on 2008/08/02 11:33

Hide last authors
chuy 209.1 1 === Short Story ===
pgr 145.1 2
chuy 209.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)
7
8 * 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.
9
10 === Long Story ===
11
12 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 (Eclipse IDE for Java EE Developers recommended) the build that matches your operating system and uncompress it.
13
14 Note: Eclipse 3.4 is not recommended for WOLips stable, if you plan to use the Latest Eclipse you need to use the Nightly build.
15
Mike Schrag 161.1 16 ~1. Launch the Eclipse application.
Andrus Adamchik 127.1 17
pgr 145.1 18 ----
Maik Musall 115.1 19
Lachlan Deck 201.1 20 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 21
chuy 209.1 22 [[image:Picture 2.png]]
Mike Schrag 159.1 23
24 ----
25
Mike Schrag 161.1 26 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.
Mike Schrag 159.1 27
chuy 209.1 28 [[image:Picture 3.png]]
Mike Schrag 159.1 29
30 ----
31
chuy 209.1 32 4. First, let's verify that you're running Eclipse with Java 5. Go to the "Eclipse" menu, and select "About Eclipse SDK"
Mike Schrag 159.1 33
chuy 209.1 34 [[image:Picture 14.png]]
Mike Schrag 159.1 35
36 ----
37
chuy 209.1 38 5. On the About dialog, choose "Configuration Details"
Mike Schrag 159.1 39
chuy 209.1 40 [[image:Picture 15.png]]
Filippo Laurìa 131.1 41
pgr 145.1 42 ----
Maik Musall 115.1 43
chuy 209.1 44 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)
Andrus Adamchik 127.1 45
chuy 209.1 46 [[image:Picture 16.png]]
David Avendasora 121.1 47
pgr 145.1 48 ----
Maik Musall 115.1 49
chuy 209.1 50 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.
Andrus Adamchik 127.1 51
David Holt 177.1 52 ----
David Avendasora 121.1 53
chuy 209.1 54 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.
Mike Schrag 165.1 55
chuy 209.1 56 [[image:Picture 17.png]]
David Holt 177.1 57
pgr 145.1 58 ----
59
chuy 209.1 60 9. Select "Search for new features to install" and click "Next"
pgr 145.1 61
chuy 209.1 62 [[image:Picture 4.png]]
pgr 145.1 63
64 ----
65
chuy 209.1 66 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 67
chuy 209.1 68 [[image:Picture 5.png]]
Lachlan Deck 201.1 69
70 ----
71
chuy 209.1 72 ~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.
Lachlan Deck 201.1 73
chuy 209.1 74 [[image:Picture 6.png]]
Lachlan Deck 201.1 75
76 ----
77
chuy 209.1 78 12. You should now be returned to the list of install sites with your new Remote Install Site selected. Click "Finish" to continue.
Lachlan Deck 201.1 79
chuy 209.1 80 [[image:Picture 7.png]]
Lachlan Deck 201.1 81
82 ----
83
chuy 209.1 84 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]]
Lachlan Deck 201.1 85
chuy 209.1 86 [[image:WOLipsInstallOptions.png]]
David LeBer 191.1 87
pgr 145.1 88 ----
89
chuy 209.1 90 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 91
chuy 209.1 92 [[image:Picture 9.png]]
pgr 145.1 93
Marc Guenther 193.1 94 ----
pgr 145.1 95
chuy 209.1 96 15. The dialog you are presented with shows a review of the features you selected. Click "Finish" to continue.
pgr 145.1 97
chuy 209.1 98 [[image:Picture 10.png]]
Marc Guenther 193.1 99
pgr 145.1 100 ----
101
chuy 209.1 102 16. Eclipse will now download the features and plugins that you requested.
pgr 145.1 103
chuy 209.1 104 [[image:Picture 11.png]]
pgr 145.1 105
Marc Guenther 193.1 106 ----
pgr 145.1 107
chuy 209.1 108 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.
pgr 145.1 109
chuy 209.1 110 [[image:Picture 12.png]]
Marc Guenther 193.1 111
pgr 145.1 112 ----
113
chuy 209.1 114 18. More of the waiting game, though it should be quicker than the download.
pgr 145.1 115
chuy 209.1 116 ----
pgr 145.1 117
chuy 209.1 118 19. Eclipse will need to be restarted for the WOLips plugins to be available.
119
120 [[image:Picture 13.png]]
121
122 ----
123
124 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]].