Changes for page EOModelDoc

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

From version 53.2
edited by David Avendasora
on 2023/11/13 11:55
Change comment: Update document after refactoring.
To version 51.1
edited by Pascal Robert
on 2012/02/11 13:36
Change comment: Migrated to Confluence 5.3

Summary

Details

Page properties
Parent
... ... @@ -1,1 +1,1 @@
1 -WOL.Home.WebHome
1 +Home
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.avendasora
1 +XWiki.probert
Content
... ... @@ -29,9 +29,7 @@
29 29  
30 30  The command line syntax of for EOModelDoc:
31 31  
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}}
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}}
35 35  
36 36  |=(((
37 37  Parameter
... ... @@ -103,7 +103,8 @@
103 103  
104 104  There is no Ant task (yet) for EOModelDoc. You can run it with an {{code language="none"}}java{{/code}} task following this pattern:
105 105  
106 -{{code 0="xml"}}<java jar="/path/to/eomodeldoc.jar"
104 +{{code 0="xml"}}
105 +<java jar="/path/to/eomodeldoc.jar"
107 107   fork="true"
108 108   maxmemory="256m">
109 109   <arg value="-output" />
... ... @@ -114,7 +114,8 @@
114 114   <arg value="/path/to/templates" />
115 115   <arg value="-entityURLTemplate" />
116 116   <arg value="http://whatever?$${entity.classNamePath}.html" />
117 -</java>{{/code}}
116 +</java>
117 +{{/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: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.
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.
166 166  
167 167  The templates and their function are:
168 168