Building Ant build from source (proposed bugfix release 1.7.1)

2007-10-09 Thread Sharma, Jaikumar
Hi Developers, I want to build (proposed 1.7.1 bugfix release) from source. Could someone please tell me the SVN url for checkout of sources ? Thanks for your help! Regards, DISCLAIMER: Unless indicated otherwise, the information contained in this message is privileged and confidential, an

Build warnings - ant source build - some jars are not created

2007-10-09 Thread Sharma, Jaikumar
. From: Sharma, Jaikumar Sent: Tuesday, October 09, 2007 4:49 PM To: 'dev@ant.apache.org' Subject: Building Ant build from source (proposed bugfix release 1.7.1) Hi Developers, I want to build (proposed 1.7.1 bugfix release) from source. Could someone p

RE: Build warnings - ant source build - some jars are not created

2007-10-09 Thread Sharma, Jaikumar
apache.org/manual/install.html#librarydependencies (more precise: /docs/manual/install.html#librarydependencies <http://ant.apache.org/manual/install.html#librarydependencies> in your source location). Jan ____ Von: Sharma, Jaikumar [mailto:

RE: Build warnings - ant source build - some jars are not created

2007-10-09 Thread Sharma, Jaikumar
) as they contain (or contained) classes from other jars. It is on the to-do-list to make ant 1.8 easier to build. Peter On 10/9/07, Sharma, Jaikumar <[EMAIL PROTECTED]> wrote: > > > > Hi All, > I tried to build from 17_BRANCH but, I got some warnings (attached > small t

RE: Is it possible to get a value of getter method from a Java class to build.xml ?

2007-01-26 Thread Sharma, Jaikumar
Thanks Dominique. I would adapt to setNewProperty. Have a great day! -Original Message- From: Dominique Devienne [mailto:[EMAIL PROTECTED] Sent: Friday, January 26, 2007 8:19 PM To: Ant Developers List; [EMAIL PROTECTED] Subject: Re: Is it possible to get a value of getter method from a J

Value of the property is not visible in the imported build file.

2007-01-29 Thread Sharma, Jaikumar
Hi, In my custom ant task, I set the value of a getter method to a property, and I can refer this property value using ${somevariable} in the build.xml, but when I try to access this property value in the same way in another build file which is imported in the previous build file, it does not r

task behaviour is ok ?

2007-02-22 Thread Sharma, Jaikumar
Hi, I am not sure if this is normal, please see the below mentioned small snippet of xml code. What I am trying to do is test the equality one property which has been set with the value of it, it gives me : [echo] value of the test.set is : ${test.set} But if I put the condition cons