Jim Cobban wrote:
My classes are all in the Census package so I have a directory containing the source
> which has a subdirectory of Census which contains the compiled classes.
The documentation on the javac task specifically mentions the need tohave the
> directory structure mirror the package hierarchy.
You need to have your *source* directory structure mirror the package hierarchy.
I suggest you to place your sources under "src/Census", to create a "classes" directory and to specify it as your destdir in <javac>.
Compiled classes will be placed under "classes/Census".
> that it is compiling every one of my programs, even if it has just finishedI am clearly doing something wrong because every time I run ant it indicates
> compiling them.
What you are doing wrong is not placing your sources in a directory called "Census".
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
