Re: AW: AW: AW: how to add a lib dependency to Ant classpath

2006-01-09 Thread hassan . h . sajjad
Thanks Jan, it works if I run Ant standalone, but same problem when I run in the Maven env. I think this is more of a Maven support issue rather than Ant's. Regs -Has <[EMAIL PROTECTED]> 09/01/2006 12:04 Please respond to "Ant Users List" To: cc: Subject:

Re: AW: AW: how to add a lib dependency to Ant classpath

2006-01-09 Thread hassan . h . sajjad
Hi I'm using scriptdef task in my Ant script. This needs bsf.jar to be in the Ant classpath. As I cannot add bsf.jar in the ANT_HOME/lib, I have downloaded it at somewhere other on my hard drive. Now I need to add this jar to Ant's classpath before executing the scriptdef task in my build.xml.

Re: AW: how to add a lib dependency to Ant classpath

2006-01-09 Thread hassan . h . sajjad
Hi Is there any documentation that I can refer to... Taskdef documentation on Ant Manual (http://ant.apache.org/manual/) is extremely scarce. Thanks Hassan <[EMAIL PROTECTED]> 09/01/2006 10:51 Please respond to "Ant Users List" To: cc: Subject:AW: h

Re: AW: how to add a lib dependency to Ant classpath

2006-01-09 Thread hassan . h . sajjad
Hi Jan taskdef uses the classname attribute, whereas I have a JAR dependency? How do I fix that. cheers Hassan <[EMAIL PROTECTED]> 09/01/2006 10:51 Please respond to "Ant Users List" To: cc: Subject:AW: how to add a lib dependency to Ant classpath n

how to add a lib dependency to Ant classpath

2006-01-09 Thread hassan . h . sajjad
Hi Is there a way of adding a library dependency to ant classpath dynamically from within the Ant script. My limitation is I cannot add to the ANT_HOME/lib, as I'm using Ant via Maven, and therefore cannot use this option. Your help is much appreciated. Regs Hassan