Changes for page Install WOLips with Eclipse Update Manager
Last modified by Kieran Kelleher on 2021/02/17 17:30
From version 232.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
To version 239.1
edited by Timothy Worman
on 2010/10/07 19:18
on 2010/10/07 19:18
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. chuy1 +XWiki.tworman - Content
-
... ... @@ -1,18 +1,25 @@ 1 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) 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) 7 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. 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/]] 9 9 10 10 === Long Story === 11 11 12 -The first requirement for installing WOLips is that you have Eclipse. It is recommended that you install Eclipse 3. 3.2touse WOLips. To install Eclipse, go to the [[Eclipse 3.3.2Download 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.15 +The first requirement for installing WOLips is that you have Eclipse. It is recommended that you install Eclipse 3.6.1 and use WOLips 3.6 Stable. To install Eclipse, go to the [[Eclipse 3.6.1 Download 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/processor and uncompress it. 13 13 14 - Note: Eclipse 3.4 is notrecommended for WOLips stable, if you planto use the Latest Eclipse you need to use the Nightly build.17 +{{warning}} 15 15 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 + 16 16 ~1. Launch the Eclipse application. 17 17 18 18 ---- ... ... @@ -23,102 +23,86 @@ 23 23 24 24 ---- 25 25 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.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. 27 27 28 -[[image: Picture 3.png]]35 +[[image:ecplipse-start.png||border="1"]] 29 29 30 - ----37 +After this there is a small pane in the lower right status bar, where you can look up the Welcome screen again. 31 31 32 - 4. First, let'sverifythat you'rerunning Eclipsewith Java 5.Goto theEclipse"menu,and selectAbout Eclipse SDK"39 +[[image:restore-welcome.png||border="1" align="left"]] 33 33 34 -[[image:Picture 14.png]] 35 - 36 36 ---- 37 37 38 - 5.OntheAboutdialog,choose "ConfigurationDetails"43 +4. First, let's verify that you're running Eclipse with Java 5. Go to the "Eclipse" menu, and select "About Eclipse" [[image:AboutEclipse.png||border="1"]] 39 39 40 -[[image:Picture 15.png]] 41 - 42 42 ---- 43 43 44 - 6.Scroll downuntilyoufind"java.vm.version"and verifythat it islistedas some variantof 1.5.x (the exact versionis notimportant)47 +5. On the About dialog, click "Installation Details" 45 45 46 -[[image: Picture16.png]]49 +[[image:AboutEclipseDialog.png||border="1"]] 47 47 48 48 ---- 49 49 50 - 7.Ifitsnot,you willneedtochangeyourdefaultJavaVM to be Java 5 (see Apple'snstructionsfor this), or you willneedto modify theInfo.plist insidethe Eclipse.appto tellittoopenwithonlyJava5.If Eclipse isrunningin1.5,thenclosethe dialogs back outto themainEclipsewindowandproceed.53 +6. Click "Configuration" and Scroll down until you find "java.version" and verify that it is listed as some variant of 1.5.x or 1.6.x (the exact version is not important) 51 51 52 - ----55 +[[image:JavaVersionCheck.png]] 53 53 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 - 58 58 ---- 59 59 60 - 9.Select"Searchfor newfeaturesto install"andclick"Next"59 +7. If it is not, you will need to change your default Java VM to be Java 5 (or 6) (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 (or 6). If Eclipse is running in 1.5 (or 1.6), then close the dialogs back out to the main Eclipse window and proceed. 61 61 62 -[[image:Picture 4.png]] 63 - 64 64 ---- 65 65 66 - 10.Theextdialogyouget to shows thelist of updatesites that are available in yourEclipse install. The firsttime yougo throughthisprocess,youwillneedtocreatetheRemoteInstallsite thatpointsto the WOLipsserver. After the initialtall, youcan skipthisstepandjustselectthealreadyexistingWOLipssite instead. Tocontinue, select"NewRemoteSite"on the righthandside.63 +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, from the Eclipse menu, select **Help** => **Software Updates...**. This opens the "Software Updates and Add-ons" panel. 67 67 68 -[[image: Picture5.png]]65 +[[image:HelpSoftwareUpdate.jpg]] 69 69 70 70 ---- 71 71 72 - ~11. InheNewUpdateSitedialog,enter"WOLips"asthename, andas theURL[[http://webobjects.mdimension.com/wolips/stable]] and click OK.69 +9. The "Installed Software" tab is selected. Click the **Available Software** tab to display the current list of update sites that are available in your Eclipse install: 73 73 74 -[[image: Picture6.png]]71 +[[image:SoftwareUpdates.jpg]] 75 75 76 76 ---- 77 77 78 -1 2.Youshouldnowbereturnedto the listof install siteswithyournewRemoteInstallSite selected.Click"Finish" to continue.75 +10. The first time you go through this process, you will need to add the WOLips site to the list. After the initial install, you can skip this step and just select the already existing WOLips site instead. To continue, select "Add Site..." on the right hand side. The "Add Site" panel appears. In the Location field, enter the URL for the version of WOLips that matches your version of Eclipse (See the "Short Story" at the top of this page) and click OK. i.e: For Eclipse 3.5, use [[http:~~/~~/webobjects.mdimension.com/hudson/job/WOLips35Stable/lastSuccessfulBuild/artifact/site/>>http://webobjects.mdimension.com/hudson/job/WOLips35Stable/lastSuccessfulBuild/artifact/site/]] 79 79 80 - [[image:Picture7.png]]77 +**{//}NOTE{//}{**}//: Please ignore the url in the screenshot (and the man behind the curtain) below.// 81 81 79 +[[image:SoftwareUpdatesAddSite.jpg]] 80 + 82 82 ---- 83 83 84 -1 3.Expand theWOLips folderandselectonly**StandardInstall**.Leavethe otheroptionsuntilyou aremorefamiliarwithEclipse andWOLipsnddecidethatyouneedthem.83 +~11. You are returned to the "Software Updates and Add-ons" panel, the WOLips site having been added to the list, and fully expanded to display all its offerings. Select only **Standard Install** (with all its components). 85 85 86 - [[image:Picture8.png]]85 +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]].) 87 87 88 - ----87 +Depending on your platform, you should remove either "WOLips Goodies Win" (if you're on a Mac) or "WOLips Goodies Mac" (if ... **gasp**): 89 89 90 - 14. This next dialogcontains thelicense agreements for the selectedfeatures. After reviewing theagreements (you DO review your license agreements, right :-) ), select "I accept the terms in this licenseagreement". Selecting thisradio button will accept the licenseagreements for **all** of the features listed.Click "Next" to continue.89 +[[image:SoftwareUpdatesWOLipsAdded.jpg]] 91 91 92 -[[image:Picture 9.png]] 93 - 94 94 ---- 95 95 96 -1 5.The dialogyouare presentedwithshowsareview ofthefeaturesyouselected.Click"Finish"tocontinue.93 +12. Click **Install...** at the upper right. You'll briefly see a Progress Information panel, while Eclipse "calculates requirements and dependencies": 97 97 98 -[[image:P icture10.png]]95 +[[image:ProgressInformation.jpg]] 99 99 100 - ----97 +after which, you'll see an "Install" panel, asking you to Review and Confirm selected items to be installed: 101 101 102 - 16. Eclipsewillnowdownload thefeatures and plugins that yourequested.99 +[[image:InstallReviewConfirm.png]] 103 103 104 -[[image:Picture 11.png]] 105 - 106 106 ---- 107 107 108 -1 7.Oncethedownloadiscomplete,Eclipsewill presentyouwiththeinstallationconfirmation foreachfeature.The easiestoptionis to just select "InstallAll,"thoughyoucan revieweach one individuallyifyouwould like.103 +13. Click **Next >**. The 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 of the license agreements". Selecting this radio button will accept the license agreements for **all** of the features listed. Click **Finish** to continue. 109 109 110 -[[image: Picture12.png]]105 +[[image:InstallReviewLicenses.jpg]] 111 111 112 112 ---- 113 113 114 -1 8.More ofthewaitinggame,thoughitshouldbequickerthantheownload.109 +14. Eclipse will now download and install all the selected features and plugins. When it has completed, it will prompt you to restart Eclipse. Select **Yes**. 115 115 116 - ----111 +[[image:RestartEclipsePrompt.jpg]] 117 117 118 -19. Eclipse will need to be restarted for the WOLips plugins to be available. 119 - 120 -[[image:Picture 13.png]] 121 - 122 122 ---- 123 123 124 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]].