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
.
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
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:
) 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
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
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
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