Re: Error not detected in ANT 1.6.1 compile task

2005-02-16 Thread Peter Reilly
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

RE: Error not detected in ANT 1.6.1 compile task

2005-02-16 Thread Ahmed Ounaissa
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,

Re: Error not detected in ANT 1.6.1 compile task

2005-02-16 Thread Stefan Bodewig
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

Re: Error not detected in ANT 1.6.1 compile task

2005-02-16 Thread Peter Reilly
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

Re: Error not detected in ANT 1.6.1 compile task

2005-02-16 Thread Stefan Bodewig
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

RE: Error not detected in ANT 1.6.1 compile task

2005-02-16 Thread Ahmed Ounaissa
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 /Ahmed -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: mer