Changes for page EOModelDoc

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

From version 51.1
edited by Pascal Robert
on 2012/02/11 13:36
Change comment: Migrated to Confluence 5.3
To version 52.1
edited by David Avendasora
on 2023/11/13 11:55
Change comment: Renamed back-links.

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.probert
1 +XWiki.avendasora
Content
... ... @@ -29,7 +29,9 @@
29 29  
30 30  The command line syntax of for EOModelDoc:
31 31  
32 -{{code language="none"}}java -jar eomodeldoc.jar -output /path/to/output/folder [-model /path/to/model.eomodeld]* [-modelgroup /path/to/working/dir] [-templates /path/to/templates] [-entityURLTemplate "http://domain/path/to/JavaDocs/$entity.classNamePath.html{{/code}}
32 +{{code language="none"}}
33 +java -jar eomodeldoc.jar -output /path/to/output/folder [-model /path/to/model.eomodeld]* [-modelgroup /path/to/working/dir] [-templates /path/to/templates] [-entityURLTemplate "http://domain/path/to/JavaDocs/$entity.classNamePath.html
34 +{{/code}}
33 33  
34 34  |=(((
35 35  Parameter
... ... @@ -101,8 +101,7 @@
101 101  
102 102  There is no Ant task (yet) for EOModelDoc. You can run it with an {{code language="none"}}java{{/code}} task following this pattern:
103 103  
104 -{{code 0="xml"}}
105 -<java jar="/path/to/eomodeldoc.jar"
106 +{{code 0="xml"}}<java jar="/path/to/eomodeldoc.jar"
106 106   fork="true"
107 107   maxmemory="256m">
108 108   <arg value="-output" />
... ... @@ -113,8 +113,7 @@
113 113   <arg value="/path/to/templates" />
114 114   <arg value="-entityURLTemplate" />
115 115   <arg value="http://whatever?$${entity.classNamePath}.html" />
116 -</java>
117 -{{/code}}
117 +</java>{{/code}}
118 118  
119 119  {{code 0="xml"}}
120 120  
... ... @@ -162,7 +162,7 @@
162 162  
163 163  {{/code}}
164 164  
165 -See the [[EOGenerator template documentation>>doc:EOGenerator Templates and Additions]] documentation for information on customizing these templates. The {{code language="none"}}-templates{{/code}} path only needs to point the the templates that you have changed. If any templates are not found on that path, the defaults from the jar are used.
165 +See the [[EOGenerator template documentation>>doc:WOL.Home.EOGenerator.EOGenerator Templates and Additions.WebHome]] documentation for information on customizing these templates. The {{code language="none"}}-templates{{/code}} path only needs to point the the templates that you have changed. If any templates are not found on that path, the defaults from the jar are used.
166 166  
167 167  The templates and their function are:
168 168