Changes for page Troubleshooting Problems Building and Running
Last modified by Pascal Robert on 2007/12/15 18:37
From version 15.1
edited by chuckhill
on 2007/01/24 17:20
on 2007/01/24 17:20
Change comment:
There is no comment for this version
To version 18.1
edited by Pascal Robert
on 2007/12/15 18:37
on 2007/12/15 18:37
Change comment:
There is no comment for this version
Summary
-
Page properties (3 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 -Troubleshooting Problems RunningonWindows1 +Troubleshooting Problems Building and Running - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. chuckhill1 +XWiki.probert - Content
-
... ... @@ -1,21 +1,30 @@ 1 - Ifyou are having problems building or runningonWindows, here are some things to check.1 += Introduction = 2 2 3 - ===wobuild.properties===3 +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. 4 4 5 -Many things will not work if this is missing, incorrect, or incomplete. The location for this file is: 5 += wobuild.properties = 6 + 7 +Many things will not work if this is missing, incorrect, or incomplete. 8 + 9 +On Mac OS X, the location for this file is: 10 +##/Users/<user name>/Library/wobuild.properties## 11 + 12 +On Windows, the location for this file is: 6 6 ##C:ocuments and Settingsuser name>ibraryobuild.properties## 7 7 8 -Here is an example: 15 +Here is an example from Windows: 9 9 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 20 +wo.dir.root=U:/Apple 21 +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 25 +#wo.dir.user.home.library=C:/Documents and Settings/Chuck Hill/Local/Library 26 +wo.dir.user.home.library=C:/Temp 27 +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,8 +25,36 @@ 25 25 26 26 {{/code}} 27 27 28 - ===EnvironmentVariables===37 +For the curious, here is an example from OS X: 29 29 39 +{{code}} 40 + 41 +#This file stores the wo specific properties 42 +#Wed Oct 11 19:51:09 PDT 2006 43 +wo.dir.root=/ 44 +wo.woroot=/System 45 +wo.dir.user.home.library.frameworks=/Users/chuck/Library/Frameworks 46 +wo.dir.local=/ 47 +wo.wosystemroot=/System 48 +wo.dir.library=/System/Library 49 +wo.dir.user.home.library=/Users/chuck/Library 50 +wo.dir.local.library=/Library 51 +wo.dir.library.frameworks=/System/Library/Frameworks 52 +wo.dir.local.library.frameworks=/Library/Frameworks 53 +wo.wolocalroot=/ 54 +wo.dir.system=/System 55 +wo.dir.reference.api=/Developer/ADC%20Reference%20Library/documentation/WebObjects/Reference/API/ 56 + 57 +{{/code}} 58 + 59 +{{info}} 60 + 61 +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/ 62 + 63 +{{/info}} 64 + 65 += Environment Variables = 66 + 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: 31 31 32 32 {{code}} ... ... @@ -48,7 +48,7 @@ 48 48 49 49 {{/code}} 50 50 51 -= ==Problem Running Applications ===88 += Problem Running Applications = 52 52 53 53 If **wobuild.properties** (see above) is not correct, the application won't be able to launch. The error will look like this: 54 54