Return-Path: Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Delivered-To: mailing list dev@ant.apache.org Received: (qmail 10568 invoked from network); 12 May 2003 11:55:47 -0000 Received: from scmail01.arsin.com (65.195.141.112) by daedalus.apache.org with SMTP; 12 May 2003 11:55:47 -0000 Received: by scmail01.arsin.com with Internet Mail Service (5.5.2653.19) id ; Mon, 12 May 2003 04:55:47 -0700 Message-ID: <4E7888D4F219E145B6F81E5D3049E3BF9F18AD@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 04:55:41 -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 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. > 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