Re: Setting classpath when executing jar file

2006-07-09 Thread Ralf Sigmund
To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Ralf Sigmund Hospitalstr. 85 22767 Hamburg

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