RE: Javac task query

2007-06-27 Thread Yadav, Akshat Kumar
Thanks Steve, I will look into this. -Original Message- From: Steve Loughran [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 27, 2007 5:09 PM To: Ant Users List Subject: Re: Javac task query Yadav, Akshat Kumar wrote: > Thanks Peter for reply. > > I think ANT developer sho

Re: Javac task query

2007-06-27 Thread Yadav, Akshat Kumar
y On 6/27/07, Yadav, Akshat Kumar <[EMAIL PROTECTED]> wrote: > > Thanks Prashant for reply. > > I am talking for the situation where a.java, b.java and c.java are > independent java code files. > > Thanks, > does not remove the c.class file if the c.java file do

RE: Javac task query

2007-06-26 Thread Yadav, Akshat Kumar
. Hope this helps. -Prashant On Wed, 2007-06-27 at 10:10 +0800, Yadav, Akshat Kumar wrote: > Thanks Steve! It worked. > > But lets say if I have executed compile target on a.java, b.java > ,c.java it generates a.class, b.class, c.class and then I made jar of > these class files.

Re: Javac task query

2007-06-26 Thread Yadav, Akshat Kumar
et me know... Thanks, -Original Message- From: Steve Loughran [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 26, 2007 7:04 PM To: Ant Users List Subject: Re: Javac task query Yadav, Akshat Kumar wrote: > > Hi Prashant, > > I had executed ANT in verbose and debug mode and

Re: Javac task query

2007-06-26 Thread Yadav, Akshat Kumar
gt; includes="**/*.*"/> > HTH On Tue, 2007-06-26 at 17:24 +0800, Yadav, Akshat Kumar wrote: > Thanks Prashant for reply. > > I had gone through this link earlier, my source dir structure mirrors > package dir structure. Even I tried to put the source and dest dir as

RE: Javac task query

2007-06-26 Thread Yadav, Akshat Kumar
-2403 Thanks, -Original Message- From: Prashant Reddy [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 26, 2007 5:17 PM To: Ant Users List Subject: Re: Javac task query Please see : http://ant.apache.org/faq.html#always-recompiles HTH On Tue, 2007-06-26 at 16:15 +0800, Yadav, Akshat Kuma

Javac task query

2007-06-26 Thread Yadav, Akshat Kumar
Hi All, Ant manual says "The source and destination directory will be recursively scanned for Java source files to compile. Only Java files that have no corresponding .class file or where the class file is older than the .java file will be compiled." Reference: http://ant.apache.org/manual/CoreT