Changes for page Install WOLips with Eclipse Update Manager
Last modified by Kieran Kelleher on 2021/02/17 17:30
From version 227.1
edited by Kieran Kelleher
on 2009/12/21 09:45
on 2009/12/21 09:45
Change comment:
There is no comment for this version
To version 233.1
edited by chuckhill
on 2007/06/29 01:11
on 2007/06/29 01:11
Change comment:
Removed warning about path with spaces in it.
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki.ki eran1 +XWiki.chuckhill - Content
-
... ... @@ -1,140 +1,91 @@ 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 1 +The first requirement for installing WOLips is that you have Eclipse. It is recommended that you install Eclipse 3.2.2 to use WOLips. To install Eclipse, go to the [[Eclipse 3.2.2 Download Site>>http://download.eclipse.org/eclipse/downloads]] and download the build that matches your operating system and uncompress it. 4 4 5 -{{/note}} 6 - 7 -=== Short Story === 8 - 9 -* Requirements 10 -** System Requirements: Eclipse 3.4.2 (NOT 3.5 - see below) 11 -** Java 1.5 or greater (not Java 1.4) 12 - 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. 15 - 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. You have been warned! :-) 29 - 30 -{{/warning}} 31 - 32 32 ~1. Launch the Eclipse application. 33 33 34 34 ---- 35 35 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. 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. 37 37 38 -[[image: Picture2.png]]9 +[[image:Bild 1.png]] 39 39 40 40 ---- 41 41 42 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. 43 43 44 -[[image: Picture3a.png]]15 +[[image:Bild 2.png]] 45 45 46 46 ---- 47 47 48 -4. First, let'sverifythat you'rerunningEclipsewithJava5.Go to the"Eclipse"menu,and select"AboutEclipseSDK"19 +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. 49 49 50 -[[image: Picture14.png]]21 +[[image:Bild 3.png]] 51 51 52 52 ---- 53 53 54 -5. On theAboutdialog,choose"ConfigurationDetails"25 +5. Select "Search for new features to install" and click "Next" 55 55 56 -[[image: Picture15.png]]27 +[[image:Bild 4.png]] 57 57 58 58 ---- 59 59 60 -6. Scrolldownuntil youfind"java.vm.version"andverify that itislistedassome variant of1.5.x(theexactversion is not important)31 +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. 61 61 62 -[[image: Picture16.png]]33 +[[image:Bild 5.png]] 63 63 64 64 ---- 65 65 66 -7. I f it isnot,you will needto changeyourdefaultJava VMto beJava5 (seeApple'sinstructionsforthis), or you will needtomodify theInfo.plistinsidetheEclipse.apptotell it toopenwithonly Java 5.If Eclipse isrunning in 1.5,then close the dialogsback out to themainEclipse window and proceed.37 +7. In the New Update Site dialog, enter "WOLips" as the name, and as the URL [[http://webobjects.mdimension.com/wolips/stable]] and click OK. 67 67 68 - ----39 +[[image:newUpdateSite_stable.jpg]] 69 69 70 - 8.Currentlyyouhavea stockEclipseinstallationwhichwillallowyouto do normal Javadevelopment, butit doesnotcontain anyof the WOLipsplugins, so you willnot haveanyoftheWebObjectsdevelopmenttools.Tobeginyour WOLipsinstallation,gototheHelp=>Software Updates=>Find andInstall...menu item.41 +//Note: All builds beyond 4118 are Eclipse 3.3 only//. The nightly build [[http://webobjects.mdimension.com/wolips/nightly]] are now only supported by Eclipse 3.3. This is still a work in progress and should be regarded as unstable for now. 71 71 72 -[[image:Picture 17.png]] 73 - 74 74 ---- 75 75 76 - 9.Select"Searchfornewfeatures toinstall"andclick "Next"45 +8. You should now be returned to the list of install sites with your new Remote Install Site selected. Click "Finish" to continue. 77 77 78 -[[image: Picture4.png]]47 +[[image:Bild 7.jpg]] 79 79 80 80 ---- 81 81 82 - 10.The next dialogyou getto shows thelistofupdatesites thatareavailableinourEclipse install.Thefirsttimeyougo throughthisprocess, youwill need tocreate the Remote InstallsitehatpointstotheWOLips server.Aftertheinitial install,youcanskip this stepand just selectthealreadyexistingWOLipssite instead.Tocontinue,select"New RemoteSite"ontherightand side.51 +9. Expand the WOLips folder and select only **Standard Install**. If you are on a Mac, you can also select **Goodies Mac**. Leave the other options until you are more familiar with Eclipse and WOLips and decide that you need them. 83 83 84 -[[image: Picture5.png]]53 +[[image:Bild 8.jpg]] 85 85 86 86 ---- 87 87 88 - ~11.In theNewUpdateSitedialog,enter"WOLips"as the name,andastheURL[[http://webobjects.mdimension.com/wolips/stable]]andclickOK.57 +10. 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. 89 89 90 -[[image: Picture6.png]]59 +[[image:Bild 11.png]] 91 91 92 92 ---- 93 93 94 -1 2.Youshouldnow be returned to thelistof installsiteswithyournewRemoteInstallSiteselected. Click "Finish" to continue.63 +~11. The dialog you are presented with shows a review of the features you selected. Click "Finish" to continue. 95 95 96 -[[image: Picture7.png]]65 +[[image:Bild 12.png]] 97 97 98 98 ---- 99 99 100 -1 3. Expand the WOLipsfolderandselectonly **StandardInstall**. Leave theother optionsuntil you aremore familiar with EclipseandWOLipsand decidethat youneedthem.[[Other WOLips Install Options]]69 +12. Eclipse will now download the features and plugins that you requested. 101 101 102 -[[image: WOLipsInstallOptions-a.png]]71 +[[image:Bild 13.png]] 103 103 104 104 ---- 105 105 106 -1 4.Thisnext dialog contains the licenseagreementsforthe selectedfeatures.Afterreviewingtheagreements (you DO review yourlicenseagreements,right:-) ),select "Iaccept the terms inthisicenseagreement".Selectingthisradiobuttonwillaccept thelicenseagreements for **all**ofthe featureslisted.Click"Next" to continue.75 +13. 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. 107 107 108 -[[image: Picture9.png]]77 +[[image:Bild 14.png]] 109 109 110 110 ---- 111 111 112 -1 5.The dialog you arepresentedwithshowsareviewofthefeaturesyouselected.Click"Finish"tocontinue.81 +14. More of the waiting game, though it should be quicker than the download. 113 113 114 -[[image: Picture10.png]]83 +[[image:Bild 15.png]] 115 115 116 116 ---- 117 117 118 -1 6. Eclipse will nowdownloadthefeaturesandplugins that yourequested.87 +15. Lastly, Eclipse will need to be restarted for the WOLips plugins to be available. 119 119 120 -[[image: Picture11.png]]89 +[[image:Bild 16.png]] 121 121 122 ----- 123 - 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 - 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]]. 91 +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.