I hadn't seen that bootstrapping recently, but it starts working again if checkstyle is removed. That is one of the notes in the .txt file.
That leaves the current list of plugins not working at all at simian and checkstyle. I'm pretty clueless about this one myself. Time to dig into the classloaders. - Brett > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Monday, 8 December 2003 2:02 AM > To: [EMAIL PROTECTED] > Subject: [1.0 branch] current status > > > I've gotten 1.0 to load plugins, and end up with an > IncompatibleClassChangeError whenever driver.jelly is loaded. > > e.g.: > > C:\source\maven>maven -e site > __ __ > | \/ |__ _Apache__ ___ > | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ > |_| |_\__,_|\_/\___|_||_| v. 1.0-rc2-SNAPSHOT > > You are working offline so the build will continue, but > maven-junit-report-plugin-1.4-SNAPSHOT.jar may be out of > date! File...... null Element... j:set Line...... 14 > Column.... 63 java.lang.IncompatibleClassChangeError > org.apache.commons.jelly.JellyTagException: null:14:63: <j:set> > java.lang.IncompatibleClassChangeError > at > org.apache.commons.jelly.impl.TagScript.handleException(TagScr > ipt.java:702) > at > org.apache.commons.jelly.impl.TagScript.run(TagScript.java:296) > at > org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135) > at > org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233) > at > com.werken.werkz.jelly.ProjectTag.doTag(ProjectTag.java:112) > at > org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279) > at > org.apache.maven.plugin.PluginManager.runJellyScriptHousing(Pl > uginManager.java:675) > at > org.apache.maven.plugin.PluginManager.attainGoals(PluginManage > r.java:575) > at > org.apache.maven.MavenSession.attainGoals(MavenSession.java:275) > at org.apache.maven.cli.App.doMain(App.java:545) > at org.apache.maven.cli.App.main(App.java:1118) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccess > orImpl.java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMeth > odAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:324) > at com.werken.forehead.Forehead.run(Forehead.java:551) > at com.werken.forehead.Forehead.main(Forehead.java:581) > Caused by: java.lang.IncompatibleClassChangeError > at > org.apache.commons.jelly.impl.TagScript.run(TagScript.java:262) > ... 15 more > Root cause > java.lang.IncompatibleClassChangeError > at > org.apache.commons.jelly.impl.TagScript.run(TagScript.java:262) > at > org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135) > at > org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233) > at > com.werken.werkz.jelly.ProjectTag.doTag(ProjectTag.java:112) > at > org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279) > at > org.apache.maven.plugin.PluginManager.runJellyScriptHousing(Pl > uginManager.java:675) > at > org.apache.maven.plugin.PluginManager.attainGoals(PluginManage > r.java:575) > > Ideas and clues appreciated. > -- > dIon Gillard, Multitask Consulting > Blog: http://blogs.codehaus.org/people/dion/ > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >