On Tue, 14 Oct 2003, Christopher Bender
<[EMAIL PROTECTED]> wrote:

> This is stumping me pretty good and Im hoping someone has experience
> something similar and found a solution.

You probably have to load the task classes via the same classloader.
To do so, either write a small Java properties file that looks like

task1_container=com.blah.task1
task2=com.blah.task2

and define both tasks with a single <taskdef file="..."/> or use
<taskdef>'s loaderref attribute (using the same value in both
<taskdef>s).

Stefan

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

Reply via email to