Changes for page Install WOLips with Eclipse Update Manager
Last modified by Kieran Kelleher on 2021/02/17 17:30
From version 203.1
edited by David Holt
on 2007/06/28 18:44
on 2007/06/28 18:44
Change comment:
There is no comment for this version
To version 209.1
edited by chuy
on 2008/08/02 11:33
on 2008/08/02 11:33
Change comment:
updated list of options in WOLips
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. dholt1 +XWiki.chuy - Content
-
... ... @@ -1,5 +1,18 @@ 1 - Thefirst requirement for installing WOLips is that you have Eclipse. It isrecommendedthatyou install Eclipse 3.2.2 to use WOLips. To install Eclipse, go to the [[Eclipse 3.2.2 DownloadSite>>http://download.eclipse.org/eclipse/downloads]] and download the build that matchesyouroperating system and uncompress it.1 +=== Short Story === 2 2 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 + 3 3 ~1. Launch the Eclipse application. 4 4 5 5 ---- ... ... @@ -6,104 +6,106 @@ 6 6 7 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. 8 8 9 -[[image: Bild1.png]]22 +[[image:Picture 2.png]] 10 10 11 11 ---- 12 12 13 13 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. 14 14 15 -[[image: Bild2.png]]28 +[[image:Picture 3.png]] 16 16 17 17 ---- 18 18 19 -4. Currently you have astockEclipse installationwhich will allowyouto do normal Java development,but it doesnot containany of the WOLipsplugins, so youwill noteanyof the WebObjects development tools.Tobegin yourWOLips installation,goto theHelp=>SoftwareUpdates=>FindandInstall ... menu item.32 +4. First, let's verify that you're running Eclipse with Java 5. Go to the "Eclipse" menu, and select "About Eclipse SDK" 20 20 21 -[[image: Bild3.png]]34 +[[image:Picture 14.png]] 22 22 23 23 ---- 24 24 25 -5. Select"Searchfor newfeaturestoinstall"and click "Next"38 +5. On the About dialog, choose "Configuration Details" 26 26 27 -[[image: Bild4.png]]40 +[[image:Picture 15.png]] 28 28 29 29 ---- 30 30 31 -6. Thenextdialogyouget to shows the list ofupdatesites that are availablein yourEclipseinstall.Thefirst timeyougothroughthisprocess, you will needtocreate the Remote Installsitethat pointstotheWOLips server. After theinitial install,youcanskipthis stepand just selectthealready existingWOLipssite instead. Tocontinue,select "New Remote Site" on therighthand side.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) 32 32 33 -[[image: Bild5.png]]46 +[[image:Picture 16.png]] 34 34 35 35 ---- 36 36 37 -7. I ntheNewUpdateSitedialog,enter"WOLips"asthename,andastheURL --[[http://webobjects.mdimension.com/wolips/nightly]]--(nightlybuildsarenowonlysupportedbyEclipse3.3so,fornow,ifyouareusingEclipse3.2.2 as notedabove, use thisURLinstead[[http://webobjects.mdimension.com/wolips/stable]])and click OK.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. 38 38 39 - **The following screenshot is not correct, but will be once you are using Eclipse 3.3**52 +---- 40 40 41 - [[image:newUpdateSite.jpg]]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. 42 42 56 +[[image:Picture 17.png]] 57 + 43 43 ---- 44 44 45 - 8.You should now be returned to the list of install sites with your new Remote InstallSiteselected.When updating again later, youcan start at thisstep. WOLips dependson some otherpluginsthataredeployed on the EclipseCallistosite, so it is recommended toselectthe "Callisto Discovery Site"option,thenclick "Finish" to continue.60 +9. Select "Search for new features to install" and click "Next" 46 46 47 -[[image: Bild7.png]]62 +[[image:Picture 4.png]] 48 48 49 49 ---- 50 50 51 - 9. The next dialog showsyoualist ofCallistomirrors.Select one ofthemirrorsandclick"OK". To avoidthis stepyou can select thecheckbox"Automaticallyselect mirrors"in theprevious step(Step8).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. 52 52 53 -[[image: Bild8.png]]68 +[[image:Picture 5.png]] 54 54 55 55 ---- 56 56 57 -1 0.Eclipse willnowsearchtheupdate sitesfor availableplugins.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. 58 58 59 -[[image: Bild17.png]]74 +[[image:Picture 6.png]] 60 60 61 61 ---- 62 62 63 - ~11.Select the WOLips featuresthat youwouldlike toinstall.A "feature"isthename Eclipse givestoa setofrelated plugins. If you are notonaMac, you may notseetheMac goodiesfeature. Youwill notice thatthereis an error atthetop of thisdialog~-~- thatis becausethereareother required features andpluginsthat must beinstalledto useWOLips.78 +12. You should now be returned to the list of install sites with your new Remote Install Site selected. Click "Finish" to continue. 64 64 65 -[[image: Bild9.png]]80 +[[image:Picture 7.png]] 66 66 67 67 ---- 68 68 69 -1 2.**Eclipse Bug Workaround: You must expand theCallistoDiscoverySite treenodebeforehisnextstep.**Click the "SelectRequired"button,and Eclipse willfindalltherequiredpluginsand featureson theCallistositeto properly use WOLips.This maytakesome time to complete, but when itdoes,youwill seemorefeatures selected. Click"Next" toproceed after the required pluginsare checked.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]] 70 70 71 -[[image: Bild 10.png]]86 +[[image:WOLipsInstallOptions.png]] 72 72 73 73 ---- 74 74 75 -1 3. 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.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. 76 76 77 -[[image: Bild11.png]]92 +[[image:Picture 9.png]] 78 78 79 79 ---- 80 80 81 -1 4. The dialog you are presented with shows a review of the features you selected. Click "Finish" to continue.96 +15. The dialog you are presented with shows a review of the features you selected. Click "Finish" to continue. 82 82 83 -[[image: Bild12.png]]98 +[[image:Picture 10.png]] 84 84 85 85 ---- 86 86 87 -1 5. Eclipse will now 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 large download, so this may take a while.102 +16. Eclipse will now download the features and plugins that you requested. 88 88 89 -[[image: Bild13.png]]104 +[[image:Picture 11.png]] 90 90 91 91 ---- 92 92 93 -1 6. 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.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. 94 94 95 -[[image: Bild14.png]]110 +[[image:Picture 12.png]] 96 96 97 97 ---- 98 98 99 -1 7. More of the waiting game, though it should be quicker than the download.114 +18. More of the waiting game, though it should be quicker than the download. 100 100 101 -[[image:Bild 15.png]] 102 - 103 103 ---- 104 104 105 -1 8.Lastly,Eclipse will need to be restarted for the WOLips plugins to be available.118 +19. Eclipse will need to be restarted for the WOLips plugins to be available. 106 106 107 -[[image: Bild16.png]]120 +[[image:Picture 13.png]] 108 108 109 -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. 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]].