Changes for page EOModelDoc
Last modified by Theodore Petrosky on 2012/02/11 13:36
From version 40.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 38.1
edited by Chuck Hill
on 2008/07/31 18:43
on 2008/07/31 18:43
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -64,11 +64,16 @@ 64 64 <java jar="dist/test.jar" 65 65 fork="true" 66 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" /> 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" /> 72 72 </java> 73 73 74 74 {{/code}}