> The reason seems to be that ant 1.5 has some more property handling methods
> in Project compared to 1.4.1 that were not handled by GrantProject. I
> enhanced the GrantProject and the property handlers (hopefully) properly
> (see attached files). For easier building, I removed commons-grant.jar and
> copied the sources to ...maven.app. This requires to delete common-grant
> import statements in some classes (e.g. Maven).
> At least, I can build my projects again...
For a while, having the GrantProject loaded from Maven's classloader
caused all sorts of classloader issues internally to ant.
They may have fixed their classloader issues in 1.5, or we may have
started doing something differently in maven, and no longer require
that the GrantProject be loaded from the non-maven classloader (using
forehead).
So, if you can get it to work with the GrantProject in the maven.jar,
and without having commons-grant.jar in forehead.conf, then that'd
be lovely.
-bob
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>