Changes for page Usage for Windows
Last modified by Quinton Dolan on 2008/04/11 02:07
From version 17.1
edited by Gavin Eadie
on 2007/12/30 12:49
on 2007/12/30 12:49
Change comment:
There is no comment for this version
To version 10.1
edited by David Avendasora
on 2008/04/10 10:13
on 2008/04/10 10:13
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. gavineadie1 +XWiki.avendasora - Content
-
... ... @@ -12,7 +12,7 @@ 12 12 13 13 * Obtain Xcode 2.5 (if you want to work with WebObjects 5.3), or Xcode 3.0 (if you want to work with WebObjects 5.4) at [[ADC>>http://developer.apple.com/tools/download/]] ~-~- these are in the form of large (about 1 GB) disk images. Note that you will need to sign up for an ADC membership, but the "online" membership is free. 14 14 15 -* Mount, on a Mac, the DMG file. 15 +* Mount, on a Mac, the DMG file. Then, for XCode 2.5 / Mac OS X Tiger: 16 16 17 17 {{code}} 18 18 ... ... @@ -25,6 +25,17 @@ 25 25 26 26 {{/code}} 27 27 28 +... and for XCode 3.0 / Mac OS X Leopard (since Installer packages are created differently in Leopard): 29 + 30 +{{code}} 31 + 32 +mkdir -p /tmp/wo ; cd /tmp/wo 33 +xar -vxf "/Volumes/Xcode Tools/Packages/WebObjectsRuntime.pkg" ; pax -rzf Payload 34 +tar cf WebObjectsRuntime.tar Library System 35 +cp WebObjectsRuntime.tar -> Windows 36 + 37 +{{/code}} 38 + 28 28 = Create the file structure on your Windows machine = 29 29 30 30 1) Create the structure: ... ... @@ -57,10 +57,8 @@ 57 57 58 58 = Install Eclipse and WOLips = 59 59 60 - 5)InstalleclipseClassic3.3.1.171 + Install [[Eclipse and WOLips>>http://wiki.objectstyle.org/confluence/display/WOL/Install+WOLips+with+Eclipse+Update+Manager]] 61 61 62 -6) Install WOLips nightly from [[http://webobjects.mdimension.com/wolips/nightly]] 63 - 64 64 = Notes = 65 65 66 66 That should be it, I think? The things that are problematic right now on Windows: