Re: Overriding previous definition of reference to ...

2009-07-24 Thread Nestor Dutko
Thanks Stefan, I will try and come up with a small reproducible test case. -- Nestor On Jul 24, 2009, at 10:11 AM, Stefan Bodewig wrote: On 2009-07-23, Nestor Dutko wrote: This is the explicit extract of the declarations - as you can see

RE: Overriding previous definition of reference to ...

2009-07-23 Thread Nestor Dutko
3, 2009 12:40 AM To: user@ant.apache.org Subject: Re: Overriding previous definition of reference to ... On 2009-07-22, Nestor Dutko wrote: > Trying to determine the cost of picking up ant 1.7.0, I tried this and found > now that I get the warning - > Warning: Reference ocm.jsse.classpath

RE: Overriding previous definition of reference to ...

2009-07-22 Thread Nestor Dutko
in non-executed targets. Is this just not going away? -Original Message- From: Stefan Bodewig [mailto:bode...@apache.org] Sent: Wednesday, July 22, 2009 10:06 AM To: user@ant.apache.org Subject: Re: Overriding previous definition of reference to ... On 2009-07-22, Nestor Dutko wrote

Overriding previous definition of reference to ...

2009-07-22 Thread Nestor Dutko
I have a project that contains a number of subprojects. To prevent duplication and potential skew, common properties and declarations are placed into a separate XML file (common.xml) that is re-used by the subprojects when they are build. common.xml looks like:

RE: Adding to the ant classpath from within a project

2005-08-25 Thread Nestor Dutko
interpretted before the classpath can be determined or is ant ignoring the declaration as the class is already loaded? Thanks, Nestor -Original Message- From: Nestor Dutko [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 24, 2005 12:52 PM To: 'Ant Users List' Subject: RE: Adding

RE: Adding to the ant classpath from within a project

2005-08-24 Thread Nestor Dutko
. - Alexey. Nestor Dutko wrote: > I should have added this - this jar does not contain any typedef or > tasks to be defined. It actually contains the regexp implementation > that I just want to have added to the ant classpath. > > Can I use taskdef/typedef without defining

RE: Adding to the ant classpath from within a project

2005-08-23 Thread Nestor Dutko
x27;s task in a global scope. - Alexey. Nestor Dutko wrote: > I've looked around at this and understand the mechanisms that nat has > for extending types (via typedef) and tasks (via taskdef). > > I have a condition where I want to use the propertyregexp task. I > compile

Adding to the ant classpath from within a project

2005-08-23 Thread Nestor Dutko
I've looked around at this and understand the mechanisms that nat has for extending types (via typedef) and tasks (via taskdef). I have a condition where I want to use the propertyregexp task. I compile using JDK1.2. I also have the apache regexp.jar. I have read on how to add my own task definit