> >>>>> "c" == conor <[EMAIL PROTECTED]> writes: > > c> This class loader allows a Java task to be run with a separate > c> classpath without requiring a new java instance to be created. > > Are you going to modify the java task to use that? I'd make it an > option. >
I already modified it. If you specify a classpath and fork="no" , the java task will use the classloader to load the class with the given classpath. Do you think it needs more explit control than that ? Conor
