Peter Donald - 2007-04-30

Logged In: YES
user_id=1642927
Originator: NO

This is not a bug as such. IIRC the srcdir property specifies where the .java files are scanned from while sourcepath is the value passed to the compiler (and thus may have files compiled in it even if they don't appear in srcdir if they are referenced from files in srcdir). I think that if you remove main.java from srcdir it will actually generate an error.