st
Subject: Re: Adding to the ant classpath from within a project
I am not sure, what problem you are trying to solve. Somewhere there should
be a logic to include the jar or not. Can you move it outside of ANT script?
If no, you can create dummy task and it. Or you can try to add
your jar to cl
a task or type?
>
> -Original Message-
> From: Alexey N. Solofnenko [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, August 23, 2005 4:06 PM
> To: Ant Users List
> Subject: Re: Adding to the ant classpath from within a project
>
> and
> (http://ant.apache.org/manual/CoreTasks
. Solofnenko [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 23, 2005 4:06 PM
To: Ant Users List
Subject: Re: Adding to the ant classpath from within a project
and
(http://ant.apache.org/manual/CoreTasks/typedef.html) have classpath
attribute. You can execute it within a target or within ANT
. Solofnenko [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 23, 2005 4:06 PM
To: Ant Users List
Subject: Re: Adding to the ant classpath from within a project
and
(http://ant.apache.org/manual/CoreTasks/typedef.html) have classpath
attribute. You can execute it within a target or within ANT-Contrib
and
(http://ant.apache.org/manual/CoreTasks/typedef.html) have classpath
attribute. You can execute it within a target or within ANT-Contrib'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 (v
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