Changes for page Usage for Windows
Last modified by Quinton Dolan on 2008/04/11 02:07
From version 12.1
edited by Gavin Eadie
on 2007/12/30 17:14
on 2007/12/30 17:14
Change comment:
added code to get WO out of Leopard XCode package.
To version 21.1
edited by Pascal Robert
on 2007/12/30 07:02
on 2007/12/30 07:02
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.probert - Content
-
... ... @@ -4,21 +4,19 @@ 4 4 5 5 {{/warning}} 6 6 7 -{{toc}}{{/toc}} 8 - 9 9 = Moving the WebObjects frameworks from a Mac to a Windows machine = 10 10 11 -The WebObjects frameworks are part of the Xcode tools distribution (available on theMac OSXDVD,or as adownloadfrom Apple,see below) which cannot be installedon a Windows (or any Linux/UNIX variant) machinedirectly.So, before developing on Windows, youwillneed to get access on a Mac, make a archive of the frameworks and move this archive to your Windows machine. You can extractthe frameworksfrom XCodewithout having to install them on theintermediateMac.9 +The WebObjects frameworks are available on the Xcode tools, which cannot be install on a Windows (or any other Linux/UNIX variant) machine. Before developing on Windows, you need to get access on a Mac, make a archive of the frameworks and move this archive to your Windows machine. You can fetch the frameworks without having to install them on the Mac. 12 12 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.11 +* 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/]]. 14 14 15 -* Mount, on a Mac, the DMG file. Then, for XCode 2.5 / Mac OS X Tiger:13 +* Mount, on a Mac, the DMG file. 16 16 17 17 {{code}} 18 18 19 19 cp /Volumes/Xcode\ Tools/Packages/Packages/WebObjectsRuntime.pkg/Contents/Archive.pax.gz /tmp 20 20 cd /tmp 21 -unzip Archive.pax.gz 19 +unzip Archive.pax.gz 22 22 pax -r -f Archive.pax 23 23 tar cf WebObjectsRuntime.tar Library System 24 24 cp WebObjectsRuntime.tar -> Windows ... ... @@ -25,19 +25,6 @@ 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 - 39 -= Create the file structure on your Windows machine = 40 - 41 41 1) Create the structure: 42 42 C:pple 43 43 C:ppleocalibraryrameworks (equivalent to /Library/Frameworks on the Mac) ... ... @@ -45,19 +45,8 @@ 45 45 46 46 2) Copy all the frameworks from /System/Library/Frameworks on a Mac that are named Java except for JavaScriptCore and JavaVM to C:ppleibraryrameworks 47 47 48 -{{code}} 49 - 50 -mv WebObjectsRuntime.tar/Library/* C:\Apple\Local\Library\Frameworks 51 -mv WebObjectsRuntime.tar/System/Library/* C:\Apple\Library\Frameworks 52 - 53 -{{/code}} 54 - 55 -{{warning}} 56 - 57 57 3) If you copied a 5.2, you will need to put a Windows License.key in JavaWebObjects.framework/Resources. If you copied a 5.3, I think it's a universal license key. 58 58 59 -{{/warning}} 60 - 61 61 4) Create a wobuild.properties file in C:ocuments and Settingsyour user>ibrary with the contents: 62 62 wo.woroot=C:/Apple 63 63 wo.wolocalroot=C:/Apple/Local ... ... @@ -66,14 +66,10 @@ 66 66 eclipse.home=C:/Programs Files/eclipse 67 67 wo.dir.library.frameworks=C:/Apple/Library/Frameworks 68 68 69 - =InstallEclipseand WOLips =43 +5) Install eclipse 3.3.1.1 70 70 71 -5) Install eclipse Classic 3.3.1.1 72 - 73 73 6) Install WOLips nightly from [[http://webobjects.mdimension.com/wolips/nightly]] 74 74 75 -= Notes = 76 - 77 77 That should be it, I think? The things that are problematic right now on Windows: 78 78 1) The woproject/**.patternset don't work quite right on Windows. If you don't have subfolders in your Resources/Components/etc, you can work around it by converting Components~/~/**/etc/** to Components/**, same w/ Resources and WebServerResources 79 79 2) Couple images have backgrounds that should not