Changes for page EOModelDoc
Last modified by Theodore Petrosky on 2012/02/11 13:36
From 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
To version 42.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
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -55,24 +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 /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 - 76 76 == Template Files == 77 77 78 78 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: ... ... @@ -83,7 +83,7 @@ 83 83 84 84 {{/code}} 85 85 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?68 +Only need to have the templates that are different from the jar? 87 87 88 88 The templates and their function are: 89 89 ... ... @@ -116,3 +116,5 @@ 116 116 117 117 118 118 ---- 101 + 102 +== Running from Ant ==