> From: Jon Stevens [mailto:[EMAIL PROTECTED]]
> I can't duplicate this with Ant 1.4. It's simple - do what gump does and put vel.jar in the classpath before invoking ant. What happens is that with ant 1.4, they changed how the classloaders worked, so now if the Task class is from the parent loader, you can't get to any of the resources defined on the classpath within the task. I have tried a few things. Quite annoying. I have been playing with it waiting for Connor to get back. He's back. The options will be either we change the Texen 'load from classpath' technique (which I don't want to), ant changes to allow us to programmatically get a classloader that lets us get to resources defined where we want, or uncle gumpy changes his procedure... I think that what Gump shows is worth fixing, somewhere. geir
