Changes for page WO 5.4 Getting Started
Last modified by D Tim Cummings on 2013/06/14 16:27
From version 79.1
edited by Timothy Worman
on 2013/06/14 16:27
on 2013/06/14 16:27
Change comment:
Migrated to Confluence 5.3
To version 72.1
edited by Kieran Kelleher
on 2008/03/05 22:52
on 2008/03/05 22:52
Change comment:
There is no comment for this version
Summary
-
Page properties (4 modified, 0 added, 0 removed)
-
Attachments (0 modified, 0 added, 12 removed)
-
Objects (0 modified, 0 added, 3 removed)
Details
- Page properties
-
- Parent
-
... ... @@ -1,1 +1,0 @@ 1 -Deprecated - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. tworman1 +XWiki.kieran - Tags
-
... ... @@ -1,1 +1,0 @@ 1 -devtools|deployment - Content
-
... ... @@ -1,70 +1,93 @@ 1 -{{warning}} 2 -This is deprecated information! 3 -{{/warning}} 1 +{{toc}}{{/toc}} 4 4 3 += Installing WebObjects and WOLips = 5 5 5 +Download Xcode 3 from [[ADC>>http://developer.apple.com/leopard/devcenter/]], the WebObjects frameworks are included in this package. You will have to make a custom install and select //WebObjects// in the package list since WebObjects is not part of the default installation. 6 6 7 - {{tocmaxLevel="1"/}}7 +Install [[Eclipse 3.3.2>>http://download.eclipse.org/eclipse/downloads/drops/R-3.3.2-200802211800/index.php]] 8 8 9 - =ProjectBuilderand XCode=9 +[[Install>>WOL:Install WOLips with Eclipse Update Manager]] WOLips from the [[nightly>>http://webobjects.mdimension.com/wolips/nightly]] build server 10 10 11 - ProjectBuilderandXcodeare nolonger supportedIDEs forWebObjectsdevelopment ordeployment. Whilelegacyprojectsmay still useitthereislittle,if any,supportavailableforit. Existing projects(except Objective-C WebObjects projects,of course) should be[[migratedto WOLips>>doc:WOL.XcodeMigration]].It isn't as hard asyou mightthink,andWOLipsis a much morepowerfulWebObjectsIDE.11 +Start Eclipse and switch to the WOLips perspective. To achieve this, open the //Window// menu, select //Open Perspective// and select //Other...//. 12 12 13 - = InstallingWebObjects and WOLips =13 +[[image:PerpectiveMenu.png]] 14 14 15 -1. ((( 16 -====== Download Golipse ====== 15 +In the perspective choices, select //WOLips// and click //Ok//. 17 17 18 -[[Golipse>>url:http://wocommunity.org/documents/tools/Golipse.app_build_22.zip||shape="rect"]] ([[source>>url:https://github.com/wocommunity/Golipse||shape="rect"]]) will fetch the needed version of Eclipse, WOLips and other tools for WebObjects development. 19 -))) 17 +[[image:PerspectiveChoices.png]] 20 20 21 -{{note title="32-bit computers"}} 22 -By default Golipse will download and install a 64-bit version of Eclipse. If you have an older 32-bit machine you can specify the download URL for the Eclipse package in 'Golipse > Preferences'. The latest 32-bit package is "http:~/~/ftp.osuosl.org/pub/eclipse/eclipse/downloads/drops/R-3.6.2-201102101200/eclipse-SDK-3.6.2-macosx-cocoa.tar.gz" 23 -{{/note}} 19 +If you don't switch to the WOLips perspective, you won't be able to create new WebObjects projects. 24 24 25 -1. ((( 26 -====== Install the WebObjects ====== 21 +You are now ready to create projects or importing the examples. 27 27 28 -The best way to install the WebObjects frameworks is according to [[these instructions>>doc:WOL.Using WOLips With Multiple Versions of WebObjects]]. 29 -))) 30 -1. ((( 31 -====== Start Eclipse and switch to the WOLips perspective. ====== 23 += Running the examples = 32 32 33 -* Under the //Window// menu, select //Open Perspective > Other...//. 34 -[[image:attach:PerpectiveMenu.png]] 35 -* 25 +Apple has converted their WebObjects examples in the Eclipse format, but no documentation is provided on how to import them into Eclipse. The examples are in ///Developer/Examples/JavaWebObjects//. 36 36 37 - ======Select//WOLips//andclick//Ok//.======27 +The first step is: install Eclipse and WOLips :-) 38 38 39 - [[image:attach:PerspectiveChoices.png]]29 +Some examples needs Derby, an embedded Java database (OpenBase is not included with WO anymore). To install the databases, you have to do: 40 40 41 -{{note title="WOLips Perspective"}} 42 -If you don't switch to the WOLips perspective, you won't be able to create new WebObjects projects. 43 -{{/note}} 44 -))) 31 +{{code}} 45 45 46 - {{infotitle="Xcode&WebObjects"}}47 - Xcode isno longer the supportedIDE forWebObjectsdevelopment or deployment. However, downloading it and installing it will installtoolsdebugging toolsthatyoumight finduseful.33 +cd /Developer/Examples/JavaWebObjects/ 34 +sudo sh installDatabases.sh <yourusername> 48 48 49 -* Apple Developer Site (Free): [[http:~~/~~/developer.apple.com/xcode/>>url:http://developer.apple.com/xcode/||shape="rect"]] 50 -* Mac OS X App Store (Free): [[http:~~/~~/itunes.apple.com/us/app/xcode/id448457090>>url:http://itunes.apple.com/us/app/xcode/id448457090||shape="rect"]] 51 -{{/info}} 36 +{{/code}} 52 52 38 +Now, you can import the examples into Eclipse. Start Eclipse, select //File// > //Import//, 53 53 40 +[[image:ImportMenu.png]] 54 54 55 - {{id name="javamonitor"/}}42 +and select //General// > //Existing Projects// into Workplace. 56 56 57 - = RunningMonitorand wotaskd onMac OS X =44 +[[image:ImportGeneral.png]] 58 58 59 - Monitorand wotaskdareinstalled, buttheaunchdscriptstostartthemarenotinstalled. Youcangrabthemfroma10.5Serverinstallation, orfollow thoseinstructions.46 +On the next page, select //Select root directory// and browse your disk to ///Developer/Examples/JavaWebObjects//. You should see a list of projects to import. Deselect the second //javaeoutil// project, or else you won't be able to import the projects. 60 60 48 +[[image:ImportProjectsList.png]] 49 + 50 +After the importation is done, you should see the projects in the WO Package Explorer. If you see the projects in Package Explorer (without "WO" in the name), that means that you are using the Java perpective instead of the WOLips perpective. Switch the perpective to WOLips. 51 + 52 +[[image:PackageExplorer.png]] 53 + 54 +Now, you need to fix the examples, because the build path is pointing to the source projects of the WO frameworks, source that nobody outside Apple has access to :-)For each project, right-click on each project, select //Build Path// > //Configure Build Path...// 55 + 56 +[[image:BuildPathMenu.png]] 57 + 58 +Click on the //Projects// tab, select the references to the WO frameworks that have the Warning icon and click //Remove//. 59 + 60 +[[image:ConfigureBuildPath.png]] 61 + 62 +Click on the //Libraries// tab, click the //Add Library// button. Select //WebObjects Frameworks// and click //Next//. 63 + 64 +[[image:AddLibrary.png]] 65 + 66 +Click //System//, open the triangle next to //System// and make sure that //JavaEOAccess//, //JavaEOControl//, //JavaFoundation//, //JavaWebObjects//, //JavaWOExtensions// and //JavaXML// are selected. For //SchoolToolsClient//, you also need to add //JavaWebServicesSupport// and //JavaWebServicesClient// to the build path. For the //SchoolToolsServer//, you need to add //JavaWebServicesSupport//. 67 + 68 +[[image:WOSystemLibs.png]] 69 + 70 + 71 +After you corrected the build path on a project, the project will rebuild itself and the errors shoud dissapear. 72 + 73 +//JavaBusinessLogic// and //RelatedLinks// requires Apache Derby, but the path to Derby's JAR is wrong. Remove the JAR from the build path, click //Add External JARs...//, browse your disk up to ///Developer/Examples/JavaWebObjects/Databases/db-derby-10.2.2.0-bin/lib// and select //derby.jar//. The build path should look like this: 74 + 75 +[[image:GoodDerbyPath.png]] 76 + 77 +Voilà You finally can run the examples. 78 + 79 += Running Monitor and wotaskd on Mac OS X 10.5 "client" = 80 + 81 +Monitor and wotaskd are installed, but the launchd scripts to start them are not installed. You can grab them from a 10.5 Server installation, or follow those instructions. 82 + 61 61 Make sure //Web Sharing// is enabled in the //Sharing// panel in //System Preferences// (note: 10.5 comes with Apache 2.2 as the default). 62 62 63 63 Edit ///etc/apache2/httpd.conf// (if you did a fresh install, you may already have these - search httpd.conf first) 64 64 65 -Search for rewrite _module, and above it, add this line:87 +Search for rewrite//module, and above it, add this line~:// 66 66 67 67 {{code}} 90 + 68 68 LoadModule WebObjects_module /System/Library/WebObjects/Adaptors/Apache2.2/mod_WebObjects.so 69 69 70 70 {{/code}} ... ... @@ -72,6 +72,7 @@ 72 72 Go to the very end and add: 73 73 74 74 {{code}} 98 + 75 75 Include /System/Library/WebObjects/Adaptors/Apache2.2/apache.conf 76 76 77 77 {{/code}} ... ... @@ -79,6 +79,7 @@ 79 79 Search for "Directory /" and comment out the Order and Deny lines: 80 80 81 81 {{code}} 106 + 82 82 <Directory /> 83 83 Options FollowSymLinks 84 84 AllowOverride None ... ... @@ -91,16 +91,17 @@ 91 91 Restart apache 92 92 93 93 {{code}} 119 + 94 94 sudo apachectl graceful 95 95 96 96 {{/code}} 97 97 98 -If you run //ps auxw |grep httpd// you should see apache now running124 +If you run //ps auxw grep httpd// you should see apache now running 99 99 100 100 Create ///Library/LaunchDaemons/com.apple.webobjects.wotaskd.plist// with: 101 - (for OSX 10.5 make sure the permissions of this file are 644 system/wheel/everyone otherwise launchctl will throw a "dubious permissions" error when you try to load the plist with the commands that follow) 102 102 103 103 {{code}} 129 + 104 104 <?xml version="1.0" encoding="UTF-8"?> 105 105 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 106 106 <plist version="1.0"> ... ... @@ -131,9 +131,9 @@ 131 131 {{/code}} 132 132 133 133 Create ///Library/LaunchDaemons/com.apple.webobjects.womonitor.plist// with: 134 - (for OSX 10.5 make sure the permissions of this file are 644 system/wheel/everyone otherwise launchctl will throw a "dubious permissions" error when you try to load the plist with the commands that follow) 135 135 136 136 {{code}} 162 + 137 137 <?xml version="1.0" encoding="UTF-8"?> 138 138 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 139 139 <plist version="1.0"> ... ... @@ -164,17 +164,134 @@ 164 164 {{/code}} 165 165 166 166 Start the launchd daemons : 167 - (you may need to sudo here) 168 168 169 169 {{code}} 195 + 170 170 launchctl load /Library/LaunchDaemons/com.apple.webobjects.wotaskd.plist 171 171 launchctl load /Library/LaunchDaemons/com.apple.webobjects.womonitor.plist 172 172 173 173 {{/code}} 174 174 175 -If you run "ps auxw |grep java" you should see wotaskd and java monitor now running. You should be able to connect to Monitor by this URL:201 +If you run "ps auxw grep java" you should see wotaskd and java monitor now running. You should be able to connect to Monitor by this URL: 176 176 177 177 {{code}} 204 + 178 178 http://localhost:56789 179 179 180 180 {{/code}} 208 + 209 += Developing with both WebObjects 5.4 and 5.3 = 210 + 211 +(Mike Schrag) The following can be done a couple ways, but this is just how I happened to have things setup in betas, so I kept it (it worked for me): 212 + 213 +Make a ///System/Library/Frameworks/WebObjects54// folder, and move the following frameworks from the 5.4 install into it: 214 + 215 +{{code}} 216 + 217 +JavaDTWGeneration.framework 218 +JavaDirectToWeb.framework 219 +JavaEOAccess.framework 220 +JavaEOApplication.framework 221 +JavaEOControl.framework 222 +JavaEODistribution.framework 223 +JavaEOGeneration.framework 224 +JavaEOInterface.framework 225 +JavaEOInterfaceCocoa.framework 226 +JavaEOInterfaceSwing.framework 227 +JavaEOProject.framework 228 +JavaEORuleSystem.framework 229 +JavaEOTool.framework 230 +JavaFoundation.framework 231 +JavaJDBCAdaptor.framework 232 +JavaJNDIAdaptor.framework 233 +JavaWOExtensions.framework 234 +JavaWOJSPServlet.framework 235 +JavaWebObjects.framework 236 +JavaWebServicesClient.framework 237 +JavaWebServicesGeneration.framework 238 +JavaWebServicesSupport.framework 239 +JavaXML.framework 240 + 241 +{{/code}} 242 + 243 +Make a ///System/Library/Frameworks/WebObjects53// folder, and move the following frameworks from your old 5.3 install into it (I tar'd these up from 5.3 before upgrading, but you can download 5.3 and extract these from the pkg, or POSSIBLY install them with the actually installer ... YMMV on that one) 244 + 245 +{{code}} 246 + 247 +JavaDTWGeneration.framework 248 +JavaDirectToWeb.framework 249 +JavaEOAccess.framework 250 +JavaEOApplication.framework 251 +JavaEOCocoa.framework 252 +JavaEOControl.framework 253 +JavaEODistribution.framework 254 +JavaEOGeneration.framework 255 +JavaEOInterface.framework 256 +JavaEOInterfaceCocoa.framework 257 +JavaEOInterfaceSwing.framework 258 +JavaEOProject.framework 259 +JavaEORuleSystem.framework 260 +JavaEOTool.framework 261 +JavaFoundation.framework 262 +JavaJDBCAdaptor.framework 263 +JavaJNDIAdaptor.framework 264 +JavaWOExtensions.framework 265 +JavaWOJSPServlet.framework 266 +JavaWebObjects.framework 267 +JavaWebServicesClient.framework 268 +JavaWebServicesGeneration.framework 269 +JavaWebServicesSupport.framework 270 +JavaXML.framework 271 + 272 +{{/code}} 273 + 274 +I then use the following two scripts to be able to switch between using 5.3 and 5.4 system wide: 275 + 276 +{{code}} 277 + 278 +bash-3.2# cat wo53 279 +for framework in `ls /System/Library/Frameworks/WebObjects53`; do rm /System/Library/Frameworks/$framework; \ 280 +ln -sf /System/Library/Frameworks/WebObjects53/$framework /System/Library/Frameworks/$framework; done 281 +bash-3.2# cat wo54 282 +for framework in `ls /System/Library/Frameworks/WebObjects54`; do rm /System/Library/Frameworks/$framework; \ 283 +ln -sf /System/Library/Frameworks/WebObjects54/$framework /System/Library/Frameworks/$framework; done 284 + 285 +{{/code}} 286 + 287 +At this point, you should have NO WO frameworks in /System/Library/Frameworks they should be in subfolders. 288 + 289 +Now go ahead and run wo53, which should now give you WO 5.3 framework symlinks. 290 + 291 +You may need to do a clean build of your projects in Eclipse If things are setup properly, you should not get any Java errors you didn't already have. 292 + 293 +== Alternative 5.3 / 5.4 development method == 294 + 295 +The [[^woswitch]] script can be used as an alternative method to installing and using WO 5.3 for development, without the need to touch or move any of the installed WO 5.4 frameworks. This script will download and install the WebObjects 5.3.3 runtime into /Developer/WebObjects53 and maintain two copies of your ,,/Library/wobuild.properties so you can quickly switch WOLips development between the two different runtime versions.,, 296 + 297 +To use the script for the first time, ensure that you have WebObjects 5.4 installed, and have run WOLips at least once to create your ,,/Library/wobuild.properties file. Also ensure that the script has been set executable with ##chmod __x woswitch__##,, 298 + 299 +Then run it like this: 300 + 301 +{{noformat}} 302 + 303 +# ./woswitch.sh 53 304 + 305 +{{/noformat}} 306 + 307 +This can take quite some time the first time as it downloads, extracts and sets the WO 5.3 runtime up. After this is done, switching between the two runtimes is almost instant. 308 + 309 +To switch between the two runtimes, quit WOLips and run 310 + 311 +{{noformat}} 312 + 313 +# ./woswitch.sh 54 314 +or 315 +# ./woswitch.sh 53 316 + 317 +{{/noformat}} 318 + 319 +Then run WOLips again. 320 + 321 +One thing to remember is that when you are installing frameworks they need to be installed into the appropriate location for the runtime you are targeting. For WO 5.4 you need to install them into ##/Library/WebObjects/Frameworks## and for WO 5.3 they need to go into ##/Developer/WebObjects53/Library/Frameworks##. 322 + 323 +Keep in mind that these changes are specific to WOLips and woproject only. If you run anything outside of WOLips you will also need to manually set ##NEXT//ROOT//##// appropriately.//
- AddLibrary.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.XWikiGuest - Size
-
... ... @@ -1,1 +1,0 @@ 1 -34.2 KB - Content
- BuildPathMenu.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.XWikiGuest - Size
-
... ... @@ -1,1 +1,0 @@ 1 -94.7 KB - Content
- ConfigureBuildPath.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.XWikiGuest - Size
-
... ... @@ -1,1 +1,0 @@ 1 -55.4 KB - Content
- GoodDerbyPath.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.XWikiGuest - Size
-
... ... @@ -1,1 +1,0 @@ 1 -46.0 KB - Content
- ImportGeneral.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.XWikiGuest - Size
-
... ... @@ -1,1 +1,0 @@ 1 -29.0 KB - Content
- ImportMenu.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.XWikiGuest - Size
-
... ... @@ -1,1 +1,0 @@ 1 -65.7 KB - Content
- ImportProjectsList.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.XWikiGuest - Size
-
... ... @@ -1,1 +1,0 @@ 1 -57.1 KB - Content
- PackageExplorer.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.XWikiGuest - Size
-
... ... @@ -1,1 +1,0 @@ 1 -27.6 KB - Content
- PerpectiveMenu.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.XWikiGuest - Size
-
... ... @@ -1,1 +1,0 @@ 1 -68.5 KB - Content
- PerspectiveChoices.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.XWikiGuest - Size
-
... ... @@ -1,1 +1,0 @@ 1 -31.1 KB - Content
- WOSystemLibs.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.XWikiGuest - Size
-
... ... @@ -1,1 +1,0 @@ 1 -31.9 KB - Content
- woswitch
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.XWikiGuest - Size
-
... ... @@ -1,1 +1,0 @@ 1 -2.5 KB - Content
-
... ... @@ -1,77 +1,0 @@ 1 -#!/bin/sh 2 - 3 -WO54PATH=${NEXT_ROOT} 4 -WO53PATH=/Developer/WebObjects53 5 -TMPDIR=/tmp 6 -WOLIPSPROPS=~/Library/Application\ Support/WOLips/wolips.properties 7 -WOBUILDPROPS=~/Library/wobuild.properties 8 - 9 -if [ $# -ne 1 -o "$1" = "-h" ] ; then 10 - echo "Usage: $0 [53|54]" 11 - exit 1 12 -fi 13 - 14 -if [ $# -eq 1 ] ; then 15 - WOVERSION= 16 - echo "$1" | grep -qE "^5[34]" && WOVERSION=$1 17 - if [ "X" = "X${WOVERSION}" ] ; then 18 - echo "Unknown WebObjects Version: $1" 19 - exit 1 20 - fi 21 -fi 22 - 23 -WOSYSVERSION= 24 -WOVERSIONFILE=${WO54PATH}/System/Library/Frameworks/JavaWebObjects.framework/Resources/version.plist 25 -if [ -f ${WOVERSIONFILE} ] ; then 26 - WOSYSVERSION=`cat ${WOVERSIONFILE} | grep -A 1 CFBundleShortVersionString | \ 27 - tail -1 | sed -e 's/^.*5\.\([0-9]\).*/5\1/'` 28 -fi 29 -if [ X${WOSYSVERSION} != X54 ] ; then 30 - echo WebObjects 5.4 is not currently installed 31 - exit 32 -fi 33 - 34 -if [ ! -d ${WO53PATH}/System -a ${WOVERSION} -eq 53 ] ; then 35 - if [ ! -f ${TMPDIR}/WebObjects5.3.3Update.pax.gz ] ; then 36 - cd ${TMPDIR} 37 - ftp http://supportdownload.apple.com/download.info.apple.com/Apple_Support_Area/Apple_Software_Updates/Mac_OS_X/downloads/061-2998.20070215.33woU/WebObjects5.3.3Update.dmg && \ 38 - dd if=${TMPDIR}/WebObjects5.3.3Update.dmg bs=0x1000 skip=0xb12 of=WebObjects5.3.3Update.pax.gz > /dev/null 2>&1 && \ 39 - rm ${TMPDIR}/WebObjects5.3.3Update.dmg 40 - fi 41 - mkdir -p ${WO53PATH} 42 - cd ${WO53PATH} 43 - pax -zrf ${TMPDIR}/WebObjects5.3.3Update.pax.gz > /dev/null 2>&1 && \ 44 - rm ${TMPDIR}/WebObjects5.3.3Update.pax.gz 45 - mkdir -p ${WO53PATH}/Library/Frameworks 46 -fi 47 - 48 -if [ ! -e ${WO53PATH}/System/Library/WebObjects/Executables/WOOpenURL ] ; then 49 - mkdir -p ${WO53PATH}/System/Library/WebObjects/Executables 50 - ln -s /usr/bin/open ${WO53PATH}/System/Library/WebObjects/Executables/WOOpenURL 51 -fi 52 - 53 -if [ -f "${WOBUILDPROPS}" ] 54 -then 55 - if [ ! -f "${WOBUILDPROPS}54" ] ; then 56 - cp "${WOBUILDPROPS}" "${WOBUILDPROPS}54" 57 - fi 58 - if [ ! -f "${WOBUILDPROPS}53" ] ; then 59 - cat "${WOBUILDPROPS}" | sed -E "s@=${WO54PATH}.(System|Lib|$)@=${WO53PATH}/\1@g ; s@/\$@@" > "${WOBUILDPROPS}53" 60 - fi 61 -fi 62 - 63 -if [ -f "${WOLIPSPROPS}" ] 64 -then 65 - if [ ! -f "${WOLIPSPROPS}54" ] ; then 66 - cp "${WOLIPSPROPS}" "${WOLIPSPROPS}54" 67 - fi 68 - if [ ! -f "${WOLIPSPROPS}53" ] ; then 69 - cat "${WOLIPSPROPS}" | sed -E "s@=${WO54PATH}.(System|Lib|$)@=${WO53PATH}/\1@g ; s@/\$@@" > "${WOLIPSPROPS}53" 70 - fi 71 -fi 72 - 73 -WOVERSTRING=`echo ${WOVERSION} | sed -E 's/^([0-9])/\1./'` 74 -echo Setting wolips properties for WebObjects ${WOVERSTRING} 75 -cp "${WOBUILDPROPS}${WOVERSION}" "${WOBUILDPROPS}" 76 -cp "${WOLIPSPROPS}${WOVERSION}" "${WOLIPSPROPS}" 77 -
- XWiki.XWikiComments[0]
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.simon - Comment
-
... ... @@ -1,3 +1,0 @@ 1 -If you are running WO 5.3.3 and building Wonder source (rather than downloading the binaries) then you will need to stick this in your ~~/Library/wobuild.properties file after running the woswitch script so that the install puts the frameworks in the right location: 2 - 3 -wonder.framework.install.root=/Developer/WebObjects53/Library/Frameworks - Date
-
... ... @@ -1,1 +1,0 @@ 1 -2008-12-07 04:56:07.0
- XWiki.XWikiComments[1]
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.wessman - Comment
-
... ... @@ -1,1 +1,0 @@ 1 -Note that Golipse's script doesn't support installation paths with whitespaces in it. The errors are present in the log, but far from obvious. - Date
-
... ... @@ -1,1 +1,0 @@ 1 -2011-06-23 17:44:29.0
- XWiki.XWikiComments[2]
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.jbrook - Comment
-
... ... @@ -1,3 +1,0 @@ 1 -The link to Golipse at the top of the page is broken. 2 - 3 -Update: And of course I should have fixed it instead of commenting. Fixed now. - Date
-
... ... @@ -1,1 +1,0 @@ 1 -2011-10-31 16:07:00.0