Is there a way to let ant create the directories which are needed for java classes 
which are in packages ???

for example a file class.java is in the package crosswordpuzzle.util. now i want ant 
to compile the file and create the directories by himself, so i can say 
dest="${temp.dir}" and the classfile lays in ${temp.dir}/crosswordpuzzle/util/ after 
compiling.

Peter

Reply via email to