Return-Path: Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Delivered-To: mailing list dev@ant.apache.org Received: (qmail 35710 invoked from network); 12 May 2003 12:21:06 -0000 Received: from scmail01.arsin.com (65.195.141.112) by daedalus.apache.org with SMTP; 12 May 2003 12:21:06 -0000 Received: by scmail01.arsin.com with Internet Mail Service (5.5.2653.19) id ; Mon, 12 May 2003 05:21:07 -0700 Message-ID: <4E7888D4F219E145B6F81E5D3049E3BF9F18AE@scmail01.arsin.com> From: Dharnidhar Vemuri To: 'Ant Developers List' Subject: RE: FW: Retrieve all the nodes in an XML file using xmlproperty Date: Mon, 12 May 2003 05:21:02 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Do u mean with apache-ant-1.6alpha? Let me test it with this version. -----Original Message----- From: peter reilly [mailto:peter.reilly@corvil.com] Sent: Monday, May 12, 2003 17:52 To: Ant Developers List Subject: Re: FW: Retrieve all the nodes in an XML file using xmlproperty OK, just tested. My example works for the current nightly build but not for ant 1.5.3-1. Looking at cvs history for XmlProperty task, I think revision 1.6 of XmlProperties.java added the feature of adding a "," if the property already existed. Peter. On Monday 12 May 2003 12:55, Dharnidhar Vemuri wrote: > Peter, > > It still takes the first java file, It does not compile the second file > at all > > > > -----Original Message----- > From: peter reilly [mailto:peter.reilly@corvil.com] > Sent: Monday, May 12, 2003 17:25 > To: Ant Developers List > Subject: Re: FW: Retrieve all the nodes in an XML file using xmlproperty > > > You would probally change the input to include the .java > in the filename. and use the "includes" attribute of > javac and not the include sub-element. > > > > > > > > > > > includes="${suite.testcases.filename}"/> > > On Monday 12 May 2003 12:12, Dharnidhar Vemuri wrote: > > > Hi, > > > > > > I have an xml file with the following structure: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > What I am interested is to retrieve all the testcase filenames append > > > '.java' at the end and compile these java files by using javac. > > > > > > My ant target looks like this: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > When i compile, it compiles only the first file (MyModule.java), but > > does > > > > not compile (MyModule1.java). > > > > > > Is there a way by which I can achieve this? > > > > > > > > > Thanks in advance, > > > Dharnidhar > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org > > For additional commands, e-mail: dev-help@ant.apache.org > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org > For additional commands, e-mail: dev-help@ant.apache.org > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org > For additional commands, e-mail: dev-help@ant.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org