Diane Holt <[EMAIL PROTECTED]> wrote: > Since the <property> task allows for a "resource" to be specified, > and that can be a file inside a jar-file, it should also allow for a > nested <classpath> so it can actually find the jar-file :)
Good idea IMHO. Unless anybody objects I'm going to commit a modified version of your patch. My main modification would be to fall back to ClassLoader.getSystemResourceAsStream when getClass().getClassLoader() returns null (this is perfectly valid and JDK 1.1 will do so for the system class loader) like the old code did. Stefan
