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
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