I am trying to build the latest update from github. I get the following output from maven when running mvn install - DskipTests=true
Any thoughts as to what causes it? [INFO] Flexmojos Parent .................................. SUCCESS [0.412s] [INFO] Flexmojos util .................................... SUCCESS [0.506s] [INFO] Flexmojos Common Matcher .......................... SUCCESS [0.121s] [INFO] Flexmojos Sandbox ................................. SUCCESS [0.017s] [INFO] Flexmojos Generator ............................... SUCCESS [0.022s] [INFO] Flexmojos Generator api ........................... SUCCESS [0.285s] [INFO] Flexmojos Generator Plugin ........................ SUCCESS [0.414s] [INFO] Flexmojos Generator - Internal Threadlocal generator SUCCESS [0.399s] [INFO] Flexmojos ThreadLocalToolkit wrapper .............. SUCCESS [0.367s] [INFO] Flexmojos Generator - Internal ifaces generator ... SUCCESS [0.156s] [INFO] Flexmojos Flex compiler ........................... SUCCESS [2.005s] [INFO] Flexmojos Flex3 compatibility layer ............... SUCCESS [0.139s] [INFO] Flexmojos Generator - Internal Flex2 generator .... SUCCESS [0.088s] [INFO] Flexmojos Flex2 compatibility layer ............... SUCCESS [0.518s] [INFO] Flexmojos Test Coverage reported .................. SUCCESS [0.180s] [INFO] Flexmojos Generator - graniteds 1.1.0 ............. SUCCESS [0.510s] [INFO] Flexmojos Generator - graniteds 2.0.0 ............. SUCCESS [0.477s] [INFO] Flexmojos Generator - graniteds 2.1.0 ............. SUCCESS [0.128s] [INFO] Flexmojos Generator - Constraints ................. SUCCESS [0.107s] [INFO] Flexmojos Testing ................................. SUCCESS [0.013s] [INFO] Flexmojos Tester api .............................. SUCCESS [0.260s] [INFO] Flexmojos Maven Plugin ............................ FAILURE [4.637s] [INFO] Flexmojos Super poms .............................. SKIPPED [INFO] Flexmojos Archetypes .............................. SKIPPED [INFO] Flexmojos Archetypes - flex-application ........... SKIPPED [INFO] Flexmojos Archetypes - flex-library ............... SKIPPED [INFO] Flexmojos Archetypes - modular web application .... SKIPPED [INFO] Flexmojos Unit Test support - parent .............. SKIPPED [INFO] Flexmojos Unit Test support ....................... SKIPPED [INFO] Flexmojos Unit Test Coverage ...................... SKIPPED [INFO] Flexmojos Unit Test support - advancedflex ........ SKIPPED [INFO] Flexmojos Unit Test support - asunit .............. SKIPPED [INFO] Flexmojos Unit Test support - flexunit ............ SKIPPED [INFO] Flexmojos Unit Test support - flexunit 4 .......... SKIPPED [INFO] Flexmojos Unit Test support - fluint .............. SKIPPED [INFO] Flexmojos Unit Test support - funit ............... SKIPPED [INFO] Flexmojos Unit Test support - mustella ............ SKIPPED [INFO] Flexmojos Integration Tests ....................... SKIPPED [INFO] Flexmojos Aggregator .............................. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 15.895s [INFO] Finished at: Tue Oct 05 20:42:06 EDT 2010 [INFO] Final Memory: 28M/265M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.codehaus.mojo:aspectj-maven-plugin: 1.2:compile (default) on project flexmojos-maven-plugin: Compiler errors : [ERROR] error at request.setRepositorySession( session.getRepositorySession() ); [ERROR] ^^^^^^^^^^^^^^^^^ [ERROR] /NEOSAVVY/work/flexMavenExamples/flexmojos/flexmojos-maven- plugin/src/main/java/org/sonatype/flexmojos/plugin/war/CopyMojo.java: 233:0::0 The type org.sonatype.aether.RepositorySystemSession cannot be resolved. It is indirectly referenced from required .class files [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :flexmojos-maven-plugin -- You received this message because you are subscribed to the Google Groups "Flex Mojos" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex-mojos http://flexmojos.sonatype.org/
