Hi

I have a custom task defined thus:

<taskdef resource="task.properties" classpathref="task.class.path"/>

The classpathref contains the jar which includes both my Task and a file resource. When I try to obtain the resource in the Task at runtime I'm unable to find it.

When I print out the java.class.path property in the task, it does not include the jar my Task is in!

The very task I'm running is not in the classpath. How is this the case? And more to the point, how can I obtain a reference to the task's jar during the task's runtime?

Thanks
Jem

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to