Changes for page Usage for Windows

Last modified by Quinton Dolan on 2008/04/11 02:07

From version 21.1
edited by Pascal Robert
on 2007/12/30 07:02
Change comment: There is no comment for this version
To version 14.1
edited by Pascal Robert
on 2007/12/28 22:01
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,28 +26,3 @@
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 -
26 26  1) Create the structure:
27 27  C:pple
28 28  C:ppleocalibraryrameworks (equivalent to /Library/Frameworks on the Mac)
... ... @@ -42,7 +42,7 @@
42 42  
43 43  5) Install eclipse 3.3.1.1
44 44  
45 -6) Install WOLips nightly from [[http://webobjects.mdimension.com/wolips/nightly]]
20 +6) Install WOLips nightly from http:~/~/webobjects.mdimension.com/wolips/nightly
46 46  
47 47  That should be it, I think?  The things that are problematic right now on Windows:
48 48  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