Changes for page Usage for Windows
Last modified by Quinton Dolan on 2008/04/11 02:07
From version 26.1
edited by Pascal Robert
on 2007/12/30 07:08
on 2007/12/30 07:08
Change comment:
There is no comment for this version
To version 20.1
edited by Gavin Eadie
on 2007/12/30 12:20
on 2007/12/30 12:20
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. probert1 +XWiki.gavineadie - Content
-
... ... @@ -8,9 +8,9 @@ 8 8 9 9 = Moving the WebObjects frameworks from a Mac to a Windows machine = 10 10 11 -The WebObjects frameworks are available on the Xcodetools, which cannot be install on a Windows (or anyotherLinux/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 canfetchthe frameworks without having to install them on the Mac.11 +The WebObjects frameworks are part of the Xcode tools distribution (available on the Mac OS X DVD, or as a download from Apple, see below) which cannot be installed on a Windows (or any Linux/UNIX variant) machine directly. So, before developing on Windows, you will need to get access on a Mac, make a archive of the frameworks and move this archive to your Windows machine. You can extract the frameworks from XCode without having to install them on the intermediate 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/]]. 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/]]. Note that you will need to sign up for an ADC membership, but the "online" membership is free. 14 14 15 15 * Mount, on a Mac, the DMG file. 16 16 ... ... @@ -34,6 +34,13 @@ 34 34 35 35 2) Copy all the frameworks from /System/Library/Frameworks on a Mac that are named Java except for JavaScriptCore and JavaVM to C:ppleibraryrameworks 36 36 37 +{{code}} 38 + 39 +mv WebObjectsRuntime.tar/Library/* C:\Apple\Local\Library\Frameworks 40 +mv WebObjectsRuntime.tar/System/Library/* C:\Apple\Library\Frameworks 41 + 42 +{{/code}} 43 + 37 37 {{warning}} 38 38 39 39 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. ... ... @@ -50,7 +50,7 @@ 50 50 51 51 = Install Eclipse and WOLips = 52 52 53 -5) Install eclipse 3.3.1.1 60 +5) Install eclipse Classic 3.3.1.1 54 54 55 55 6) Install WOLips nightly from [[http://webobjects.mdimension.com/wolips/nightly]] 56 56