RE: how can I use classpath from taskdef in task excecution

2006-06-30 Thread Burgess, Benjamin
can I use classpath from taskdef in task excecution hello, i wrote a custom ant task which depends on several jars. a complete classpath is given to the taskdef. however when i use the task in a target I get Class not found errors. It all works when I start ant itself with the complete classpath

how can I use classpath from taskdef in task excecution

2006-06-30 Thread Ralf Sigmund
hello, i wrote a custom ant task which depends on several jars. a complete classpath is given to the taskdef. however when i use the task in a target I get Class not found errors. It all works when I start ant itself with the complete classpath. but this is not what I want - I would like to exe