On Wed, 14 Nov 2001, Thomas Tuft Muller <[EMAIL PROTECTED]> wrote:

> .../JUtils/src/main/com/onrelay/collections/SingleLinkedList.java
> and
> .../JUtils/src/test/test/onrelay/collections/SingleLinkedListJUnitTest.java
> 
> Now, my javac task is instructed to compile everything below
> .../JUtils/src, and with this setting it won't appreciate that
> classes in the target directory is newer than the
> sourcefiles.

And it shouldn't.  

If you'd use srcdir=".../JUtils/src/main:.../JUtils/src/test", this
would be different.

> However, if I use nested <src> instead of 'srcdir' then everything
> works fine.

<src> pointing to .../JUtils/src or two entries pointing to the main
and test directories respectively.

> I consider this a bug in Ant.

If <src> really works, you are right.

Stefan

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to