RE: Error not detected in ANT 1.6.1 compile task

2005-02-16 Thread Ahmed Ounaissa
Thx to all for your answers. If summarize: 1. I do not have to respect the package structure for my sources (is this compliant to Java Spec ?). 2. If -d is supplied to the compiler (javac) it disregards possible mismatches between package class statement and compilation unit location.

RE: Error not detected in ANT 1.6.1 compile task

2005-02-16 Thread Ahmed Ounaissa
: mercredi 16 février 2005 12:22 To: user@ant.apache.org Subject: AW: Error not detected in ANT 1.6.1 compile task Quick retest: works for me. Can you create a test case (small buggy java file, buildfile)? Jan > -Ursprüngliche Nachricht- > Von: Ahmed Ounaissa [mailto:[EMAIL PRO

Error not detected in ANT 1.6.1 compile task

2005-02-16 Thread Ahmed Ounaissa
Hi, Running ant compile on a java source with a buggy file (declared package does not match the file location), ant does not report the error do you know of this ? ant version = 1.6.1, JDK=Sun 1.4.2_03 Thx a lot, /Ahmed