RE: Adding to the ant classpath from within a project

2005-08-25 Thread Nestor Dutko
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

RE: Adding to the ant classpath from within a project

2005-08-24 Thread Nestor Dutko
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

Re: Adding to the ant classpath from within a project

2005-08-23 Thread Alexey N. Solofnenko
. 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

RE: Adding to the ant classpath from within a project

2005-08-23 Thread Nestor Dutko
. 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&#

Re: Adding to the ant classpath from within a project

2005-08-23 Thread Alexey N. Solofnenko
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

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