3 Replies Latest reply on Aug 17, 2007 9:54 AM by pgier

    Build broken - weave exception

    alesj

      Since yesterday I get this when running MC build:

      [INFO] ----------------------------------------------------------------------------
      [INFO] Building JBoss Deployers Client
      [INFO] task-segment: [install]
      [INFO] ----------------------------------------------------------------------------
      [INFO] [resources:resources]
      [INFO] Using default encoding to copy filtered resources.
      [INFO] [compiler:compile]
      [INFO] Compiling 1 source file to C:\projects\microcontainer\deployers-client\target\classes
      [INFO] [jboss-retro:weave {execution: weave-classes}]
      [INFO] Weaving classes in: C:\projects\microcontainer\deployers-client\target\classes
      [INFO] 17.8.2007 14:52:05 org.jboss.weaver.Main main
      [INFO] WARNING: null
      [INFO] Weaving complete.
      [INFO] [resources:testResources]
      [INFO] Using default encoding to copy filtered resources.
      [INFO] [compiler:testCompile]
      [INFO] Compiling 4 source files to C:\projects\microcontainer\deployers-client\target\tests-classes
      [INFO] [jboss-retro:weave-tests {execution: weave-test-classes}]
      [INFO] Weaving classes in: C:\projects\microcontainer\deployers-client\target\tests-classes
      [INFO] ------------------------------------------------------------------------
      [ERROR] BUILD ERROR
      [INFO] ------------------------------------------------------------------------
      [INFO] Error during weave: org.apache.maven.plugin.MojoExecutionException: There were errors during the weave
      [INFO] ------------------------------------------------------------------------
      [INFO] Trace
      org.apache.maven.lifecycle.LifecycleExecutionException: Error during weave: org.apache.maven.plugin.MojoExecutionException: There were errors during the weave
       at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:564)
       at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:480)
       at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:459)
       at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:311)
       at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:278)
       at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:143)
       at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:334)
       at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:125)
       at org.apache.maven.cli.MavenCli.main(MavenCli.java:280)
       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)
      Caused by: org.apache.maven.plugin.MojoExecutionException: Error during weave: org.apache.maven.plugin.MojoExecutionException: There were errors during the weave
       at org.jboss.maven.plugins.retro.WeaveMojo.execute(WeaveMojo.java:91)
       at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:443)
       at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:539)
       ... 16 more
      [INFO] ------------------------------------------------------------------------
      [INFO] Total time: 1 minute 20 seconds
      [INFO] Finished at: Fri Aug 17 14:52:06 CEST 2007
      [INFO] Final Memory: 20M/47M
      [INFO] ------------------------------------------------------------------------
      


      Retro is back on ... but breaks? ;-)