To clarify, this is normal commandline and ant task javac behaviour.
You have to set up the source directory correctly yourself, there is nothing in javac to check the relative path names.
Peter Stefan Bodewig wrote:
On Wed, 16 Feb 2005, Ahmed Ounaissa <[EMAIL PROTECTED]> wrote:
Well the error is: Inside the file
package test.package;
public class Test { ... }
and the file is placed under directory test.
The compilation succeeds and puts the .class under Test/Package
This is no error, why should javac complain?
Stefan
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
