Last modified by Pascal Robert on 2013/12/18 02:55

From version 49.1
edited by Pascal Robert
on 2023/11/13 11:54
Change comment: Renamed back-links.
To version 48.1
edited by D Tim Cummings
on 2013/12/18 02:55
Change comment: Migrated to Confluence 5.3

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.probert
1 +XWiki.timcu
Content
... ... @@ -28,10 +28,11 @@
28 28  {{code language="none"}}
29 29  -D<property>=<value>
30 30  {{/code}}
31 -
32 32  1. Properties specified in the //Properties// line of an Invoke Ant build task using (the equivalent of
33 33  
34 -{{code language="none"}}-propertyfile <name>{{/code}})
33 +{{code language="none"}}
34 +-propertyfile <name>
35 +{{/code}})
35 35  )))
36 36  1. (((
37 37  ====== Eclipse/WOLips ======
... ... @@ -39,9 +39,13 @@
39 39  1. Properties specified for the Eclipse Workspace under Eclipse -> Preferences -> WOLips - > **System Frameworks**
40 40  1. The
41 41  
42 -{{code language="none"}}build.properties{{/code}} file in the same directory as the build.xml file as specified by
43 +{{code language="none"}}
44 +build.properties
45 +{{/code}} file in the same directory as the build.xml file as specified by
43 43  
44 -{{code language="none"}}<property file="build.properties" />{{/code}} task in the build.xml file.
47 +{{code language="none"}}
48 +<property file="build.properties" />
49 +{{/code}} task in the build.xml file.
45 45  )))
46 46  1. (((
47 47  ====== Command Line ======
... ... @@ -51,18 +51,20 @@
51 51  {{code language="none"}}
52 52  -D<property>=<value>
53 53  {{/code}}
54 -
55 55  1. A properties file specified in the Ant command:
56 56  
57 57  {{code language="none"}}
58 58  -propertyfile <name>
59 59  {{/code}}
60 -
61 61  1. The
62 62  
63 -{{code language="none"}}build.properties{{/code}} file in the same directory as the build.xml file as specified by
66 +{{code language="none"}}
67 +build.properties
68 +{{/code}} file in the same directory as the build.xml file as specified by
64 64  
65 -{{code language="none"}}<property file="build.properties" />{{/code}} task in the build.xml file.
70 +{{code language="none"}}
71 +<property file="build.properties" />
72 +{{/code}} task in the build.xml file.
66 66  )))
67 67  
68 68  {{note title="Can't Find WebObjects"}}
... ... @@ -133,7 +133,7 @@
133 133  * (((
134 134  ===== Project Wonder Frameworks =====
135 135  
136 -First download the Wonder source code (see [[doc:WEB.Home.Getting Started.Getting the Wonder Source Code.WebHome]]). Make a note of the location of the Wonder directory.
143 +First download the Wonder source code (see [[doc:WEB.Getting the Wonder Source Code]]). Make a note of the location of the Wonder directory.
137 137  
138 138  The Wonder build script will use properties defined in ~~/Library/Application Support/WOLips/wolips.properties. This is a good place to set {{code language="none"}}wo.system.frameworks{{/code}} property.
139 139