Changes for page Install WOLips with Eclipse Update Manager
Last modified by Kieran Kelleher on 2021/02/17 17:30
From version 243.1
edited by Timothy Worman
on 2010/10/07 19:41
on 2010/10/07 19:41
Change comment:
There is no comment for this version
To version 231.1
edited by chuy
on 2008/08/02 11:23
on 2008/08/02 11:23
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. tworman1 +XWiki.chuy - Content
-
... ... @@ -1,25 +1,18 @@ 1 1 === Short Story === 2 2 3 -* Requirements 4 -** System Requirements: Eclipse 3.6.1 (32-bit or 64-bit depending on your architecture) 5 -** Java 1.5 or greater (not Java 1.4) 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) 6 6 7 -* WOLips plugin URL for your respective version of Eclipse: 8 -** Eclipse 3.4 (Stable): [[http:~~/~~/webobjects.mdimension.com/hudson/job/WOLips34Stable/lastSuccessfulBuild/artifact/site/>>http://webobjects.mdimension.com/hudson/job/WOLips34Stable/lastSuccessfulBuild/artifact/site/]] 9 -** Eclipse 3.5 (Stable): [[http:~~/~~/webobjects.mdimension.com/hudson/job/WOLips35Stable/lastSuccessfulBuild/artifact/site/>>http://webobjects.mdimension.com/hudson/job/WOLips35Stable/lastSuccessfulBuild/artifact/site/]] 10 -** Eclipse 3.6 (Stable): [[http://webobjects.mdimension.com/hudson/job/WOLips36Stable/lastSuccessfulBuild/artifact/site/]] 11 -** Eclipse 3.6 (Experimental): [[http:~~/~~/webobjects.mdimension.com/hudson/job/WOLips36Current/lastSuccessfulBuild/artifact/site/>>http://webobjects.mdimension.com/hudson/job/WOLips36Current/lastSuccessfulBuild/artifact/site/]] 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. 12 12 13 13 === Long Story === 14 14 15 -The first requirement for installing WOLips is that you have Eclipse. It is recommended that you install Eclipse 3. 6.1anduse WOLips3.6Stable.To install Eclipse, go to the [[Eclipse 3.6.1Download Site>>http://www.eclipse.org/downloads/packages/release/helios/sr1]] and download (Eclipse IDE for Java EE Developers recommended) the build that matches your operating system/processorand uncompress it.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. 16 16 17 - {{warning}}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. 18 18 19 -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. Your workspace should not include dashes either. You have been warned\! :-) 20 - 21 -{{/warning}} 22 - 23 23 ~1. Launch the Eclipse application. 24 24 25 25 ---- ... ... @@ -30,82 +30,102 @@ 30 30 31 31 ---- 32 32 33 -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 and the tutorials are useful if you are unfamiliar with the platform. When you are finished, select the "Workbench" icon on the right side, as pictured below.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. 34 34 35 -[[image: ecplipse-start.png]]28 +[[image:Picture 3.png]] 36 36 37 - After this there is a small pane in the lower right status bar, where you can look up the Welcome screen again.30 +---- 38 38 39 - [[image:restore-welcome.png||border="1" align="left"]]32 +4. First, let's verify that you're running Eclipse with Java 5. Go to the "Eclipse" menu, and select "About Eclipse SDK" 40 40 34 +[[image:Picture 14.png]] 35 + 41 41 ---- 42 42 43 - 4.First,let's verifythat you'rerunningEclipse withJava 5. Gotothe "Eclipse"menu,andselect"About Eclipse"38 +5. On the About dialog, choose "Configuration Details" 44 44 45 -[[image: AboutEclipse.png]]40 +[[image:Picture 15.png]] 46 46 47 47 ---- 48 48 49 - 5.On theAboutdialog,click"InstallationDetails"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) 50 50 51 -[[image: AboutEclipseDialog.png]]46 +[[image:Picture 16.png]] 52 52 53 53 ---- 54 54 55 - 6.Click "Configuration"andScroll downuntilyoufind"java.version"andverify thatit is listedassomevariant of1.5.xor 1.6.x(the exactversion is notimportant)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. 56 56 57 - [[image:JavaVersionCheck.png]]52 +---- 58 58 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. 55 + 56 +[[image:Picture 17.png]] 57 + 59 59 ---- 60 60 61 - 7.If it is not, you will need tochange your defaultJava VM to beJava 5 (or6) (see Apple's instructionsforthis), or you willneedto modify theInfo.plistinsidethe Eclipse.apptotellit to openwith only Java 5 (or 6). If Eclipseis runningin 1.5 (or 1.6), thenclose the dialogs backout to themain Eclipse window and proceed.60 +9. Select "Search for new features to install" and click "Next" 62 62 62 +[[image:Picture 4.png]] 63 + 63 63 ---- 64 64 65 - 8.Currentlyyou have a stockEclipse installationwhichwillallowyoutodonormalJavadevelopment,butitdoesnotcontainanyofthe WOLipsplugins,soyouwillnotave anyoftheWebObjectsdevelopmenttools. To beginyourWOLips installation,fromwithinEclipse, select**Help**=> **Install NewSoftware...**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. 66 66 67 -[[image: InstallNewSoftware.png]]68 +[[image:Picture 5.png]] 68 68 69 69 ---- 70 70 71 - 9.This opensthe"Install" panelwhereyou can specifyspecific sitesfor Eclipse todownloadnew softwarefeatures.Thisdialog allowsyoutoadd/inspectanysoftwarefeaturesyouhave downloadedor were includedin your default installof Eclipse.You can click"Available Software Sites" to see what was included by default.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. 72 72 73 -[[image: InstallPanel.png]]74 +[[image:Picture 6.png]] 74 74 75 75 ---- 76 76 77 -1 0.Toinstall WOLips youwill needtoadd theWOLips updatesite to Eclipse. Youdo this by clicking the"Add"button. IntheName field you can entera name foryour update site. Thename isarbitrary but since you could have multiplesimilar updateesyoushould give it aname that leavesno doubtboutwhatitis. In theLocation field,enter the URL for the version of WOLips that matchesyour versionof Eclipse (See the"ShortStory"at the top ofthis page) and click OK. [[image:AddWOLipsSite.png]]78 +12. You should now be returned to the list of install sites with your new Remote Install Site selected. Click "Finish" to continue. 78 78 80 +[[image:Picture 7.png]] 81 + 79 79 ---- 80 80 81 - ~11.Youare returned to the"Install" panel, theWOLipssite having been added tothelist, andfullyexpandedto display all its offerings. Selectfeatures you want. Ifyou'rejustgetting startedwith WOLipsyou should select"WOLips" and "WOLips Goodies." Leave the other options until you are more familiar with Eclipse and WOLips and decide that you need them.(Here are some [[Other WOLips Install Options]].)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. 82 82 83 - Depending on your platform, you should remove either "WOLips Goodies Win" (if you'reon a Mac) or "WOLips Goodies Mac" (if... **gasp**):86 +[[image:Picture 8.png]] 84 84 85 - [[image:SoftwareUpdatesWOLipsAdded.jpg]]88 +---- 86 86 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. 91 + 92 +[[image:Picture 9.png]] 93 + 87 87 ---- 88 88 89 -1 2.Click**Install...**attheupperright.You'llbrieflyseeaProgressInformationpanel, whileEclipse"calculatesrequirementsanddependencies":96 +15. The dialog you are presented with shows a review of the features you selected. Click "Finish" to continue. 90 90 91 -[[image:Pr ogressInformation.jpg]]98 +[[image:Picture 10.png]] 92 92 93 - after which, you'll see an "Install" panel, asking you to Review and Confirm selected items to be installed:100 +---- 94 94 95 - [[image:InstallReviewConfirm.png]]102 +16. Eclipse will now download the features and plugins that you requested. 96 96 104 +[[image:Picture 11.png]] 105 + 97 97 ---- 98 98 99 -1 3.Click **Next>**. Thenextdialog contains the licenseagreementsforthe selectedfeatures.Afterreviewingtheagreements (you DO review yourlicenseagreements,right:-) ),select "Iacceptthetermsof thelicenseagreements".Selecting thisradiobuttonwill acceptthe licenseagreements for **all**ofthe featureslisted.Click**Finish** to continue.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. 100 100 101 -[[image: InstallReviewLicenses.jpg]]110 +[[image:Picture 12.png]] 102 102 103 103 ---- 104 104 105 -1 4.Eclipsewill nowdownload andinstallalltheselectedfeaturesand plugins. Whenitscompleted,itwill prompt you to restart Eclipse.Select **Yes**.114 +18. More of the waiting game, though it should be quicker than the download. 106 106 107 - [[image:RestartEclipsePrompt.jpg]]116 +---- 108 108 118 +19. Eclipse will need to be restarted for the WOLips plugins to be available. 119 + 120 +[[image:Picture 13.png]] 121 + 109 109 ---- 110 110 111 111 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]].