I find the problem!! is my firewall, it's breaking file's type jar... Now, i set my firewall and the project run!!! Thank for you time!!! Regards Mauricio
On Tue, Apr 15, 2008 at 12:25 PM, Matt Raible <[EMAIL PROTECTED]> wrote: > You might try changing your aspectj-plugin-version to 1.0 or removing > it altogether. > > Matt > > On Tue, Apr 15, 2008 at 5:23 AM, Mauri Ferreyra <[EMAIL PROTECTED]> wrote: > > I change my configuration, the new configuration is: > > > > Maven version: 2.0.9 > > Java version: 1.6.0_03 > > OS name: "linux" version: "2.6.22-14-generic" arch: "i386" Family: > "unix" > > > > I've problem when i run mvn in the project folder, the trace is: > > > > + Error stacktraces are turned on. > > > > [INFO] Scanning for projects... > > [INFO] > > ------------------------------------------------------------------------ > > [INFO] Building AppFuse Struts 2 Application > > [INFO] task-segment: [install] > > [INFO] > > ------------------------------------------------------------------------ > > [INFO] [warpath:add-classes {execution: default}] > > ----------------------------------------------------- > > this realm = > app0.child-container[org.codehaus.mojo:aspectj-maven-plugin] > > urls[0] = > > > file:/home/mauri/.m2/repository/org/codehaus/mojo/aspectj-maven-plugin/1.0-beta-2/aspectj-maven-plugin-1.0-beta-2.jar > > urls[1] = > > > file:/home/mauri/.m2/repository/org/codehaus/plexus/plexus-compiler-api/1.5.1/plexus-compiler-api-1.5.1.jar > > urls[2] = > > > file:/home/mauri/.m2/repository/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar > > urls[3] = > > > file:/home/mauri/.m2/repository/aspectj/aspectjtools/1.5.2a/aspectjtools-1.5.2a.jar > > urls[4] = > > > file:/home/mauri/.m2/repository/org/apache/maven/reporting/maven-reporting-impl/2.0/maven-reporting-impl-2.0.jar > > urls[5] = > > > file:/home/mauri/.m2/repository/commons-validator/commons-validator/1.1.4/commons-validator-1.1.4.jar > > urls[6] = file:/home/mauri/.m2/repository/oro/oro/2.0.7/oro-2.0.7.jar > > urls[7] = > > > file:/home/mauri/.m2/repository/doxia/doxia-core/1.0-alpha-4/doxia-core-1.0-alpha-4.jar > > urls[8] = > > > file:/home/mauri/.m2/repository/aspectj/aspectjrt/1.5.2a/aspectjrt-1.5.2a.jar > > urls[9] = file:/usr/lib/jvm/java-6-sun-1.6.0.03/jre/../lib/tools.jar > > Number of imports: 6 > > import: [EMAIL PROTECTED] > > import: [EMAIL PROTECTED] > > import: [EMAIL PROTECTED] > > import: [EMAIL PROTECTED] > > import: [EMAIL PROTECTED] > > import: [EMAIL PROTECTED] > > > > > > this realm = plexus.core > > urls[0] = > > > file:/media/disk/TODO/appfuse/apache-maven-2.0.9/lib/maven-2.0.9-uber.jar > > Number of imports: 6 > > import: [EMAIL PROTECTED] > > import: [EMAIL PROTECTED] > > import: [EMAIL PROTECTED] > > import: [EMAIL PROTECTED] > > import: [EMAIL PROTECTED] > > import: [EMAIL PROTECTED] > > ----------------------------------------------------- > > > > [INFO] > > ------------------------------------------------------------------------ > > [ERROR] BUILD ERROR > > [INFO] > > ------------------------------------------------------------------------ > > [INFO] Internal error in the plugin manager executing goal > > 'org.codehaus.mojo:aspectj-maven-plugin:1.0-beta-2:compile': Unable to > find > > the mojo 'org.codehaus.mojo:aspectj-maven-plugin:1.0-beta-2:compile' in > the > > plugin 'org.codehaus.mojo:aspectj-maven-plugin' > > org/aspectj/bridge/IMessageHolder > > [INFO] > > ------------------------------------------------------------------------ > > [INFO] Trace > > org.apache.maven.lifecycle.LifecycleExecutionException: Internal error > in > > the plugin manager executing goal > > 'org.codehaus.mojo:aspectj-maven-plugin:1.0-beta-2:compile': Unable to > find > > the mojo 'org.codehaus.mojo:aspectj-maven-plugin:1.0-beta-2:compile' in > the > > plugin 'org.codehaus.mojo:aspectj-maven-plugin' > > at > > > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:562) > > at > > > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:499) > > at > > > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:478) > > at > > > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:330) > > at > > > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:291) > > at > > > org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142) > > at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336) > > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129) > > at org.apache.maven.cli.MavenCli.main(MavenCli.java:287) > > > > 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:597) > > 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.PluginManagerException: Unable to > find > > the mojo 'org.codehaus.mojo:aspectj-maven-plugin:1.0-beta-2:compile' in > the > > plugin 'org.codehaus.mojo:aspectj-maven-plugin' > > at > > > org.apache.maven.plugin.DefaultPluginManager.getConfiguredMojo(DefaultPluginManager.java:618) > > at > > > org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:429) > > at > > > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:558) > > ... 16 more > > Caused by: > > > org.codehaus.plexus.component.repository.exception.ComponentLookupException: > > Unable to lookup component > > > 'org.apache.maven.plugin.Mojoorg.codehaus.mojo:aspectj-maven-plugin:1.0-beta-2:compile', > > it could not be created > > at > > > org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:335) > > at > > > org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:440) > > at > > > org.apache.maven.plugin.DefaultPluginManager.getConfiguredMojo(DefaultPluginManager.java:609) > > ... 18 more > > Caused by: > > org.codehaus.plexus.component.factory.ComponentInstantiationException: > Could > > not instanciate component: role: 'null', implementation: > > 'org.codehaus.mojo.aspectj.AjcCompileMojo' > > at > > > org.codehaus.plexus.component.factory.java.JavaComponentFactory.makeException(JavaComponentFactory.java:77) > > at > > > org.codehaus.plexus.component.factory.java.JavaComponentFactory.newInstance(JavaComponentFactory.java:62) > > at > > > org.codehaus.plexus.DefaultPlexusContainer.createComponentInstance(DefaultPlexusContainer.java:1464) > > at > > > org.codehaus.plexus.component.manager.AbstractComponentManager.createComponentInstance(AbstractComponentManager.java:93) > > at > > > org.codehaus.plexus.component.manager.PerLookupComponentManager.getComponent(PerLookupComponentManager.java:48) > > at > > > org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:331) > > ... 20 more > > Caused by: java.lang.NoClassDefFoundError: > > org/aspectj/bridge/IMessageHolder > > at java.lang.Class.getDeclaredConstructors0(Native Method) > > at java.lang.Class.privateGetDeclaredConstructors(Class.java:2389) > > at java.lang.Class.getConstructor0(Class.java:2699) > > at java.lang.Class.newInstance0(Class.java:326) > > at java.lang.Class.newInstance(Class.java:308) > > at > > > org.codehaus.plexus.component.factory.java.JavaComponentFactory.newInstance(JavaComponentFactory.java:44) > > ... 24 more > > [INFO] > > ------------------------------------------------------------------------ > > [INFO] Total time: 7 seconds > > [INFO] Finished at: Tue Apr 15 07:22:59 ART 2008 > > [INFO] Final Memory: 16M/30M > > [INFO] > > ------------------------------------------------------------------------ > > > > Thank for your helps.. > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Mauricio F. Ferreyra |tel #: (0351) 156-623072 | Cordoba - Argentina