RE: Adding to the ant classpath from within a project

2005-08-25 Thread Nestor Dutko
to add to the classpath satisfying the requirements I stated earlier. -Original Message- From: Alexey N. Solofnenko [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 23, 2005 4:59 PM To: Ant Users List Subject: Re: Adding to the ant classpath from within a project I am not sure, what problem

RE: Adding to the ant classpath from within a project

2005-08-24 Thread Nestor Dutko
satisfying the requirements I stated earlier. -Original Message- From: Alexey N. Solofnenko [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 23, 2005 4:59 PM To: Ant Users List Subject: Re: Adding to the ant classpath from within a project I am not sure, what problem you are trying to solve

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

Re: Adding to the ant classpath from within a project

2005-08-23 Thread Alexey N. Solofnenko
taskdef and typedef (http://ant.apache.org/manual/CoreTasks/typedef.html) have classpath attribute. You can execute it within a target or within ANT-Contrib's if task in a global scope. - Alexey. Nestor Dutko wrote: I've looked around at this and understand the mechanisms that nat has for

Re: Adding to the ant classpath from within a project

2005-08-23 Thread Alexey N. Solofnenko
: 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 taskdef and typedef (http://ant.apache.org/manual/CoreTasks/typedef.html) have classpath attribute. You can execute it within