Greetings,
I am trying to use
ant to build my submission jar file. It works fine except that it is not creating my docs directory in the jar file. It is using the base path of the jar and making it relative from there.
The problem with this is that "docs", which is a subdirectory in my project, is not being created in the jar; it's files and subdirectories are being placed in the base of the jar.
How can I tell ant to create the docs dir and place all of my docs fileset in there?
TIA,
Jason