Changes for page EOModelDoc
Last modified by Theodore Petrosky on 2012/02/11 13:36
From version 43.1
edited by Chuck Hill
on 2008/07/31 18:06
on 2008/07/31 18:06
Change comment:
There is no comment for this version
To version 41.1
edited by Chuck Hill
on 2008/07/31 18:31
on 2008/07/31 18:31
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -55,6 +55,24 @@ 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 /path/to/output/folder" /> 68 + <arg value="-model /path/to/model.eomodeld" /> 69 + <arg value="-modelgroup /path/to/working/dir" /> 70 + <arg value="-templates /path/to/templates" /> 71 + <arg value="-entityURLTemplate http://whatever?$${entity.classNamePath}.html" /> 72 +</java> 73 + 74 +{{/code}} 75 + 58 58 == Template Files == 59 59 60 60 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: ... ... @@ -65,7 +65,7 @@ 65 65 66 66 {{/code}} 67 67 68 -Only need to have the templates that are different from the jar? 86 +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? 69 69 70 70 The templates and their function are: 71 71 ... ... @@ -98,5 +98,3 @@ 98 98 99 99 100 100 ---- 101 - 102 -== Running from Ant ==