On Wed, 04 May 2005, Peter Reilly <[EMAIL PROTECTED]> wrote:
> Stefan Bodewig wrote:

>>I also shortly thought about explaining the dangerous solutions
>>(which probably work), but I'm not sure we want to talk about
>><taskdef reverseloader="true">
>>
> I tried this, it does not work too good (well ....  I could not get
> it to work at all) - it seems to get defeated because some of the
> classes are already paritially loaded already.

In my test, DefBase#createLoader() is the problem, in particular

            // need to load Task via system classloader or the new
            // task we want to define will never be a Task but always
            // be wrapped into a TaskAdapter.
            ((AntClassLoader) createdLoader)
                .addSystemPackageRoot("org.apache.tools.ant");

which means that reverseloader is ignored for all classes that are in
Ant's package, including the JUnit task itself.

>>The major thing I'm unsure about is that I called the classloader
>>loading Ant in 1.6.x the "coreloader", something that may give false
>>ideas to people reading Ant's source.
>>
> Indeed, we should try to clean this up -- maybe deprecate the
> Project#setCoreloader() method.

Are we sure they are really dead code?  If so, yes, let's deprecate
them - and document that they are not used for what one could think by
looking at the name.

Stefan

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

Reply via email to