[jbosstools-builds] Build failed in Jenkins: jbosstools-forge_master #220

ci-builds at redhat.com ci-builds at redhat.com
Wed Feb 20 11:15:56 EST 2013


See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_master/220/changes>

Changes:

[George Gastaldi] Fixed parent pom

[George Gastaldi] Fixed MANIFEST.MF versions

[George Gastaldi] Updated to use the package changes in UI

[George Gastaldi] Updated plugin to use NavigationResult

[George Gastaldi] Navigation and caching of pages is now working

[George Gastaldi] Fixed formatting and simplified class hierarchy

[koen.aers] make sure the 'ext' features have the proper artefact id

[koen.aers] Validation of each wizard page is now working

[koen.aers] Required validation is now working

[George Gastaldi] Fixed possible NPE, due to unrendered page

------------------------------------------
[...truncated 3656 lines...]
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7:07.903s
[INFO] Finished at: Wed Feb 20 11:15:55 EST 2013
[INFO] Final Memory: 61M/520M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.16.0:compile (default-compile) on project org.jboss.tools.forge.core.ext: Compilation failure: Compilation failure:
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_master/ws/sources/plugins/org.jboss.tools.forge.core.ext/src/org/jboss/tools/forge/core/ForgeService.java>:[10,0]
[ERROR] import org.jboss.forge.container.AddonRegistry;
[ERROR] ^^^^^^^^^^^^^^^
[ERROR] The import org.jboss.forge cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_master/ws/sources/plugins/org.jboss.tools.forge.core.ext/src/org/jboss/tools/forge/core/ForgeService.java>:[11,0]
[ERROR] import org.jboss.forge.container.Forge;
[ERROR] ^^^^^^^^^^^^^^^
[ERROR] The import org.jboss.forge cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_master/ws/sources/plugins/org.jboss.tools.forge.core.ext/src/org/jboss/tools/forge/core/ForgeService.java>:[12,0]
[ERROR] import org.jboss.forge.container.services.ExportedInstance;
[ERROR] ^^^^^^^^^^^^^^^
[ERROR] The import org.jboss.forge cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_master/ws/sources/plugins/org.jboss.tools.forge.core.ext/src/org/jboss/tools/forge/core/ForgeService.java>:[24,0]
[ERROR] private transient Forge forge;
[ERROR] ^^^^^
[ERROR] Forge cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_master/ws/sources/plugins/org.jboss.tools.forge.core.ext/src/org/jboss/tools/forge/core/ForgeService.java>:[29,0]
[ERROR] public void setForge(Forge forge) {
[ERROR] ^^^^^
[ERROR] Forge cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_master/ws/sources/plugins/org.jboss.tools.forge.core.ext/src/org/jboss/tools/forge/core/ForgeService.java>:[30,0]
[ERROR] this.forge = forge;
[ERROR] ^^^^^^^^^^
[ERROR] Forge cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_master/ws/sources/plugins/org.jboss.tools.forge.core.ext/src/org/jboss/tools/forge/core/ForgeService.java>:[34,0]
[ERROR] forge.startAsync(loader);
[ERROR] ^^^^^
[ERROR] Forge cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_master/ws/sources/plugins/org.jboss.tools.forge.core.ext/src/org/jboss/tools/forge/core/ForgeService.java>:[37,0]
[ERROR] public AddonRegistry getAddonRegistry() {
[ERROR] ^^^^^^^^^^^^^
[ERROR] AddonRegistry cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_master/ws/sources/plugins/org.jboss.tools.forge.core.ext/src/org/jboss/tools/forge/core/ForgeService.java>:[38,0]
[ERROR] return forge.getAddonRegistry();
[ERROR] ^^^^^
[ERROR] Forge cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_master/ws/sources/plugins/org.jboss.tools.forge.core.ext/src/org/jboss/tools/forge/core/ForgeService.java>:[42,0]
[ERROR] forge.stop();
[ERROR] ^^^^^
[ERROR] Forge cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_master/ws/sources/plugins/org.jboss.tools.forge.core.ext/src/org/jboss/tools/forge/core/ForgeService.java>:[46,0]
[ERROR] ExportedInstance<S> exportedInstance = forge.getAddonRegistry()
[ERROR] ^^^^^^^^^^^^^^^^
[ERROR] ExportedInstance cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_master/ws/sources/plugins/org.jboss.tools.forge.core.ext/src/org/jboss/tools/forge/core/ForgeService.java>:[46,0]
[ERROR] ExportedInstance<S> exportedInstance = forge.getAddonRegistry()
[ERROR] ^^^^^
[ERROR] Forge cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_master/ws/sources/plugins/org.jboss.tools.forge.core.ext/src/org/jboss/tools/forge/core/ForgeCorePlugin.java>:[15,0]
[ERROR] import org.jboss.forge.container.Forge;
[ERROR] ^^^^^^^^^^^^^^^
[ERROR] The import org.jboss.forge cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_master/ws/sources/plugins/org.jboss.tools.forge.core.ext/src/org/jboss/tools/forge/core/ForgeCorePlugin.java>:[16,0]
[ERROR] import org.jboss.forge.container.util.ClassLoaders;
[ERROR] ^^^^^^^^^^^^^^^
[ERROR] The import org.jboss.forge cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_master/ws/sources/plugins/org.jboss.tools.forge.core.ext/src/org/jboss/tools/forge/core/ForgeCorePlugin.java>:[17,0]
[ERROR] import org.jboss.forge.proxy.ClassLoaderAdapterCallback;
[ERROR] ^^^^^^^^^^^^^^^
[ERROR] The import org.jboss.forge cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_master/ws/sources/plugins/org.jboss.tools.forge.core.ext/src/org/jboss/tools/forge/core/ForgeCorePlugin.java>:[21,0]
[ERROR] import bootpath.BootpathMarker;
[ERROR] ^^^^^^^^
[ERROR] The import bootpath cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_master/ws/sources/plugins/org.jboss.tools.forge.core.ext/src/org/jboss/tools/forge/core/ForgeCorePlugin.java>:[34,0]
[ERROR] Forge forge = getForge(context);
[ERROR] ^^^^^
[ERROR] Forge cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_master/ws/sources/plugins/org.jboss.tools.forge.core.ext/src/org/jboss/tools/forge/core/ForgeCorePlugin.java>:[34,0]
[ERROR] Forge forge = getForge(context);
[ERROR] ^^^^^^^^
[ERROR] The method getForge(BundleContext) from the type ForgeCorePlugin refers to the missing type Forge
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_master/ws/sources/plugins/org.jboss.tools.forge.core.ext/src/org/jboss/tools/forge/core/ForgeCorePlugin.java>:[40,0]
[ERROR] private Forge getForge(final BundleContext context) {
[ERROR] ^^^^^
[ERROR] Forge cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_master/ws/sources/plugins/org.jboss.tools.forge.core.ext/src/org/jboss/tools/forge/core/ForgeCorePlugin.java>:[41,0]
[ERROR] return ClassLoaders.executeIn(loader, new Callable<Forge>() {
[ERROR] ^^^^^^^^^^^^
[ERROR] ClassLoaders cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_master/ws/sources/plugins/org.jboss.tools.forge.core.ext/src/org/jboss/tools/forge/core/ForgeCorePlugin.java>:[41,0]
[ERROR] return ClassLoaders.executeIn(loader, new Callable<Forge>() {
[ERROR] ^^^^^
[ERROR] Forge cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_master/ws/sources/plugins/org.jboss.tools.forge.core.ext/src/org/jboss/tools/forge/core/ForgeCorePlugin.java>:[43,0]
[ERROR] public Forge call() throws Exception {
[ERROR] ^^^^^
[ERROR] Forge cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_master/ws/sources/plugins/org.jboss.tools.forge.core.ext/src/org/jboss/tools/forge/core/ForgeCorePlugin.java>:[52,0]
[ERROR] URL jar = BootpathMarker.class.getResource("/"
[ERROR] ^^^^^^^^^^^^^^
[ERROR] BootpathMarker cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_master/ws/sources/plugins/org.jboss.tools.forge.core.ext/src/org/jboss/tools/forge/core/ForgeCorePlugin.java>:[66,0]
[ERROR] Forge forge = (Forge) ClassLoaderAdapterCallback.enhance(
[ERROR] ^^^^^
[ERROR] Forge cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_master/ws/sources/plugins/org.jboss.tools.forge.core.ext/src/org/jboss/tools/forge/core/ForgeCorePlugin.java>:[66,0]
[ERROR] Forge forge = (Forge) ClassLoaderAdapterCallback.enhance(
[ERROR] ^^^^^
[ERROR] Forge cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_master/ws/sources/plugins/org.jboss.tools.forge.core.ext/src/org/jboss/tools/forge/core/ForgeCorePlugin.java>:[66,0]
[ERROR] Forge forge = (Forge) ClassLoaderAdapterCallback.enhance(
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] ClassLoaderAdapterCallback cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_master/ws/sources/plugins/org.jboss.tools.forge.core.ext/src/org/jboss/tools/forge/core/ForgeCorePlugin.java>:[67,0]
[ERROR] Forge.class.getClassLoader(), loader,
[ERROR] ^^^^^
[ERROR] Forge cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_master/ws/sources/plugins/org.jboss.tools.forge.core.ext/src/org/jboss/tools/forge/core/ForgeCorePlugin.java>:[68,0]
[ERROR] bootstrapType.newInstance(), Forge.class);
[ERROR] ^^^^^
[ERROR] Forge cannot be resolved to a type
[ERROR] 28 problems (28 errors)
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.16.0:compile (default-compile) on project org.jboss.tools.forge.core.ext: Compilation failure
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)
	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: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: copied.org.apache.maven.plugin.CompilationFailureException: Compilation failure
	at copied.org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:454)
	at org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo.execute(AbstractOsgiCompilerMojo.java:218)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 19 more
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-packaging-plugin:0.16.0:validate-id (default-validate-id) on project org.jboss.tools.forge.ext.feature: The Maven artifactId (currently: "org.jboss.tools.forge.ext.feature") must be the same as the feature ID (currently: "org.jboss.tools.forge.feature") -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.tycho:tycho-packaging-plugin:0.16.0:validate-id (default-validate-id) on project org.jboss.tools.forge.ext.feature: The Maven artifactId (currently: "org.jboss.tools.forge.ext.feature") must be the same as the feature ID (currently: "org.jboss.tools.forge.feature")
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	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: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.MojoExecutionException: The Maven artifactId (currently: "org.jboss.tools.forge.ext.feature") must be the same as the feature ID (currently: "org.jboss.tools.forge.feature")
	at org.eclipse.tycho.buildversion.ValidateIdMojo.failBuildDueToIdMismatch(ValidateIdMojo.java:24)
	at org.eclipse.tycho.buildversion.ValidateIdMojo.execute(ValidateIdMojo.java:18)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 19 more
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-packaging-plugin:0.16.0:validate-id (default-validate-id) on project org.jboss.tools.forge.test.ext.feature: The Maven artifactId (currently: "org.jboss.tools.forge.test.ext.feature") must be the same as the feature ID (currently: "org.jboss.tools.forge.test.feature") -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.tycho:tycho-packaging-plugin:0.16.0:validate-id (default-validate-id) on project org.jboss.tools.forge.test.ext.feature: The Maven artifactId (currently: "org.jboss.tools.forge.test.ext.feature") must be the same as the feature ID (currently: "org.jboss.tools.forge.test.feature")
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	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: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.MojoExecutionException: The Maven artifactId (currently: "org.jboss.tools.forge.test.ext.feature") must be the same as the feature ID (currently: "org.jboss.tools.forge.test.feature")
	at org.eclipse.tycho.buildversion.ValidateIdMojo.failBuildDueToIdMismatch(ValidateIdMojo.java:24)
	at org.eclipse.tycho.buildversion.ValidateIdMojo.execute(ValidateIdMojo.java:18)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 19 more
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-p2-publisher-plugin:0.16.0:publish-products (default-publish-products) on project forge.site: Missing required file "local-artifacts.properties" in target folder of module org.jboss.tools.forge.features:org.jboss.tools.forge.ext.feature:eclipse-feature:1.2.0-SNAPSHOT -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.tycho:tycho-p2-publisher-plugin:0.16.0:publish-products (default-publish-products) on project forge.site: Missing required file "local-artifacts.properties" in target folder of module org.jboss.tools.forge.features:org.jboss.tools.forge.ext.feature:eclipse-feature:1.2.0-SNAPSHOT
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)
	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: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: Missing required file "local-artifacts.properties" in target folder of module org.jboss.tools.forge.features:org.jboss.tools.forge.ext.feature:eclipse-feature:1.2.0-SNAPSHOT
	at org.eclipse.tycho.p2.facade.RepositoryReferenceTool.addTargetPlatformRepository(RepositoryReferenceTool.java:142)
	at org.eclipse.tycho.p2.facade.RepositoryReferenceTool.getVisibleRepositories(RepositoryReferenceTool.java:97)
	at org.eclipse.tycho.plugins.p2.publisher.AbstractPublishMojo.createPublisherService(AbstractPublishMojo.java:53)
	at org.eclipse.tycho.plugins.p2.publisher.AbstractPublishMojo.execute(AbstractPublishMojo.java:37)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 19 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/MojoFailureException
[ERROR] [Help 2] 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 :org.jboss.tools.forge.core.ext
Build step 'Invoke top-level Maven targets' marked build as failure
Terminating xvnc.
$ vncserver -kill :47
Killing Xvnc process ID 16155
Archiving artifacts
Recording test results
Description set: 


More information about the jbosstools-builds mailing list