Ok, a fixed version has been deployed. The problem was that plexus-archiver 1.0-alpha-8 pulls in plexus-component-api, which has its own definition of the plexus Logger interface...so the getLogger() call in AbstractLogEnabled was failing. I added an exclusion to that dependency, and off we went.
Once again, sorry for the inconvenience. -john On 3/17/07, John Casey <[EMAIL PROTECTED]> wrote:
I've tracked the problem down, and I'm running the full integration-test suite here before I deploy it (again). Sorry for screwing things up. -john On 3/16/07, Daniel Kulp <[EMAIL PROTECTED]> wrote: > > > The snapshot that was deployed today seems to be very broken. I > haven't > had a chance to look into it at all. The "quick fix" is to use the > last snapshot or last relase. If you require the 2.2 features, set the > version to: > > <version>2.2-20070112.063452-32</version> > > Dan > > > On Friday 16 March 2007 20:39, Luciano Resende wrote: > > I recently started to get this on an assembly distribution, does > > anyone have any ideas here ? > > https://svn.apache.org/repos/asf/incubator/tuscany/java/das/distributi > >on/binary/ > > > > [ERROR] FATAL ERROR > > [INFO] > > ---------------------------------------------------------------------- > >-- [INFO] null > > [INFO] > > ---------------------------------------------------------------------- > > >-- [INFO] Trace > > java.lang.IncompatibleClassChangeError > > at > > org.apache.maven.plugin.assembly.io.DefaultAssemblyReader.readAssembli > >es( DefaultAssemblyReader.java:74) > > at > > org.apache.maven.plugin.assembly.mojos.AbstractAssemblyMojo.execute ( > > AbstractAssemblyMojo.java:253) > > at org.apache.maven.plugin.DefaultPluginManager.executeMojo( > > DefaultPluginManager.java :420) > > at > > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals( > > DefaultLifecycleExecutor.java :539) > > at > > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLif > >ecycle (DefaultLifecycleExecutor.java:480) > > at > > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal( > > DefaultLifecycleExecutor.java :459) > > at > > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHand > >leFailures (DefaultLifecycleExecutor.java:311) > > at > > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegment > >s ( DefaultLifecycleExecutor.java:278) > > at > > org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute( > > DefaultLifecycleExecutor.java:143) > > at > > org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:330) at > > org.apache.maven.DefaultMaven.execute (DefaultMaven.java:123) at > > org.apache.maven.cli.MavenCli.main(MavenCli.java:272) at > > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at > > sun.reflect.NativeMethodAccessorImpl.invoke( > > NativeMethodAccessorImpl.java:39) > > at sun.reflect.DelegatingMethodAccessorImpl.invoke( > > DelegatingMethodAccessorImpl.java:25) > > at java.lang.reflect.Method.invoke (Method.java:585) > > at > > org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java > > > > :315) > > > > at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) > > at org.codehaus.classworlds.Launcher.mainWithExitCode > > (Launcher.java > > > > :430) > > > > at org.codehaus.classworlds.Launcher.main(Launcher.java:375) > > -- > J. Daniel Kulp > Principal Engineer > IONA > P: 781-902-8727 C: 508-380-7194 > [EMAIL PROTECTED] > http://www.dankulp.com/blog > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
