Install WOLips with Eclipse Update Manager

Version 265.1 by christian on 2006/10/11 08:07

The first requirement for installing WOLips is that you have Eclipse.  It is recommended that you install Eclipse 3.2.1 to use WOLips.  To install Eclipse, go to the Eclipse 3.2.1 Download Site and download the build that matches your operating system and uncompress it.

1. Launch the Eclipse application.


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.

Bild 1.png


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 "Workspace" icon on the right side, as pictured below. After this there is a small pane in the lower righte status bar, where you can look up the Welcome screen again.

Bild 2.png


4. 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.

Bild 3.png


5. Select "Search for new features to install" and click "Next"

Bild 4.png


6. 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.

Bild 5.png


7. In the New Update Site dialog, enter "WOLips" as the name, and as the URL http://www.mdimension.com/~wolips/update and click OK.

Bild 6.png


8. You should now be returned to the list of install sites with your new Remote Install Site selected. When updating again later, you can start at this step. WOLips depends on some other plugins that are deployed on the Eclipse Callisto site, so it is recommended to select the "Callisto Discovery Site" option, then click "Finish" to continue.

Bild 7.png


9. The next dialog shows you a list of Callisto mirrors. Select one of the mirros and click "OK". To avoid this step you can select the checkbox "Automatically select mirrors" in the previous step (Step 8).

Bild 8.png


10. Eclipse will now search the update sites for available plugins.

Picture 10.png


11. Select the WOLips features that you would like to install.  A "feature" is the name Eclipse gives to a set of related plugins. If you are not on a Mac, you may not see the Mac goodies feature. You will notice that there is an error at the top of this dialog -- that is because there are other required features and plugins that must be installed to use WOLips.

Bild 9.png


12. Eclipse Bug Workaround: You must expand the Callisto Discovery Site tree node before this next step. Click the "Select Required" button, and Eclipse will find all the required plugins and features on the Callisto site to properly use WOLips.  This may take a little bit to complete, but when it does, you will see quite a bit more features selected.  Go ahead and click "Next" to proceed after the required plugins are checked.

Bild 10.png


13. This next dialog contains the license agreements for the selected features. After reviewing the agreements (you DO review your license agreements, right emoticon_smile ), 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.

Bild 11.png


14. The dialog you are presented with shows a review of the features you selected. Click "Finish" to continue.

Bild 12.png


15. Eclipse will now go off and download the features and plugins that you requested.  You can choose to run this in the background, or wander off and get some coffee.  It's a pretty big download, so this may take a while.

Bild 13.png


16. 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.

Picture 16.png


17. More of the waiting game, though it should be quite a bit quicker than the download.

Picture 17.png


18. Lastly, Eclipse will need to be restarted for the WOLips plugins to be available.

Picture 18.png

That's it!  You now have all of the WOLips features installed in your Eclipse.  Continue on to the Create a new WO Application tutorial to learn more about using WOLips' capabilities.