Well, that is a risk when using snapshot versions, may be you should use 4.0-alpha-5 instead.
VELO On Wed, Sep 1, 2010 at 7:27 PM, Paul M <[email protected]> wrote: > Our flexmojos maven build was working fine until the 4.0-SNAPSHOT was > updated Aug 30. We just moved our entire Flex build process to > flexmojos now our development team is unable to work because of this. > Very frustrating..even our top maven guy can't crack the problem. > Please help! > > Full stack trace: > Got 1 errors building project, check logs > at > org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java: > 148) > at > org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java: > 87) > at > org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java: > 79) > at > > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java: > 86) > at > > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java: > 58) > at > > org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java: > 183) > at > > org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java: > 161) > at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:252) > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:100) > at org.apache.maven.cli.MavenCli.execute(MavenCli.java:443) > at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:166) > at org.apache.maven.cli.MavenCli.main(MavenCli.java:130) > 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.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java: > 290) > at > org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java: > 230) > at > > org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java: > 409) > at > org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java: > 352) > Caused by: org.apache.maven.plugin.MojoFailureException: Got 1 errors > building project, check logs > at > > org.sonatype.flexmojos.plugin.AbstractMavenMojo.checkResult(AbstractMavenMojo.java: > 263) > at > > org.sonatype.flexmojos.plugin.compiler.AbstractFlexCompilerMojo.executeCompiler(AbstractFlexCompilerMojo.java: > 1554) > at > > org.sonatype.flexmojos.plugin.compiler.MxmlcMojo.execute_aroundBody0(MxmlcMojo.java: > 141) > at > > org.sonatype.flexmojos.plugin.compiler.MxmlcMojo.execute_aroundBody1$advice(MxmlcMojo.java: > 36) > at > > org.sonatype.flexmojos.plugin.compiler.MxmlcMojo.execute_aroundBody2(MxmlcMojo.java: > 130) > at > > org.sonatype.flexmojos.plugin.compiler.MxmlcMojo.execute_aroundBody3$advice(MxmlcMojo.java: > 17) > at > org.sonatype.flexmojos.plugin.compiler.MxmlcMojo.execute(MxmlcMojo.java: > 1) > at > > org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java: > 110) > at > org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java: > 144) > > > > > <flexmojos.version>4.0-SNAPSHOT</flexmojos.version> > > <plugin> > > <groupId>org.apache.maven.plugins</groupId> > > <artifactId>maven-resources-plugin</artifactId> > <version>2.4.3</version> > <configuration> > <!-- Encode all textual > resource files using UTF-8 encoding. --> > <encoding>UTF-8</encoding> > </configuration> > </plugin> > > <plugin> > > <groupId>org.sonatype.flexmojos</groupId> > > <artifactId>flexmojos-maven-plugin</artifactId> > > <version>${flexmojos.version}</version> > <extensions>true</extensions> > <dependencies> > <dependency> > > <groupId>org.sonatype.flexmojos</groupId> > > <artifactId>flexmojos-flex3-compatibility-layer</artifactId> > > <version>${flexmojos.version}</version> > </dependency> > <dependency> > > <groupId>com.adobe.flex</groupId> > > <artifactId>compiler</artifactId> > > <version>3.5.0.12683</version> > <type>pom</type> > </dependency> > </dependencies> > </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]<flex-mojos%[email protected]> > For more options, visit this group at > http://groups.google.com/group/flex-mojos > > http://flexmojos.sonatype.org/ > -- 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/
