On 12/08/2007, at 6:56 PM, Jason van Zyl wrote:
Looks like a bad plexus snapshot on my end, since it's fine on the
zone too.
testRender
(org.apache.maven.doxia.siterenderer.DefaultSiteRendererTest)
Time elapsed: 0.275 sec <<< ERROR!
java.lang.NoSuchMethodError:
org.codehaus.plexus.component.repository.ComponentDescriptor.setSourc
e(Ljava/lang/String;)V
at
org.codehaus.plexus.component.discovery.DefaultComponentDiscoverer.cr
eateComponentDescriptors(DefaultComponentDiscoverer.java:68)
I'll poke around some more.
Vincent already brought this up on the list a week or so ago. It's
a problem with surefire not pulling in the right version of plexus.
It should be using the version of plexus specific by the POM, not
the one Maven is running with. So simply forking the tests may do
the trick. But the isolated classloader no longer appears to do
what it was intended to do.
Odd. I've pinned the whole thing to 2.3, using the default forkMode
of once, since that works. It seems it is a regression in 2.3.1-
SNAPSHOT, so I'll add it to the list.
- Brett
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]