Java Mailing List Archive

http://www.ant-tasks.com/

Home » Ant Users List »

AW: AW: Cache test scripts?

Jan Materne

2008-08-29


Author LoginPost Reply
1. On discussions please stay on the mailinglist.

2. No, Ant doesnt save a binary version of a parsed buildfile.


Jan


________________________________

 Von: David W [mailto:davidw589@(protected)]
 Gesendet: Donnerstag, 28. August 2008 23:10
 An: Materne, Jan (RZF)
 Betreff: Re: AW: Cache test scripts?
 
 
Hi Jan,

I was wondering if Ant could save my "build.xml" so that Ant does not need to load the xml file again if I want to excute the same xml file several times.

This may not be necessary as Ant can parse the xml file quickly. So just ignore my question.

Thanks all the same.

David


--- On Wed, 8/27/08, Jan.Materne@(protected):


 From: Jan.Materne@(protected)>
 Subject: AW: Cache test scripts?
 To: user@(protected)
 Date: Wednesday, August 27, 2008, 9:32 PM
 
 
 What do you mean with "cache scripts" ?
 
 <javac> compiles only needed files (*.java newer than *.class...)
 <copy> copies only newer files
 <fileset>s can use <modified> selector for checking the change of
 file contents.
 
 
 Jan
 
 > -----Ursprüngliche Nachricht-----
 > Von: David W [mailto:davidw589@(protected)]
 > Gesendet: Mittwoch, 27. August 2008 19:07
 > An: user@(protected)
 > Betreff: Cache test scripts?
 >
 >
 > Hello,
 >
 > I am just curious about this... wondering if Ant can let me
 > cache my test scripts (or my build.xml file). If it can, then
 > how to do it?
 >
 > Thanks so much.
 >
 > David
 >
 >
 >    
 >
 
 ---------------------------------------------------------------------
 To unsubscribe, e-mail: user-unsubscribe@(protected)
 For additional commands, e-mail: user-help@(protected)
 


©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.