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