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

From version 48.1
edited by D Tim Cummings
on 2013/12/18 02:55
Change comment: Migrated to Confluence 5.3
To version 50.1
edited by Pascal Robert
on 2023/11/13 11:56
Change comment: Renamed from xwiki:documentation.Building and Installing a Framework with Ant

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.timcu
1 +XWiki.probert
Content
... ... @@ -28,11 +28,10 @@
28 28  {{code language="none"}}
29 29  -D<property>=<value>
30 30  {{/code}}
31 +
31 31  1. Properties specified in the //Properties// line of an Invoke Ant build task using (the equivalent of
32 32  
33 -{{code language="none"}}
34 --propertyfile <name>
35 -{{/code}})
34 +{{code language="none"}}-propertyfile <name>{{/code}})
36 36  )))
37 37  1. (((
38 38  ====== Eclipse/WOLips ======
... ... @@ -40,13 +40,9 @@
40 40  1. Properties specified for the Eclipse Workspace under Eclipse -> Preferences -> WOLips - > **System Frameworks**
41 41  1. The
42 42  
43 -{{code language="none"}}
44 -build.properties
45 -{{/code}} file in the same directory as the build.xml file as specified by
42 +{{code language="none"}}build.properties{{/code}} file in the same directory as the build.xml file as specified by
46 46  
47 -{{code language="none"}}
48 -<property file="build.properties" />
49 -{{/code}} task in the build.xml file.
44 +{{code language="none"}}<property file="build.properties" />{{/code}} task in the build.xml file.
50 50  )))
51 51  1. (((
52 52  ====== Command Line ======
... ... @@ -56,20 +56,18 @@
56 56  {{code language="none"}}
57 57  -D<property>=<value>
58 58  {{/code}}
54 +
59 59  1. A properties file specified in the Ant command:
60 60  
61 61  {{code language="none"}}
62 62  -propertyfile <name>
63 63  {{/code}}
60 +
64 64  1. The
65 65  
66 -{{code language="none"}}
67 -build.properties
68 -{{/code}} file in the same directory as the build.xml file as specified by
63 +{{code language="none"}}build.properties{{/code}} file in the same directory as the build.xml file as specified by
69 69  
70 -{{code language="none"}}
71 -<property file="build.properties" />
72 -{{/code}} task in the build.xml file.
65 +{{code language="none"}}<property file="build.properties" />{{/code}} task in the build.xml file.
73 73  )))
74 74  
75 75  {{note title="Can't Find WebObjects"}}
... ... @@ -140,7 +140,7 @@
140 140  * (((
141 141  ===== Project Wonder Frameworks =====
142 142  
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.
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.
144 144  
145 145  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.
146 146