Hello All,
I just took update of OM latest code, while compiling I am getting below error
in openmeeting-flash module. Any inputs how this error can be resolved.
[ERROR] Failed to execute goal
net.flexmojos.oss:flexmojos-maven-plugin:7.1.1:compile-swf (main-compile) on
project openmeetings-flash: java.lang.reflect.InvocationTargetException: Failed
to resolve artifact org.apache.flex.framework:framework:zip:configs:4.16.0 ->
[Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal
net.flexmojos.oss:flexmojos-maven-plugin:7.1.1:compile-swf (main-compile) on
project openmeetings-flash: java.lang.reflect.InvocationTargetException
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
at
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
at
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
at
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
at
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
at
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: org.apache.maven.plugin.MojoExecutionException:
java.lang.reflect.InvocationTargetException
at
net.flexmojos.oss.plugin.compiler.AbstractFlexCompilerMojo.executeCompiler(AbstractFlexCompilerMojo.java:1667)
at
net.flexmojos.oss.plugin.compiler.MxmlcMojo.fmExecute(MxmlcMojo.java:167)
at
net.flexmojos.oss.plugin.AbstractMavenMojo.execute_aroundBody54(AbstractMavenMojo.java:928)
at
net.flexmojos.oss.plugin.AbstractMavenMojo.execute_aroundBody55$advice(AbstractMavenMojo.java:53)
at
net.flexmojos.oss.plugin.AbstractMavenMojo.execute_aroundBody56(AbstractMavenMojo.java:1)
at
net.flexmojos.oss.plugin.AbstractMavenMojo.execute_aroundBody58(AbstractMavenMojo.java:926)
at
net.flexmojos.oss.plugin.AbstractMavenMojo.execute_aroundBody59$advice(AbstractMavenMojo.java:34)
at
net.flexmojos.oss.plugin.AbstractMavenMojo.execute_aroundBody60(AbstractMavenMojo.java:1)
at
net.flexmojos.oss.plugin.AbstractMavenMojo.execute_aroundBody61$advice(AbstractMavenMojo.java:31)
at
net.flexmojos.oss.plugin.AbstractMavenMojo.execute(AbstractMavenMojo.java:1)
at
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
... 20 more
Caused by: java.lang.RuntimeException:
java.lang.reflect.InvocationTargetException
at
net.flexmojos.oss.compiler.util.DefaultFlexCompilerArgumentParser.getArgumentsList(DefaultFlexCompilerArgumentParser.java:60)
at
net.flexmojos.oss.compiler.util.DefaultFlexCompilerArgumentParser.getArgumentsList(DefaultFlexCompilerArgumentParser.java:48)
at
net.flexmojos.oss.compiler.DefaultFlexCompiler.compileSwf(DefaultFlexCompiler.java:73)
at
net.flexmojos.oss.plugin.compiler.MxmlcMojo.doCompile(MxmlcMojo.java:155)
at net.flexmojos.oss.plugin.compiler.MxmlcMojo.doCompile(MxmlcMojo.java:1)
at
net.flexmojos.oss.plugin.compiler.AbstractFlexCompilerMojo.executeCompiler(AbstractFlexCompilerMojo.java:1663)
... 31 more
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at
net.flexmojos.oss.compiler.util.DefaultFlexCompilerArgumentParser.doGetArgs(DefaultFlexCompilerArgumentParser.java:97)
at
net.flexmojos.oss.compiler.util.DefaultFlexCompilerArgumentParser.doGetArgs(DefaultFlexCompilerArgumentParser.java:110)
at
net.flexmojos.oss.compiler.util.DefaultFlexCompilerArgumentParser.doGetArgs(DefaultFlexCompilerArgumentParser.java:110)
at
net.flexmojos.oss.compiler.util.DefaultFlexCompilerArgumentParser.getArgumentsList(DefaultFlexCompilerArgumentParser.java:56)
... 36 more
Caused by: net.flexmojos.oss.plugin.RuntimeMavenResolutionException: Failed to
resolve artifact org.apache.flex.framework:framework:zip:configs:4.16.0
at
net.flexmojos.oss.plugin.AbstractMavenMojo.resolve(AbstractMavenMojo.java:808)
at
net.flexmojos.oss.plugin.AbstractMavenMojo.getFrameworkConfig_aroundBody18(AbstractMavenMojo.java:544)
at
net.flexmojos.oss.plugin.AbstractMavenMojo.getFrameworkConfig_aroundBody19$advice(AbstractMavenMojo.java:40)
at
net.flexmojos.oss.plugin.AbstractMavenMojo.getFrameworkConfig(AbstractMavenMojo.java:1)
at
net.flexmojos.oss.plugin.AbstractMavenMojo.getUnpackedFrameworkConfig_aroundBody52(AbstractMavenMojo.java:752)
at
net.flexmojos.oss.plugin.AbstractMavenMojo.getUnpackedFrameworkConfig_aroundBody53$advice(AbstractMavenMojo.java:40)
at
net.flexmojos.oss.plugin.AbstractMavenMojo.getUnpackedFrameworkConfig(AbstractMavenMojo.java:1)
at
net.flexmojos.oss.plugin.compiler.AbstractFlexCompilerMojo.getNamespace_aroundBody162(AbstractFlexCompilerMojo.java:2487)
at
net.flexmojos.oss.plugin.compiler.AbstractFlexCompilerMojo.getNamespace_aroundBody163$advice(AbstractFlexCompilerMojo.java:40)
at
net.flexmojos.oss.plugin.compiler.AbstractFlexCompilerMojo.getNamespace(AbstractFlexCompilerMojo.java:1)
... 44 more
[ERROR]
[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
Thank You!
Ashish Mehta
________________________________
The information contained in this electronic message and any attachments to
this message are intended for the exclusive use of the addressee(s) and may
contain proprietary, confidential or privileged information. If you are not the
intended recipient, you should not disseminate, distribute or copy this e-mail.
Please notify the sender immediately and destroy all copies of this message and
any attachments. WARNING: Computer viruses can be transmitted via email. The
recipient should check this email and any attachments for the presence of
viruses. The company accepts no liability for any damage caused by any
virus/trojan/worms/malicious code transmitted by this email. www.motherson.com