On Tue, 26 Feb 2002, Stephane Bailliez <[EMAIL PROTECTED]> wrote: > Any ideas welcome.
We could make AntClassLoader#setThreadContextLoader aware of the build.sysclasspath property. If this has been set to "only" and the parent classloader is null or the system classloader, don't set the context classloader at all (or set it to the system classloader). This would spread dealing with build.sysclasspath to one more class (currently only Path is aware of it) - and all that just to make our testcases work in Gump runs - but it would probably work. Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
