ant xml build file).
Side question: Loading same sources in Eclipse raises the error.
Thx
/Ahmed
-Original Message-
From: Stefan Bodewig [mailto:[EMAIL PROTECTED]
Sent: mercredi 16 février 2005 12:51
To: user@ant.apache.org
Subject: Re: Error not detected in ANT 1.6.1 compile task
On Wed
detected in ANT 1.6.1 compile task
On Wed, 16 Feb 2005, Peter Reilly <[EMAIL PROTECTED]> wrote:
> To clarify,
> this is normal commandline and ant task javac behaviour.
Even more than that.
I once worked on a(n open source) project[1] that kept all source
files in the same directory,
On Wed, 16 Feb 2005, Peter Reilly <[EMAIL PROTECTED]> wrote:
> To clarify,
> this is normal commandline and ant task javac behaviour.
Even more than that.
I once worked on a(n open source) project[1] that kept all source
files in the same directory, even though they belonged to different
Java pa
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 i
s under Test/Package
>
> /Ahmed
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: 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: wor
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
: 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
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 PROTECTED]
> Gesendet am: Mittwoch, 16. Februar 2005 12:11
> An: user@ant.apache.org
> Betreff: Error not detect
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