Changes for page WO 5.4 Getting Started
Last modified by D Tim Cummings on 2013/06/14 16:27
From version 35.1
edited by David Avendasora
on 2011/05/22 11:36
on 2011/05/22 11:36
Change comment:
There is no comment for this version
To version 34.1
edited by Pascal Robert
on 2011/03/20 03:06
on 2011/03/20 03:06
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. avendasora1 +XWiki.probert - Content
-
... ... @@ -1,33 +1,25 @@ 1 -{{toc maxLevel="1"}}{{/toc}}1 +{{toc}}{{/toc}} 2 2 3 -= ProjectBuilderandXCode=3 += Installing WebObjects and WOLips = 4 4 5 - ProjectBuilderand Xcodeare nolongersupportedIDEs for WebObjects development or deployment.While legacy projectsmay still use itthereislittle,if any,supportvailablefor it. Existing projects(except Objective-CWebObjects projects,of course) shouldbemigratedtoWOLips.Itisn't ashardasyou mightthink,andWOLips is a much morepowerfulWebObjects IDE.5 +Download Xcode from ADC. Not useful for WebObjects deployment, but it will install tools like gcc and debugging tools that you might want useful. 6 6 7 - =InstallingWebObjectsand WOLips=7 +Install [[Golipse>>https://github.com/rebeld/Golipse]]. Golipse will fetch the needed version of Eclipse, WOLips and other tools for WebObjects development. 8 8 9 -1. h6. Download Golipse 10 -[[Golipse>>https://github.com/rebeld/Golipse]] will fetch the needed version of Eclipse, WOLips and other tools for WebObjects development. 11 -1. h6. Install the WebObjects 12 -The best way to install the WebObjects frameworks is according to [[these instructions>>WOL:Using WOLips With Multiple Versions of WebObjects]]. 13 -1. h6. Start Eclipse and switch to the WOLips perspective. 14 -1*. Under the //Window// menu, select //Open Perspective > Other...//. 9 +Install the WebObjects frameworks according to [[those instructions>>WOL:Using WOLips With Multiple Versions of WebObjects]]. 10 + 11 +Start Eclipse and switch to the WOLips perspective. To achieve this, open the //Window// menu, select //Open Perspective// and select //Other...//. 12 + 15 15 [[image:PerpectiveMenu.png]] 16 -1*. h6. Select //WOLips// and click //Ok//. 14 + 15 +In the perspective choices, select //WOLips// and click //Ok//. 16 + 17 17 [[image:PerspectiveChoices.png]] 18 18 19 -{{note title="WOLips Perspective"}} 20 20 If you don't switch to the WOLips perspective, you won't be able to create new WebObjects projects. 21 -{{/note}} 22 22 23 - {{infotitle="Xcode&WebObjects"}}21 +You are now ready to create projects or importing the examples. 24 24 25 -Xcode is no longer the supported IDE for WebObjects development or deployment. However, downloading it and installing it will install tools debugging tools that you might find useful. 26 -* Apple Developer Site (Free): [http://developer.apple.com/xcode/] 27 -* Mac OS X App Store ($4.99): [http://itunes.apple.com/us/app/xcode/id422352214] 28 - 29 -{{/info}} 30 - 31 31 {{id value="javamonitor"}}{{/id}} 32 32 33 33 = Running Monitor and wotaskd on Mac OS X =