Hi
I am creating a jar file and I would like the script to fail if the jar
file is not going to be composed of any significant files (I do not view
the manifest files as significant in this case)
I used whenempty="fail" and instead of failure I get a stupid message
telling me that a jar file
Hi
I am new to ant and I am trying to create a script to distribute only
those files that were modified since the last distribution.
I would like to stop distribution if no files have been changed.
However, I cannot seem to be able to work this into my script. I know
that I can use path conve