Changes for page EOModelDoc

Last modified by Theodore Petrosky on 2012/02/11 13:36

From version 39.1
edited by Chuck Hill
on 2008/07/31 18:43
Change comment: There is no comment for this version
To version 43.1
edited by Chuck Hill
on 2008/07/31 18:06
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -55,29 +55,6 @@
55 55  
56 56  {{/code}}
57 57  
58 -== Running from Ant ==
59 -
60 -There is no Ant task (yet) for EOModelDoc. You can run it with an ##java## task following this pattern:
61 -
62 -{{code value="xml"}}
63 -
64 -<java jar="dist/test.jar"
65 - fork="true"
66 - maxmemory="256m">
67 - <arg value="-output" />
68 - <arg value="/path/to/output/folder" />
69 - <arg value="-model" />
70 - <arg value="/path/to/model.eomodeld" />
71 - <arg value="-modelgroup" />
72 - <arg value="/path/to/working/dir" />
73 - <arg value="-templates" />
74 - <arg value="/path/to/templates" />
75 - <arg value="-entityURLTemplate" />
76 - <arg value="http://whatever?$${entity.classNamePath}.html" />
77 -</java>
78 -
79 -{{/code}}
80 -
81 81  == Template Files ==
82 82  
83 83  Default templates are included in the eomodeldoc.jar file. You can extract these templates to use as a basis for your own templates with this command:
... ... @@ -88,7 +88,7 @@
88 88  
89 89  {{/code}}
90 90  
91 -See the [[EOGenerator template documentation>>EOGenerator Templates and Additions]] documentation for information on customizing these templates. Only need to have the templates that are different from the jar?
68 +Only need to have the templates that are different from the jar?
92 92  
93 93  The templates and their function are:
94 94  
... ... @@ -121,3 +121,5 @@
121 121  
122 122  
123 123  ----
101 +
102 +== Running from Ant ==