Nau, Michael wrote:
1. Compile all the .java files in the ${dev.src.dir} to {build.out.dir}
2. Jar the .class files from the ${build.out.dir} and all the xslt and
properties files into a foo.jar.
But wait, I didn't read your use-case before I replied the first time.
You can do this:
<jar ...>
<fileset dir="${build.out.dir}"/>
<fileset dir="${wherever.your.xslt.files.are.etc}"/>
</jar>
Is that sufficient for what you're after?
Erik
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>