Last modified by Pascal Robert on 2007/12/15 18:37

From version 18.1
edited by Pascal Robert
on 2007/12/15 18:37
Change comment: There is no comment for this version
To version 17.1
edited by chuckhill
on 2007/01/30 17:07
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -Troubleshooting Problems Building and Running
1 +Troubleshooting Problems Running on Windows
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.probert
1 +XWiki.chuckhill
Content
... ... @@ -1,30 +1,22 @@
1 -= Introduction =
1 +If you are having problems building or running on Windows, here are some things to check.
2 2  
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.
3 +=== wobuild.properties ===
4 4  
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:
5 +Many things will not work if this is missing, incorrect, or incomplete. The location for this file is:
13 13  ##C:ocuments and Settingsuser name>ibraryobuild.properties##
14 14  
15 -Here is an example from Windows:
8 +Here is an example:
16 16  
17 17  {{code}}
18 18  
19 19  #This file stores the wo specific properties #Sat Mar 29 11:33:34 PST 2003
20 -wo.dir.root=U:/Apple
13 +wo.dir.root=U:/Apple
21 21  wo.dir.user.home.library.frameworks=C:/Temp
22 22  wo.woroot=U:/Apple
23 23  wo.dir.local=U:/Apple/Local
24 24  wo.wosystemroot=U:/Apple
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
18 +#wo.dir.user.home.library=C:/Documents and Settings/Chuck Hill/Local/
19 +Library wo.dir.user.home.library=C:/Temp wo.dir.library=U:/Apple/Library
28 28  wo.dir.local.library=U:/Apple/Local/Library
29 29  wo.dir.library.frameworks=U:/Apple/Library/Frameworks
30 30  wo.dir.local.library.frameworks=U:/Apple/Local/Library/Frameworks
... ... @@ -56,14 +56,8 @@
56 56  
57 57  {{/code}}
58 58  
59 -{{info}}
51 +=== Environment Variables ===
60 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 -
67 67  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:
68 68  
69 69  {{code}}
... ... @@ -85,7 +85,7 @@
85 85  
86 86  {{/code}}
87 87  
88 -= Problem Running Applications =
74 +=== Problem Running Applications ===
89 89  
90 90  If **wobuild.properties** (see above) is not correct, the application won't be able to launch. The error will look like this:
91 91