Changes for page Troubleshooting Problems Building and Running
Last modified by Pascal Robert on 2007/12/15 18:37
From version 12.1
edited by chuckhill
on 2007/01/24 17:19
on 2007/01/24 17:19
Change comment:
There is no comment for this version
To version 7.1
edited by David Holt
on 2007/12/02 20:04
on 2007/12/02 20:04
Change comment:
Updated the reference documentation path for Leopard installs
Summary
-
Page properties (3 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 -Problems RunningonWindows1 +Troubleshooting Problems Building and Running - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. chuckhill1 +XWiki.dholt - Content
-
... ... @@ -1,4 +1,4 @@ 1 -If you are having problems building or running on Windows ,hereare some things tocheck.1 +If you are having problems building or running, here are some things to check. The examples are given for Windows as that seems to be the source of the most problems. The principles apply, though the paths are different, for OS X. 2 2 3 3 === wobuild.properties === 4 4 ... ... @@ -10,12 +10,14 @@ 10 10 {{code}} 11 11 12 12 #This file stores the wo specific properties #Sat Mar 29 11:33:34 PST 2003 13 -wo.dir.root=U:/Apple wo.dir.user.home.library.frameworks=C:/Temp 13 +wo.dir.root=U:/Apple 14 +wo.dir.user.home.library.frameworks=C:/Temp 14 14 wo.woroot=U:/Apple 15 15 wo.dir.local=U:/Apple/Local 16 16 wo.wosystemroot=U:/Apple 17 -#wo.dir.user.home.library=C:/Documents and Settings/Chuck Hill/Local/ 18 -Library wo.dir.user.home.library=C:/Temp wo.dir.library=U:/Apple/Library 18 +#wo.dir.user.home.library=C:/Documents and Settings/Chuck Hill/Local/Library 19 +wo.dir.user.home.library=C:/Temp 20 +wo.dir.library=U:/Apple/Library 19 19 wo.dir.local.library=U:/Apple/Local/Library 20 20 wo.dir.library.frameworks=U:/Apple/Library/Frameworks 21 21 wo.dir.local.library.frameworks=U:/Apple/Local/Library/Frameworks ... ... @@ -25,6 +25,30 @@ 25 25 26 26 {{/code}} 27 27 30 +For the curious, here is an example from OS X: 31 + 32 +{{code}} 33 + 34 +#This file stores the wo specific properties 35 +#Wed Oct 11 19:51:09 PDT 2006 36 +wo.dir.root=/ 37 +wo.woroot=/System 38 +wo.dir.user.home.library.frameworks=/Users/chuck/Library/Frameworks 39 +wo.dir.local=/ 40 +wo.wosystemroot=/System 41 +wo.dir.library=/System/Library 42 +wo.dir.user.home.library=/Users/chuck/Library 43 +wo.dir.local.library=/Library 44 +wo.dir.library.frameworks=/System/Library/Frameworks 45 +wo.dir.local.library.frameworks=/Library/Frameworks 46 +wo.wolocalroot=/ 47 +wo.dir.system=/System 48 +wo.dir.reference.api=/Developer/ADC%20Reference%20Library/documentation/WebObjects/Reference/API/ 49 + 50 +{{/code}} 51 + 52 +Note that for MacOSX 10.5 installs the last line above must be changed to wo.dir.reference.api=/Developer/Documentation/DocSets/com.apple.ADC//Reference//Library.WebObjectsReference.docset/Contents/Resources/Documents/reference/ 53 + 28 28 === Environment Variables === 29 29 30 30 WebObjects makes use of some environmental variables. I am not sure which ones need to be set with WOLips, but these are the likely candidates: