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

ci-builds at redhat.com ci-builds at redhat.com
Mon Jan 13 19:15:44 EST 2014


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

Changes:

[Lincoln Baxter, III] Update for modified CommandControllerFactory API

[koen.aers] add missing connection profile properties

[koen.aers] add & remove connection profile is working in eclipse

------------------------------------------
[...truncated 21244 lines...]
[ERROR] CommandExecutionListener 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.ui.ext/src/org/jboss/tools/forge/ui/ext/context/UIContextImpl.java>:[217]
[ERROR] for (CommandExecutionListener listener : services) {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] CommandExecutionListener 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.ui.ext/src/org/jboss/tools/forge/ui/ext/ForgeUIRuntime.java>:[12]
[ERROR] import org.jboss.forge.addon.ui.UIProgressMonitor;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.jboss.forge.addon.ui.UIProgressMonitor cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_master/ws/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/ext/ForgeUIRuntime.java>:[15]
[ERROR] import org.jboss.forge.addon.ui.spi.UIRuntime;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.jboss.forge.addon.ui.spi cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_master/ws/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/ext/ForgeUIRuntime.java>:[22]
[ERROR] public class ForgeUIRuntime implements UIRuntime {
[ERROR] ^^^^^^^^^
[ERROR] UIRuntime 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.ui.ext/src/org/jboss/tools/forge/ui/ext/ForgeUIRuntime.java>:[25]
[ERROR] public UIProgressMonitor createProgressMonitor(UIContext context) {
[ERROR] ^^^^^^^^^^^^^^^^^
[ERROR] UIProgressMonitor 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.ui.ext/src/org/jboss/tools/forge/ui/ext/ForgeUIRuntime.java>:[25]
[ERROR] public UIProgressMonitor createProgressMonitor(UIContext context) {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The method createProgressMonitor(UIContext) of type ForgeUIRuntime must override or implement a supertype method
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_master/ws/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/ext/ForgeUIRuntime.java>:[34]
[ERROR] public UIPrompt createPrompt(UIContext context) {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The method createPrompt(UIContext) of type ForgeUIRuntime must override or implement a supertype method
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_master/ws/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/ext/quickaccess/impl/ForgeQuickAccessProvider.java>:[16]
[ERROR] import org.jboss.forge.addon.ui.UICommand;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.jboss.forge.addon.ui.UICommand cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_master/ws/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/ext/quickaccess/impl/ForgeQuickAccessProvider.java>:[28]
[ERROR] List<UICommand> commands) {
[ERROR] ^^^^^^^^^
[ERROR] UICommand 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.ui.ext/src/org/jboss/tools/forge/ui/ext/quickaccess/impl/ForgeQuickAccessProvider.java>:[31]
[ERROR] for (UICommand command : commands) {
[ERROR] ^^^^^^^^^
[ERROR] UICommand 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.ui.ext/src/org/jboss/tools/forge/ui/ext/context/UIProgressMonitorAdapter.java>:[11]
[ERROR] import org.jboss.forge.addon.ui.UIProgressMonitor;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.jboss.forge.addon.ui.UIProgressMonitor cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_master/ws/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/ext/context/UIProgressMonitorAdapter.java>:[19]
[ERROR] public class UIProgressMonitorAdapter implements UIProgressMonitor {
[ERROR] ^^^^^^^^^^^^^^^^^
[ERROR] UIProgressMonitor 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.ui.ext/src/org/jboss/tools/forge/ui/ext/context/UIProgressMonitorAdapter.java>:[28]
[ERROR] public void beginTask(String name, int totalWork) {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The method beginTask(String, int) of type UIProgressMonitorAdapter must override or implement a supertype method
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_master/ws/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/ext/context/UIProgressMonitorAdapter.java>:[33]
[ERROR] public void done() {
[ERROR] ^^^^^^
[ERROR] The method done() of type UIProgressMonitorAdapter must override or implement a supertype method
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_master/ws/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/ext/context/UIProgressMonitorAdapter.java>:[38]
[ERROR] public boolean isCancelled() {
[ERROR] ^^^^^^^^^^^^^
[ERROR] The method isCancelled() of type UIProgressMonitorAdapter must override or implement a supertype method
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_master/ws/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/ext/context/UIProgressMonitorAdapter.java>:[43]
[ERROR] public void setCancelled(boolean cancelled) {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The method setCancelled(boolean) of type UIProgressMonitorAdapter must override or implement a supertype method
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_master/ws/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/ext/context/UIProgressMonitorAdapter.java>:[48]
[ERROR] public void setTaskName(String taskName) {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The method setTaskName(String) of type UIProgressMonitorAdapter must override or implement a supertype method
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_master/ws/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/ext/context/UIProgressMonitorAdapter.java>:[53]
[ERROR] public void subTask(String subTaskName) {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The method subTask(String) of type UIProgressMonitorAdapter must override or implement a supertype method
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_master/ws/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/ext/context/UIProgressMonitorAdapter.java>:[58]
[ERROR] public void worked(int work) {
[ERROR] ^^^^^^^^^^^^^^^^
[ERROR] The method worked(int) of type UIProgressMonitorAdapter must override or implement a supertype method
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_master/ws/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/ext/handlers/ForgeCommandHandler.java>:[45]
[ERROR] new WizardDialogHelper(shell, (IStructuredSelection)selection).getAllCandidatesAsMap();
[ERROR] ^^^^^^^^^^^^^^^^^^^^^
[ERROR] The method getAllCandidatesAsMap() from the type WizardDialogHelper refers to the missing type UICommand
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_master/ws/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/ext/dialog/WizardDialogHelper.java>:[22]
[ERROR] import org.jboss.forge.addon.ui.UICommand;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.jboss.forge.addon.ui.UICommand cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_master/ws/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/ext/dialog/WizardDialogHelper.java>:[55]
[ERROR] public List<UICommand> getAllCandidatesAsList() {
[ERROR] ^^^^^^^^^
[ERROR] UICommand 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.ui.ext/src/org/jboss/tools/forge/ui/ext/dialog/WizardDialogHelper.java>:[56]
[ERROR] List<UICommand> result = new ArrayList<UICommand>();
[ERROR] ^^^^^^^^^
[ERROR] UICommand 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.ui.ext/src/org/jboss/tools/forge/ui/ext/dialog/WizardDialogHelper.java>:[56]
[ERROR] List<UICommand> result = new ArrayList<UICommand>();
[ERROR] ^^^^^^^^^
[ERROR] UICommand 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.ui.ext/src/org/jboss/tools/forge/ui/ext/dialog/WizardDialogHelper.java>:[59]
[ERROR] Imported<UICommand> instances = addonRegistry
[ERROR] ^^^^^^^^^
[ERROR] UICommand 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.ui.ext/src/org/jboss/tools/forge/ui/ext/dialog/WizardDialogHelper.java>:[60]
[ERROR] .getServices(UICommand.class);
[ERROR] ^^^^^^^^^^^
[ERROR] The method getServices(Class<UICommand>) from the type AddonRegistry refers to the missing type UICommand
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_master/ws/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/ext/dialog/WizardDialogHelper.java>:[60]
[ERROR] .getServices(UICommand.class);
[ERROR] ^^^^^^^^^
[ERROR] UICommand 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.ui.ext/src/org/jboss/tools/forge/ui/ext/dialog/WizardDialogHelper.java>:[61]
[ERROR] for (UICommand uiCommand : instances) {
[ERROR] ^^^^^^^^^
[ERROR] UICommand 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.ui.ext/src/org/jboss/tools/forge/ui/ext/dialog/WizardDialogHelper.java>:[74]
[ERROR] public Map<String, UICommand> getAllCandidatesAsMap() {
[ERROR] ^^^^^^^^^
[ERROR] UICommand 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.ui.ext/src/org/jboss/tools/forge/ui/ext/dialog/WizardDialogHelper.java>:[75]
[ERROR] Map<String, UICommand> result = new TreeMap<String, UICommand>();
[ERROR] ^^^^^^^^^
[ERROR] UICommand 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.ui.ext/src/org/jboss/tools/forge/ui/ext/dialog/WizardDialogHelper.java>:[75]
[ERROR] Map<String, UICommand> result = new TreeMap<String, UICommand>();
[ERROR] ^^^^^^^^^
[ERROR] UICommand 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.ui.ext/src/org/jboss/tools/forge/ui/ext/dialog/WizardDialogHelper.java>:[78]
[ERROR] Imported<UICommand> instances = addonRegistry
[ERROR] ^^^^^^^^^
[ERROR] UICommand 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.ui.ext/src/org/jboss/tools/forge/ui/ext/dialog/WizardDialogHelper.java>:[79]
[ERROR] .getServices(UICommand.class);
[ERROR] ^^^^^^^^^^^
[ERROR] The method getServices(Class<UICommand>) from the type AddonRegistry refers to the missing type UICommand
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_master/ws/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/ext/dialog/WizardDialogHelper.java>:[79]
[ERROR] .getServices(UICommand.class);
[ERROR] ^^^^^^^^^
[ERROR] UICommand 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.ui.ext/src/org/jboss/tools/forge/ui/ext/dialog/WizardDialogHelper.java>:[80]
[ERROR] for (UICommand uiCommand : instances) {
[ERROR] ^^^^^^^^^
[ERROR] UICommand 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.ui.ext/src/org/jboss/tools/forge/ui/ext/dialog/WizardDialogHelper.java>:[96]
[ERROR] public void openWizard(String windowTitle, UICommand selectedCommand) {
[ERROR] ^^^^^^^^^
[ERROR] UICommand 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.ui.ext/src/org/jboss/tools/forge/ui/ext/quickaccess/impl/ForgeQuickAccessElement.java>:[11]
[ERROR] import org.jboss.forge.addon.ui.UICommand;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.jboss.forge.addon.ui.UICommand cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_master/ws/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/ext/quickaccess/impl/ForgeQuickAccessElement.java>:[20]
[ERROR] private UICommand command;
[ERROR] ^^^^^^^^^
[ERROR] UICommand 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.ui.ext/src/org/jboss/tools/forge/ui/ext/quickaccess/impl/ForgeQuickAccessElement.java>:[23]
[ERROR] UICommand command) {
[ERROR] ^^^^^^^^^
[ERROR] UICommand 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.ui.ext/src/org/jboss/tools/forge/ui/ext/quickaccess/impl/ForgeQuickAccessElement.java>:[25]
[ERROR] this.command = command;
[ERROR] ^^^^^^^^^^^^
[ERROR] UICommand 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.ui.ext/src/org/jboss/tools/forge/ui/ext/quickaccess/impl/ForgeQuickAccessElement.java>:[51]
[ERROR] public UICommand getCommand() {
[ERROR] ^^^^^^^^^
[ERROR] UICommand 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.ui.ext/src/org/jboss/tools/forge/ui/ext/quickaccess/impl/ForgeQuickAccessElement.java>:[52]
[ERROR] return command;
[ERROR] ^^^^^^^
[ERROR] UICommand 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.ui.ext/src/org/jboss/tools/forge/ui/ext/cli/F2Starter.java>:[10]
[ERROR] import org.jboss.forge.addon.ui.UICommand;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.jboss.forge.addon.ui.UICommand cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_master/ws/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/ext/cli/F2Starter.java>:[29]
[ERROR] getAllCandidatesAsMap();
[ERROR] ^^^^^^^^^^^^^^^^^^^^^
[ERROR] The method getAllCandidatesAsMap() from the type F2Starter refers to the missing type UICommand
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_master/ws/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/ext/cli/F2Starter.java>:[39]
[ERROR] private static Map<String, UICommand> getAllCandidatesAsMap() {
[ERROR] ^^^^^^^^^
[ERROR] UICommand 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.ui.ext/src/org/jboss/tools/forge/ui/ext/cli/F2Starter.java>:[40]
[ERROR] Map<String, UICommand> result = new TreeMap<String, UICommand>();
[ERROR] ^^^^^^^^^
[ERROR] UICommand 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.ui.ext/src/org/jboss/tools/forge/ui/ext/cli/F2Starter.java>:[40]
[ERROR] Map<String, UICommand> result = new TreeMap<String, UICommand>();
[ERROR] ^^^^^^^^^
[ERROR] UICommand 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.ui.ext/src/org/jboss/tools/forge/ui/ext/cli/F2Starter.java>:[43]
[ERROR] Imported<UICommand> instances = addonRegistry
[ERROR] ^^^^^^^^^
[ERROR] UICommand 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.ui.ext/src/org/jboss/tools/forge/ui/ext/cli/F2Starter.java>:[44]
[ERROR] .getServices(UICommand.class);
[ERROR] ^^^^^^^^^^^
[ERROR] The method getServices(Class<UICommand>) from the type AddonRegistry refers to the missing type UICommand
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-forge_master/ws/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/ext/cli/F2Starter.java>:[44]
[ERROR] .getServices(UICommand.class);
[ERROR] ^^^^^^^^^
[ERROR] UICommand 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.ui.ext/src/org/jboss/tools/forge/ui/ext/cli/F2Starter.java>:[45]
[ERROR] for (UICommand uiCommand : instances) {
[ERROR] ^^^^^^^^^
[ERROR] UICommand cannot be resolved to a type
[ERROR] 83 problems (83 errors)
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.19.0:compile (default-compile) on project org.jboss.tools.forge.ui.ext: Compilation failure
	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: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:317)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:152)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:555)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:214)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:158)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	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: copied.org.apache.maven.plugin.CompilationFailureException: Compilation failure
	at copied.org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:441)
	at org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo.execute(AbstractOsgiCompilerMojo.java:237)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:106)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
	... 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] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :org.jboss.tools.forge.ui.ext
Build step 'Invoke top-level Maven targets' marked build as failure
Terminating xvnc.
$ vncserver -kill :99
Killing Xvnc process ID 1609
Archiving artifacts
Recording test results
Description set: 


More information about the jbosstools-builds mailing list