Changes for page EOModel

Last modified by Andrew Lindesay on 2006/10/29 00:06

From version 2.1
edited by Andrew Lindesay
on 2006/10/29 00:06
Change comment: There is no comment for this version
To version 3.1
edited by Andrew Lindesay
on 2006/10/29 00:06
Change comment: Migrated to Confluence 4.0

Summary

Details

Page properties
Parent
... ... @@ -1,0 +1,1 @@
1 +WOProject-Ant
Content
... ... @@ -1,17 +1,45 @@
1 1  = EOModel Task Manual =
2 2  
3 -This has been transcribed by [[Andrew Lindesay>>http://www.lindesay.co.nz]] from the old WOProject site.
3 +This has been transcribed by [[Andrew Lindesay>>url:http://www.lindesay.co.nz||shape="rect"]] from the old WOProject site.
4 4  
5 5  == Description ==
6 6  
7 -##EOModel## is an Ant task to maintain an ##index.eomodeld## file.
7 +{{code language="none"}}EOModel{{/code}} is an Ant task to maintain an {{code language="none"}}index.eomodeld{{/code}} file.
8 8  
9 9  == Parameters ==
10 10  
11 -|=Attribute|=Description|=Required
12 -|eomodelFile|##index.eomodeld## file location. When ommitted, ##index.eomodeld## file in the current directory is assumed.|Yes
13 -|username|Name of the user to be set in the connection dictionary.|No
14 -|password|Password of the user to be set in the connection dictionary.|No
15 -|url|URL of the database to be set in the connection dictionary.|No
16 -
17 -
11 +|=(((
12 +Attribute
13 +)))|=(((
14 +Description
15 +)))|=(((
16 +Required
17 +)))
18 +|(((
19 +eomodelFile
20 +)))|(((
21 +{{code language="none"}}index.eomodeld{{/code}} file location. When ommitted, {{code language="none"}}index.eomodeld{{/code}} file in the current directory is assumed.
22 +)))|(((
23 +Yes
24 +)))
25 +|(((
26 +username
27 +)))|(((
28 +Name of the user to be set in the connection dictionary.
29 +)))|(((
30 +No
31 +)))
32 +|(((
33 +password
34 +)))|(((
35 +Password of the user to be set in the connection dictionary.
36 +)))|(((
37 +No
38 +)))
39 +|(((
40 +url
41 +)))|(((
42 +URL of the database to be set in the connection dictionary.
43 +)))|(((
44 +No
45 +)))