RE: [PATCH] add support to for popping up the JUnit GUI

2003-06-19 Thread Dharnidhar Vemuri
Matt, Please find my responses inline. -Original Message- From: Matt Quail [mailto:[EMAIL PROTECTED] Sent: Thursday, June 19, 2003 4:52 AM To: Ant Developers List Subject: Re: [PATCH] add support to for popping up the JUnit GUI Dhar, > It would be good if this patch ha

RE: [PATCH] add support to for popping up the JUnit GUI

2003-06-18 Thread Dharnidhar Vemuri
. As u said, fork is by default in your patch, but as u see we store the output in a file. Thanks, Dhar -Original Message- From: Dharnidhar Vemuri [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 18, 2003 6:13 PM To: 'Ant Developers List' Subject: RE: [PATCH] add

RE: [PATCH] add support to for popping up the JUnit GUI

2003-06-18 Thread Dharnidhar Vemuri
Hi, Where is the patch? I have downloaded the latest nightly build today. I did not find this. Can you please help me in locating this file. Thanks, Dhar -Original Message- From: Gollapally, Devender [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 17, 2003 7:21 PM To: Ant Develop

RE: FW: Retrieve all the nodes in an XML file using xmlproperty

2003-05-12 Thread Dharnidhar Vemuri
12 May 2003 13:21, Dharnidhar Vemuri wrote: > Do u mean with apache-ant-1.6alpha? Let me test it with this version. Yes, I meant apache-ant-1.6alpha, my e-mail was a little confusing. My build.xml file is ${suite.testcases.filename} and the output is

RE: FW: Retrieve all the nodes in an XML file using xmlproperty

2003-05-12 Thread Dharnidhar Vemuri
Developers List Subject: Re: FW: Retrieve all the nodes in an XML file using xmlproperty On Monday 12 May 2003 13:21, Dharnidhar Vemuri wrote: > Do u mean with apache-ant-1.6alpha? Let me test it with this version. Yes, I meant apache-ant-1.6alpha, my e-mail was a little confusing. My build.xml file

RE: FW: Retrieve all the nodes in an XML file using xmlproperty

2003-05-12 Thread Dharnidhar Vemuri
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 wrot

RE: FW: Retrieve all the nodes in an XML file using xmlproperty

2003-05-12 Thread Dharnidhar Vemuri
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, > > > &

FW: Retrieve all the nodes in an XML file using xmlproperty

2003-05-12 Thread Dharnidhar Vemuri
> 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: