<jet.compile> generates files under wrong directory [message #490001] |
Tue, 06 October 2009 16:09  |
Eclipse User |
|
|
|
I am using <jet.compile> in my build.xml to generate from jet2 templates. My build.xml looks as follows:
<target name="jetc_multiple_templates" depends="jet-init">
<jet.compile project="com.accenture.tools.tabbed" destdir="src">
<srcdir dir="." includes="templates/*.*"/>
</jet.compile>
</target>
The generated files should go under com.accenture.tools.tabbed\src\com\accenture\tools\tabbed\je tcompiled. But when I execute this, one of them goes correctly under com.accenture.tools.tabbed\src\com\accenture\tools\tabbed\je tcompiled and the other two go under com.accenture.tools.tabbed\src\org\eclipse\jet\compiled.
Do I need to modify my build.xml. I tried different paths under destdir. But regardless of what I put in there, the generated files go under two different dir paths - one under the correct path and the pther tweo under src\org\jet\compiled.
Any help or suggestions will be appreciated!
|
|
|
|
Powered by
FUDForum. Page generated in 0.06355 seconds