Changes for page Usage for Windows
Last modified by Quinton Dolan on 2008/04/11 02:07
From version 13.1
edited by Pascal Robert
on 2007/12/28 22:01
on 2007/12/28 22:01
Change comment:
There is no comment for this version
To version 22.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 (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,3 +1,28 @@ 1 +{{warning}} 2 + 3 +Work in progress 4 + 5 +{{/warning}} 6 + 7 += Moving the WebObjects frameworks from a Mac to a Windows machine = 8 + 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. 10 + 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/]]. 12 + 13 +* Mount, on a Mac, the DMG file. 14 + 15 +{{code}} 16 + 17 +cp /Volumes/Xcode\ Tools/Packages/Packages/WebObjectsRuntime.pkg/Contents/Archive.pax.gz /tmp 18 +cd /tmp 19 +unzip Archive.pax.gz 20 +pax -r -f Archive.pax 21 +tar cf WebObjectsRuntime.tar Library System 22 +cp WebObjectsRuntime.tar -> Windows 23 + 24 +{{/code}} 25 + 1 1 1) Create the structure: 2 2 C:pple 3 3 C:ppleocalibraryrameworks (equivalent to /Library/Frameworks on the Mac) ... ... @@ -17,7 +17,7 @@ 17 17 18 18 5) Install eclipse 3.3.1.1 19 19 20 -6) Install WOLips nightly from http: ~/~/webobjects.mdimension.com/wolips/nightly45 +6) Install WOLips nightly from [[http://webobjects.mdimension.com/wolips/nightly]] 21 21 22 22 That should be it, I think? The things that are problematic right now on Windows: 23 23 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