On Thu, 10 Jan 2002, Peter Kesch <[EMAIL PROTECTED]> wrote:
> 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.
<javac> does so, no special magic involved (as long as ${temp.dir}
exists).
Stefan
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>