See <https://hudson.eclipse.org/hudson/job/linuxtools-master/1034/changes>
Changes: [Roland Grunberg] Remove unused suppressionwarnings. [Roland Grunberg] Remove old todo. [Roland Grunberg] Make public static field final. [Camilo Bernal] We want javadocs. [Sami Wagiaalla] Remove unused import. [Sami Wagiaalla] Simplify the code a bit. [Sami Wagiaalla] Add since tag to fix apitools. [Sami Wagiaalla] Use junit4 suite annotations. ------------------------------------------ [...truncated 12041 lines...] [ERROR] IWorkbenchPage p = PlatformUI.getWorkbench().showPerspective(IDEPerspective.ID, PlatformUI.getWorkbench().getActiveWorkbenchWindow()); [ERROR] ^^^^^^^^^^^^^^ [ERROR] IDEPerspective cannot be resolved to a variable [ERROR] 30 problems (30 errors) [ERROR] -> [Help 2] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.15.0:compile (default-compile) on project org.eclipse.linuxtools.systemtap.ui.graphicalrun: 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:319) 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:418) at org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo.execute(AbstractOsgiCompilerMojo.java:179) 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-compiler-plugin:0.15.0:compile (default-compile) on project org.eclipse.linuxtools.systemtap.ui.dashboardextension: Compilation failure: Compilation failure: [ERROR] <https://hudson.eclipse.org/hudson/job/linuxtools-master/ws/systemtap/org.eclipse.linuxtools.systemtap.ui.dashboardextension/src/org/eclipse/linuxtools/internal/systemtap/ui/dashboardextension/actions/ExportScriptAction.java>:[46,0] [ERROR] import org.eclipse.linuxtools.systemtap.ui.ide.IDEPerspective; [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ERROR] The import org.eclipse.linuxtools.systemtap.ui.ide cannot be resolved [ERROR] <https://hudson.eclipse.org/hudson/job/linuxtools-master/ws/systemtap/org.eclipse.linuxtools.systemtap.ui.dashboardextension/src/org/eclipse/linuxtools/internal/systemtap/ui/dashboardextension/actions/ExportScriptAction.java>:[47,0] [ERROR] import org.eclipse.linuxtools.systemtap.ui.ide.actions.RunScriptAction; [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ERROR] The import org.eclipse.linuxtools.systemtap.ui.ide cannot be resolved [ERROR] <https://hudson.eclipse.org/hudson/job/linuxtools-master/ws/systemtap/org.eclipse.linuxtools.systemtap.ui.dashboardextension/src/org/eclipse/linuxtools/internal/systemtap/ui/dashboardextension/actions/ExportScriptAction.java>:[56,0] [ERROR] public class ExportScriptAction extends RunScriptAction implements IWorkbenchWindowActionDelegate { [ERROR] ^^^^^^^^^^^^^^^^^^ [ERROR] The type ExportScriptAction must implement the inherited abstract method IActionDelegate.selectionChanged(IAction, ISelection) [ERROR] <https://hudson.eclipse.org/hudson/job/linuxtools-master/ws/systemtap/org.eclipse.linuxtools.systemtap.ui.dashboardextension/src/org/eclipse/linuxtools/internal/systemtap/ui/dashboardextension/actions/ExportScriptAction.java>:[56,0] [ERROR] public class ExportScriptAction extends RunScriptAction implements IWorkbenchWindowActionDelegate { [ERROR] ^^^^^^^^^^^^^^^^^^ [ERROR] The type ExportScriptAction must implement the inherited abstract method IWorkbenchWindowActionDelegate.init(IWorkbenchWindow) [ERROR] <https://hudson.eclipse.org/hudson/job/linuxtools-master/ws/systemtap/org.eclipse.linuxtools.systemtap.ui.dashboardextension/src/org/eclipse/linuxtools/internal/systemtap/ui/dashboardextension/actions/ExportScriptAction.java>:[56,0] [ERROR] public class ExportScriptAction extends RunScriptAction implements IWorkbenchWindowActionDelegate { [ERROR] ^^^^^^^^^^^^^^^ [ERROR] RunScriptAction cannot be resolved to a type [ERROR] <https://hudson.eclipse.org/hudson/job/linuxtools-master/ws/systemtap/org.eclipse.linuxtools.systemtap.ui.dashboardextension/src/org/eclipse/linuxtools/internal/systemtap/ui/dashboardextension/actions/ExportScriptAction.java>:[67,0] [ERROR] String script = getFilePath(); [ERROR] ^^^^^^^^^^^ [ERROR] The method getFilePath() is undefined for the type ExportScriptAction [ERROR] <https://hudson.eclipse.org/hudson/job/linuxtools-master/ws/systemtap/org.eclipse.linuxtools.systemtap.ui.dashboardextension/src/org/eclipse/linuxtools/internal/systemtap/ui/dashboardextension/actions/ExportScriptAction.java>:[70,0] [ERROR] MessageDialog.openWarning(fWindow.getShell(), Localization.getString("ExportScriptAction.Error"), msg); [ERROR] ^^^^^^^ [ERROR] fWindow cannot be resolved [ERROR] <https://hudson.eclipse.org/hudson/job/linuxtools-master/ws/systemtap/org.eclipse.linuxtools.systemtap.ui.dashboardextension/src/org/eclipse/linuxtools/internal/systemtap/ui/dashboardextension/actions/ExportScriptAction.java>:[87,0] [ERROR] ExportScriptDialog exportDialog = new ExportScriptDialog(fWindow.getShell(), dataSet); [ERROR] ^^^^^^^ [ERROR] fWindow cannot be resolved [ERROR] <https://hudson.eclipse.org/hudson/job/linuxtools-master/ws/systemtap/org.eclipse.linuxtools.systemtap.ui.dashboardextension/src/org/eclipse/linuxtools/internal/systemtap/ui/dashboardextension/actions/ExportScriptAction.java>:[240,0] [ERROR] p = PlatformUI.getWorkbench().showPerspective(IDEPerspective.ID, PlatformUI.getWorkbench().getActiveWorkbenchWindow()); [ERROR] ^^^^^^^^^^^^^^ [ERROR] IDEPerspective cannot be resolved to a variable [ERROR] <https://hudson.eclipse.org/hudson/job/linuxtools-master/ws/systemtap/org.eclipse.linuxtools.systemtap.ui.dashboardextension/src/org/eclipse/linuxtools/internal/systemtap/ui/dashboardextension/actions/ExportScriptAction.java>:[248,0] [ERROR] super.dispose(); [ERROR] ^^^^^ [ERROR] RunScriptAction cannot be resolved to a type [ERROR] <https://hudson.eclipse.org/hudson/job/linuxtools-master/ws/systemtap/org.eclipse.linuxtools.systemtap.ui.dashboardextension/src/org/eclipse/linuxtools/internal/systemtap/ui/dashboardextension/actions/AddScriptAction.java>:[31,0] [ERROR] import org.eclipse.linuxtools.systemtap.ui.ide.IDEPerspective; [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ERROR] The import org.eclipse.linuxtools.systemtap.ui.ide cannot be resolved [ERROR] <https://hudson.eclipse.org/hudson/job/linuxtools-master/ws/systemtap/org.eclipse.linuxtools.systemtap.ui.dashboardextension/src/org/eclipse/linuxtools/internal/systemtap/ui/dashboardextension/actions/AddScriptAction.java>:[32,0] [ERROR] import org.eclipse.linuxtools.systemtap.ui.ide.actions.TempFileAction; [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ERROR] The import org.eclipse.linuxtools.systemtap.ui.ide cannot be resolved [ERROR] <https://hudson.eclipse.org/hudson/job/linuxtools-master/ws/systemtap/org.eclipse.linuxtools.systemtap.ui.dashboardextension/src/org/eclipse/linuxtools/internal/systemtap/ui/dashboardextension/actions/AddScriptAction.java>:[60,0] [ERROR] IWorkbenchPage p = PlatformUI.getWorkbench().showPerspective(IDEPerspective.ID, PlatformUI.getWorkbench().getActiveWorkbenchWindow()); [ERROR] ^^^^^^^^^^^^^^ [ERROR] IDEPerspective cannot be resolved to a variable [ERROR] <https://hudson.eclipse.org/hudson/job/linuxtools-master/ws/systemtap/org.eclipse.linuxtools.systemtap.ui.dashboardextension/src/org/eclipse/linuxtools/internal/systemtap/ui/dashboardextension/actions/AddScriptAction.java>:[62,0] [ERROR] TempFileAction tfa = new TempFileAction(); [ERROR] ^^^^^^^^^^^^^^ [ERROR] TempFileAction cannot be resolved to a type [ERROR] <https://hudson.eclipse.org/hudson/job/linuxtools-master/ws/systemtap/org.eclipse.linuxtools.systemtap.ui.dashboardextension/src/org/eclipse/linuxtools/internal/systemtap/ui/dashboardextension/actions/AddScriptAction.java>:[62,0] [ERROR] TempFileAction tfa = new TempFileAction(); [ERROR] ^^^^^^^^^^^^^^ [ERROR] TempFileAction cannot be resolved to a type [ERROR] <https://hudson.eclipse.org/hudson/job/linuxtools-master/ws/systemtap/org.eclipse.linuxtools.systemtap.ui.dashboardextension/src/org/eclipse/linuxtools/internal/systemtap/ui/dashboardextension/actions/DeleteScriptAction.java>:[31,0] [ERROR] import org.eclipse.linuxtools.systemtap.ui.ide.IDEPerspective; [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ERROR] The import org.eclipse.linuxtools.systemtap.ui.ide cannot be resolved [ERROR] <https://hudson.eclipse.org/hudson/job/linuxtools-master/ws/systemtap/org.eclipse.linuxtools.systemtap.ui.dashboardextension/src/org/eclipse/linuxtools/internal/systemtap/ui/dashboardextension/actions/DeleteScriptAction.java>:[32,0] [ERROR] import org.eclipse.linuxtools.systemtap.ui.ide.actions.TempFileAction; [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ERROR] The import org.eclipse.linuxtools.systemtap.ui.ide cannot be resolved [ERROR] <https://hudson.eclipse.org/hudson/job/linuxtools-master/ws/systemtap/org.eclipse.linuxtools.systemtap.ui.dashboardextension/src/org/eclipse/linuxtools/internal/systemtap/ui/dashboardextension/actions/DeleteScriptAction.java>:[60,0] [ERROR] IWorkbenchPage p = PlatformUI.getWorkbench().showPerspective(IDEPerspective.ID, PlatformUI.getWorkbench().getActiveWorkbenchWindow()); [ERROR] ^^^^^^^^^^^^^^ [ERROR] IDEPerspective cannot be resolved to a variable [ERROR] <https://hudson.eclipse.org/hudson/job/linuxtools-master/ws/systemtap/org.eclipse.linuxtools.systemtap.ui.dashboardextension/src/org/eclipse/linuxtools/internal/systemtap/ui/dashboardextension/actions/DeleteScriptAction.java>:[62,0] [ERROR] TempFileAction tfa = new TempFileAction(); [ERROR] ^^^^^^^^^^^^^^ [ERROR] TempFileAction cannot be resolved to a type [ERROR] <https://hudson.eclipse.org/hudson/job/linuxtools-master/ws/systemtap/org.eclipse.linuxtools.systemtap.ui.dashboardextension/src/org/eclipse/linuxtools/internal/systemtap/ui/dashboardextension/actions/DeleteScriptAction.java>:[62,0] [ERROR] TempFileAction tfa = new TempFileAction(); [ERROR] ^^^^^^^^^^^^^^ [ERROR] TempFileAction cannot be resolved to a type [ERROR] <https://hudson.eclipse.org/hudson/job/linuxtools-master/ws/systemtap/org.eclipse.linuxtools.systemtap.ui.dashboardextension/src/org/eclipse/linuxtools/internal/systemtap/ui/dashboardextension/actions/ViewScriptAction.java>:[31,0] [ERROR] import org.eclipse.linuxtools.systemtap.ui.ide.IDEPerspective; [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ERROR] The import org.eclipse.linuxtools.systemtap.ui.ide cannot be resolved [ERROR] <https://hudson.eclipse.org/hudson/job/linuxtools-master/ws/systemtap/org.eclipse.linuxtools.systemtap.ui.dashboardextension/src/org/eclipse/linuxtools/internal/systemtap/ui/dashboardextension/actions/ViewScriptAction.java>:[32,0] [ERROR] import org.eclipse.linuxtools.systemtap.ui.ide.actions.TempFileAction; [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ERROR] The import org.eclipse.linuxtools.systemtap.ui.ide cannot be resolved [ERROR] <https://hudson.eclipse.org/hudson/job/linuxtools-master/ws/systemtap/org.eclipse.linuxtools.systemtap.ui.dashboardextension/src/org/eclipse/linuxtools/internal/systemtap/ui/dashboardextension/actions/ViewScriptAction.java>:[60,0] [ERROR] IWorkbenchPage p = PlatformUI.getWorkbench().showPerspective(IDEPerspective.ID, PlatformUI.getWorkbench().getActiveWorkbenchWindow()); [ERROR] ^^^^^^^^^^^^^^ [ERROR] IDEPerspective cannot be resolved to a variable [ERROR] <https://hudson.eclipse.org/hudson/job/linuxtools-master/ws/systemtap/org.eclipse.linuxtools.systemtap.ui.dashboardextension/src/org/eclipse/linuxtools/internal/systemtap/ui/dashboardextension/actions/ViewScriptAction.java>:[62,0] [ERROR] TempFileAction tfa = new TempFileAction(); [ERROR] ^^^^^^^^^^^^^^ [ERROR] TempFileAction cannot be resolved to a type [ERROR] <https://hudson.eclipse.org/hudson/job/linuxtools-master/ws/systemtap/org.eclipse.linuxtools.systemtap.ui.dashboardextension/src/org/eclipse/linuxtools/internal/systemtap/ui/dashboardextension/actions/ViewScriptAction.java>:[62,0] [ERROR] TempFileAction tfa = new TempFileAction(); [ERROR] ^^^^^^^^^^^^^^ [ERROR] TempFileAction cannot be resolved to a type [ERROR] 25 problems (25 errors) [ERROR] -> [Help 2] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.15.0:compile (default-compile) on project org.eclipse.linuxtools.systemtap.ui.dashboardextension: 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:319) 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:418) at org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo.execute(AbstractOsgiCompilerMojo.java:179) 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.15.0:package-feature (default-package-feature) on project org.eclipse.linuxtools.systemtap: Execution default-package-feature of goal org.eclipse.tycho:tycho-packaging-plugin:0.15.0:package-feature failed: org.eclipse.linuxtools.systemtap:org.eclipse.linuxtools.systemtap.ui.ide:eclipse-plugin:1.0.0-SNAPSHOT does not provide an artifact with classifier 'null' -> [Help 3] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.tycho:tycho-packaging-plugin:0.15.0:package-feature (default-package-feature) on project org.eclipse.linuxtools.systemtap: Execution default-package-feature of goal org.eclipse.tycho:tycho-packaging-plugin:0.15.0:package-feature failed: org.eclipse.linuxtools.systemtap:org.eclipse.linuxtools.systemtap.ui.ide:eclipse-plugin:1.0.0-SNAPSHOT does not provide an artifact with classifier 'null' at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225) 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:319) 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.PluginExecutionException: Execution default-package-feature of goal org.eclipse.tycho:tycho-packaging-plugin:0.15.0:package-feature failed: org.eclipse.linuxtools.systemtap:org.eclipse.linuxtools.systemtap.ui.ide:eclipse-plugin:1.0.0-SNAPSHOT does not provide an artifact with classifier 'null' at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:110) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209) ... 19 more Caused by: java.lang.IllegalStateException: org.eclipse.linuxtools.systemtap:org.eclipse.linuxtools.systemtap.ui.ide:eclipse-plugin:1.0.0-SNAPSHOT does not provide an artifact with classifier 'null' at org.eclipse.tycho.packaging.FeatureXmlTransformer$1.visitPlugin(FeatureXmlTransformer.java:62) at org.eclipse.tycho.core.osgitools.AbstractArtifactDependencyWalker.traversePlugin(AbstractArtifactDependencyWalker.java:215) at org.eclipse.tycho.core.osgitools.AbstractArtifactDependencyWalker.traverseFeature(AbstractArtifactDependencyWalker.java:86) at org.eclipse.tycho.core.osgitools.AbstractArtifactDependencyWalker.traverseFeature(AbstractArtifactDependencyWalker.java:63) at org.eclipse.tycho.packaging.FeatureXmlTransformer.transform(FeatureXmlTransformer.java:47) at org.eclipse.tycho.packaging.PackageFeatureMojo.expandVersionQualifiers(PackageFeatureMojo.java:300) at org.eclipse.tycho.packaging.PackageFeatureMojo.execute(PackageFeatureMojo.java:120) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101) ... 20 more [ERROR] Failed to execute goal org.eclipse.tycho:tycho-p2-publisher-plugin:0.15.0:publish-products (default-publish-products) on project org.eclipse.linuxtools.releng-site: Missing required file "local-artifacts.properties" in target folder of module org.eclipse.linuxtools.systemtap:org.eclipse.linuxtools.systemtap:eclipse-feature:1.2.0-SNAPSHOT -> [Help 2] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.tycho:tycho-p2-publisher-plugin:0.15.0:publish-products (default-publish-products) on project org.eclipse.linuxtools.releng-site: Missing required file "local-artifacts.properties" in target folder of module org.eclipse.linuxtools.systemtap:org.eclipse.linuxtools.systemtap: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:319) 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.eclipse.linuxtools.systemtap:org.eclipse.linuxtools.systemtap: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/MojoExecutionException [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [ERROR] [Help 3] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :org.eclipse.linuxtools.systemtap.ui.ide [INFO] Build failures were ignored. [DEBUG] Waiting for process to finish [DEBUG] Result: 0 Terminating xvnc. [DRY] Collecting duplicate code analysis files... [FINDBUGS] Collecting findbugs analysis files... Archiving artifacts ERROR: No artifacts found that match the file pattern "releng/org.eclipse.linuxtools.releng-site/target/repository/**". Configuration error? ERROR: 'releng/org.eclipse.linuxtools.releng-site/target/repository/**' doesn't match anything, but '**' does. Perhaps that's what you mean? Publishing Javadoc Recording test results -- This message is automatically generated by Hudson. For more information on Hudson, see: http://hudson-ci.org/ _______________________________________________ linuxtools-dev mailing list linuxtools-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/linuxtools-dev