Hi can you confirm you're on "develop" branch? thanks El mié., 27 mar. 2019 a las 10:36, Tiaan (<[email protected]>) escribió:
> Hi, > > I am trying to get 9.4 or 9.6 installed but am stuck on typedefs. I have > CentOS 7 with > > [tiaan@nsdv64 royale-typedefs]$ rpmquery -a | grep jdk > copy-jdk-configs-3.3-10.el7_5.noarch > java-1.6.0-openjdk-1.6.0.41-1.13.13.1.el7_3.x86_64 > java-1.8.0-openjdk-1.8.0.191.b12-0.el7_5.x86_64 > java-1.7.0-openjdk-1.7.0.191-2.6.15.4.el7_5.x86_64 > java-1.6.0-openjdk-devel-1.6.0.41-1.13.13.1.el7_3.x86_64 > java-1.8.0-openjdk-headless-1.8.0.191.b12-0.el7_5.x86_64 > java-1.7.0-openjdk-devel-1.7.0.191-2.6.15.4.el7_5.x86_64 > java-1.7.0-openjdk-headless-1.7.0.191-2.6.15.4.el7_5.x86_64 > java-1.8.0-openjdk-devel-1.8.0.191.b12-0.el7_5.x86_64 > > when i try it i get the following. Can someone help ? > > [tiaan@nsdv64 royale-typedefs]$ mvn -e clean install > [INFO] Error stacktraces are turned on. > [INFO] Scanning for projects... > [INFO] > ------------------------------------------------------------------------ > [INFO] Reactor Build Order: > [INFO] > [INFO] Apache Royale: TypeDefs: Parent > [INFO] Apache Royale: TypeDefs: JS > [INFO] Apache Royale: TypeDefs: Cordova > [INFO] Apache Royale: TypeDefs: CreateJS > [INFO] Apache Royale: TypeDefs: GCL > [INFO] Apache Royale: TypeDefs: GoogleMaps > [INFO] Apache Royale: TypeDefs: Jasmine > [INFO] Apache Royale: TypeDefs: JQuery > [INFO] Apache Royale: TypeDefs: Node > [INFO] > [INFO] > ------------------------------------------------------------------------ > [INFO] Building Apache Royale: TypeDefs: Parent 0.9.6-SNAPSHOT > [INFO] > ------------------------------------------------------------------------ > [INFO] > [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ > royale-typedefs-parent --- > [INFO] Deleting > /home/tiaan/Downloads/apache-royale-0.9.6-src/royale-typedefs/target > [INFO] > [INFO] --- maven-remote-resources-plugin:1.5:process > (process-resource-bundles) @ royale-typedefs-parent --- > [INFO] > [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ > royale-typedefs-parent --- > [INFO] > [INFO] --- apache-rat-plugin:0.12:check (license-check) @ > royale-typedefs-parent --- > [INFO] Enabled default license matchers. > [INFO] Will parse SCM ignores for exclusions... > [INFO] Finished adding exclusions from SCM ignore files. > [INFO] 69 implicit excludes (use -debug for more details). > [INFO] Exclude: **/*.patch > [INFO] 13 resources included (use -debug for more details) > [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, > generated: 0, approved: 9 licenses. > [INFO] > [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ > royale-typedefs-parent --- > [INFO] Installing > /home/tiaan/Downloads/apache-royale-0.9.6-src/royale-typedefs/pom.xml to > > /home/tiaan/.m2/repository/org/apache/royale/typedefs/royale-typedefs-parent/0.9.6-SNAPSHOT/royale-typedefs-parent-0.9.6-SNAPSHOT.pom > [INFO] > [INFO] > ------------------------------------------------------------------------ > [INFO] Building Apache Royale: TypeDefs: JS 0.9.6-SNAPSHOT > [INFO] > ------------------------------------------------------------------------ > [INFO] > [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ > royale-typedefs-js --- > [INFO] Deleting > /home/tiaan/Downloads/apache-royale-0.9.6-src/royale-typedefs/js/target > [INFO] > [INFO] --- compiler-build-tools:1.0.0:unpack-resources > (unpack-closure-externs) @ royale-typedefs-js --- > [INFO] > [INFO] --- download-maven-plugin:1.2.1:wget (get-svg) @ > royale-typedefs-js --- > Downloading: > > https://raw.githubusercontent.com/royale-extras/closure-compiler/royale/contrib/externs/svg.js > 12K downloaded > [INFO] > [INFO] --- download-maven-plugin:1.2.1:wget (get-es3) @ > royale-typedefs-js --- > Downloading: > > https://raw.githubusercontent.com/royale-extras/closure-compiler/royale/externs/es3.js > 8K downloaded > [INFO] > [INFO] --- download-maven-plugin:1.2.1:wget (get-es6) @ > royale-typedefs-js --- > Downloading: > > https://raw.githubusercontent.com/royale-extras/closure-compiler/royale/externs/es6.js > 5K downloaded > [INFO] > [INFO] --- download-maven-plugin:1.2.1:wget (get-w3c_composition_event) > @ royale-typedefs-js --- > Downloading: > > https://raw.githubusercontent.com/royale-extras/closure-compiler/royale/externs/browser/w3c_composition_event.js > 1K downloaded > [INFO] > [INFO] --- download-maven-plugin:1.2.1:wget (get-w3c_css) @ > royale-typedefs-js --- > Downloading: > > https://raw.githubusercontent.com/royale-extras/closure-compiler/royale/externs/browser/w3c_css.js > 8K downloaded > [INFO] > [INFO] --- download-maven-plugin:1.2.1:wget (get-gecko_dom) @ > royale-typedefs-js --- > Downloading: > > https://raw.githubusercontent.com/royale-extras/closure-compiler/royale/externs/browser/gecko_dom.js > 4K downloaded > [INFO] > [INFO] --- download-maven-plugin:1.2.1:wget (get-w3c_dom2) @ > royale-typedefs-js --- > Downloading: > > https://raw.githubusercontent.com/royale-extras/closure-compiler/royale/externs/browser/w3c_dom2.js > 7K downloaded > [INFO] > [INFO] --- download-maven-plugin:1.2.1:wget (get-html5) @ > royale-typedefs-js --- > Downloading: > > https://raw.githubusercontent.com/royale-extras/closure-compiler/royale/externs/browser/html5.js > 19K downloaded > [INFO] > [INFO] --- royale-maven-plugin:0.9.6-SNAPSHOT:generate-extern > (default-generate-extern) @ royale-typedefs-js --- > [INFO] > ------------------------------------------------------------------------ > [INFO] Reactor Summary: > [INFO] > [INFO] Apache Royale: TypeDefs: Parent ................... SUCCESS [2.930s] > [INFO] Apache Royale: TypeDefs: JS ....................... FAILURE [7.645s] > [INFO] Apache Royale: TypeDefs: Cordova .................. SKIPPED > [INFO] Apache Royale: TypeDefs: CreateJS ................. SKIPPED > [INFO] Apache Royale: TypeDefs: GCL ...................... SKIPPED > [INFO] Apache Royale: TypeDefs: GoogleMaps ............... SKIPPED > [INFO] Apache Royale: TypeDefs: Jasmine .................. SKIPPED > [INFO] Apache Royale: TypeDefs: JQuery ................... SKIPPED > [INFO] Apache Royale: TypeDefs: Node ..................... SKIPPED > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 13.401s > [INFO] Finished at: Wed Mar 27 09:34:38 GMT 2019 > [INFO] Final Memory: 30M/311M > [INFO] > ------------------------------------------------------------------------ > [ERROR] Failed to execute goal > org.apache.royale.compiler:royale-maven-plugin:0.9.6-SNAPSHOT:generate-extern > > (default-generate-extern) on project royale-typedefs-js: Unable to parse > configuration of mojo > org.apache.royale.compiler:royale-maven-plugin:0.9.6-SNAPSHOT:generate-extern > > for parameter repositorySystemSession: Abstract class or interface > 'org.eclipse.aether.RepositorySystemSession' cannot be instantiated: > org.eclipse.aether.RepositorySystemSession.<init>() -> [Help 1] > org.apache.maven.lifecycle.LifecycleExecutionException: Failed to > execute goal > org.apache.royale.compiler:royale-maven-plugin:0.9.6-SNAPSHOT:generate-extern > > (default-generate-extern) on project royale-typedefs-js: Unable to parse > configuration of mojo > org.apache.royale.compiler:royale-maven-plugin:0.9.6-SNAPSHOT:generate-extern > > for parameter repositorySystemSession: Abstract class or interface > 'org.eclipse.aether.RepositorySystemSession' cannot be instantiated > at > > org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:221) > 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:84) > at > > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59) > 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:320) > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156) > at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537) > at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196) > at org.apache.maven.cli.MavenCli.main(MavenCli.java:141) > 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:498) > 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:414) > at > org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:357) > Caused by: org.apache.maven.plugin.PluginConfigurationException: Unable > to parse configuration of mojo > org.apache.royale.compiler:royale-maven-plugin:0.9.6-SNAPSHOT:generate-extern > > for parameter repositorySystemSession: Abstract class or interface > 'org.eclipse.aether.RepositorySystemSession' cannot be instantiated > at > > org.apache.maven.plugin.internal.DefaultMavenPluginManager.populatePluginFields(DefaultMavenPluginManager.java:597) > at > > org.apache.maven.plugin.internal.DefaultMavenPluginManager.getConfiguredMojo(DefaultMavenPluginManager.java:529) > at > > org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:92) > at > > org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209) > ... 19 more > Caused by: > org.codehaus.plexus.component.configurator.ComponentConfigurationException: > > Abstract class or interface 'org.eclipse.aether.RepositorySystemSession' > cannot be instantiated > at > > org.codehaus.plexus.component.configurator.converters.AbstractConfigurationConverter.instantiateObject(AbstractConfigurationConverter.java:145) > at > > org.codehaus.plexus.component.configurator.converters.composite.ObjectWithFieldsConverter.fromConfiguration(ObjectWithFieldsConverter.java:98) > at > > org.codehaus.plexus.component.configurator.converters.ComponentValueSetter.configure(ComponentValueSetter.java:348) > at > > org.codehaus.plexus.component.configurator.converters.composite.ObjectWithFieldsConverter.processConfiguration(ObjectWithFieldsConverter.java:161) > at > > org.codehaus.plexus.component.configurator.BasicComponentConfigurator.configureComponent(BasicComponentConfigurator.java:56) > at > > org.apache.maven.plugin.internal.DefaultMavenPluginManager.populatePluginFields(DefaultMavenPluginManager.java:567) > ... 22 more > Caused by: java.lang.InstantiationException: > org.eclipse.aether.RepositorySystemSession > at java.lang.Class.newInstance(Class.java:427) > at > > org.codehaus.plexus.component.configurator.converters.AbstractConfigurationConverter.instantiateObject(AbstractConfigurationConverter.java:135) > ... 27 more > Caused by: java.lang.NoSuchMethodException: > org.eclipse.aether.RepositorySystemSession.<init>() > at java.lang.Class.getConstructor0(Class.java:3082) > at java.lang.Class.newInstance(Class.java:412) > ... 28 more > [ERROR] > [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/PluginConfigurationException > [ERROR] > [ERROR] After correcting the problems, you can resume the build with the > command > [ERROR] mvn <goals> -rf :royale-typedefs-js > > -- > NetSys International > Tel: +27 12 349-2056 > Fax: +27 12 349-2757 > http://www.netsys.aero > > -- Carlos Rovira http://about.me/carlosrovira
