Re: build.xml changes

2002-06-03 Thread Conor MacNeill
C Santosh Kumar wrote: > How do I make ant compile my programs again > whenever I make changes in my build.xml? > I have replaced certain libraries and want to recompile > the source. > There are two approaches here (probably more) 1. Provide a clean target which removes all classfiles. If you

Re: build.xml changes

2002-06-03 Thread Conor MacNeill
sudipto chattopadhyay wrote: > > hi, > i have same problem ... but an additional one is that my source is build > everytime whether it is changed or not ... can u give me idea to stop > recompiling Check the FAQ. Conor -- To unsubscribe, e-mail: For additi

Re: build.xml changes

2002-06-03 Thread David . Bailey
C Santosh Kumar" com> cc: Subject: build.xml changes

Re: build.xml changes

2002-06-03 Thread sudipto chattopadhyay
TED]> >To: "Ant Users List" <[EMAIL PROTECTED]> >Subject: build.xml changes >Date: Mon, 3 Jun 2002 12:48:48 +0530 > >How do I make ant compile my programs again >whenever I make changes in my build.xml? >I have replaced certain libraries and want to recompile >

build.xml changes

2002-06-03 Thread C Santosh Kumar
How do I make ant compile my programs again whenever I make changes in my build.xml? I have replaced certain libraries and want to recompile the source. -- To unsubscribe, e-mail: For additional commands, e-mail: