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

ci-builds at redhat.com ci-builds at redhat.com
Thu Feb 21 02:55:35 EST 2013


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

------------------------------------------
[...truncated 4092 lines...]
[ERROR] NavigationResult cannot be resolved to a type
[ERROR] /qa/hudson_workspace/workspace/jbosstools-forge_master/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/wizards/ForgeWizard.java:[123,0]
[ERROR] nextCommand = wiz.next(getUiContext());
[ERROR] ^^^^
[ERROR] The method next(UIContextImpl) is undefined for the type UIWizard
[ERROR] /qa/hudson_workspace/workspace/jbosstools-forge_master/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/wizards/ForgeWizard.java:[152,0]
[ERROR] return Proxies.isInstance(successor, nextPage.getUICommand());
[ERROR] ^^^^^^^^^^
[ERROR] The method isInstance(Class<capture#6-of ? extends UICommand>, UICommand) is undefined for the type Proxies
[ERROR] /qa/hudson_workspace/workspace/jbosstools-forge_master/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/wizards/ForgeWizard.java:[160,0]
[ERROR] Result result = cmd.execute(uiContext);
[ERROR] ^^^^^^
[ERROR] Result cannot be resolved to a type
[ERROR] /qa/hudson_workspace/workspace/jbosstools-forge_master/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/wizards/ForgeWizard.java:[160,0]
[ERROR] Result result = cmd.execute(uiContext);
[ERROR] ^^^^^^^
[ERROR] The method execute(UIContext) in the type UICommand is not applicable for the arguments (UIContextImpl)
[ERROR] /qa/hudson_workspace/workspace/jbosstools-forge_master/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/control/CheckboxTableControlBuilder.java:[24,0]
[ERROR] import org.jboss.forge.ui.input.UIInputComponent;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.jboss.forge.ui.input cannot be resolved
[ERROR] /qa/hudson_workspace/workspace/jbosstools-forge_master/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/control/CheckboxTableControlBuilder.java:[25,0]
[ERROR] import org.jboss.forge.ui.input.UISelectMany;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.jboss.forge.ui.input cannot be resolved
[ERROR] /qa/hudson_workspace/workspace/jbosstools-forge_master/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/control/CheckboxTableControlBuilder.java:[29,0]
[ERROR] public class CheckboxTableControlBuilder extends ControlBuilder {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The type CheckboxTableControlBuilder must implement the inherited abstract method ControlBuilder.build(ForgeWizardPage, UIInputComponent<?,Object>, Composite)
[ERROR] /qa/hudson_workspace/workspace/jbosstools-forge_master/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/control/CheckboxTableControlBuilder.java:[33,0]
[ERROR] public Control build(ForgeWizardPage page, final UIInputComponent<?, Object> input, final Composite container) {
[ERROR] ^^^^^^^^^^^^^^^^
[ERROR] UIInputComponent cannot be resolved to a type
[ERROR] /qa/hudson_workspace/workspace/jbosstools-forge_master/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/control/CheckboxTableControlBuilder.java:[36,0]
[ERROR] UISelectMany<Object> selectMany = (UISelectMany) input;
[ERROR] ^^^^^^^^^^^^
[ERROR] UISelectMany cannot be resolved to a type
[ERROR] /qa/hudson_workspace/workspace/jbosstools-forge_master/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/control/CheckboxTableControlBuilder.java:[36,0]
[ERROR] UISelectMany<Object> selectMany = (UISelectMany) input;
[ERROR] ^^^^^^^^^^^^
[ERROR] UISelectMany cannot be resolved to a type
[ERROR] /qa/hudson_workspace/workspace/jbosstools-forge_master/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/control/CheckboxTableControlBuilder.java:[75,0]
[ERROR] result.add(UISelectMany.class);
[ERROR] ^^^^^^^^^^^^
[ERROR] UISelectMany cannot be resolved to a type
[ERROR] /qa/hudson_workspace/workspace/jbosstools-forge_master/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/control/ControlBuilder.java:[14,0]
[ERROR] import org.jboss.forge.ui.input.UIInputComponent;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.jboss.forge.ui.input cannot be resolved
[ERROR] /qa/hudson_workspace/workspace/jbosstools-forge_master/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/control/ControlBuilder.java:[37,0]
[ERROR] public abstract Control build(final ForgeWizardPage page, final UIInputComponent<?, Object> input,
[ERROR] ^^^^^^^^^^^^^^^^
[ERROR] UIInputComponent cannot be resolved to a type
[ERROR] /qa/hudson_workspace/workspace/jbosstools-forge_master/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/control/ControlBuilder.java:[60,0]
[ERROR] public boolean handles(UIInputComponent<?, ?> input) {
[ERROR] ^^^^^^^^^^^^^^^^
[ERROR] UIInputComponent cannot be resolved to a type
[ERROR] /qa/hudson_workspace/workspace/jbosstools-forge_master/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/control/ControlBuilder.java:[74,0]
[ERROR] handles = Proxies.areEquivalent(inputTypeHint, getSupportedInputType());
[ERROR] ^^^^^^^^^^^^^
[ERROR] The method areEquivalent(InputType, InputType) is undefined for the type Proxies
[ERROR] /qa/hudson_workspace/workspace/jbosstools-forge_master/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/control/FallbackTextBoxControlBuilder.java:[10,0]
[ERROR] import org.jboss.forge.ui.input.UIInputComponent;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.jboss.forge.ui.input cannot be resolved
[ERROR] /qa/hudson_workspace/workspace/jbosstools-forge_master/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/control/FallbackTextBoxControlBuilder.java:[21,0]
[ERROR] public boolean handles(UIInputComponent<?, ?> input) {
[ERROR] ^^^^^^^^^^^^^^^^
[ERROR] UIInputComponent cannot be resolved to a type
[ERROR] /qa/hudson_workspace/workspace/jbosstools-forge_master/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/context/UIBuilderImpl.java:[14,0]
[ERROR] import org.jboss.forge.ui.context.UIContext;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.jboss.forge.ui.context cannot be resolved
[ERROR] /qa/hudson_workspace/workspace/jbosstools-forge_master/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/context/UIBuilderImpl.java:[15,0]
[ERROR] import org.jboss.forge.ui.input.UIInputComponent;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.jboss.forge.ui.input cannot be resolved
[ERROR] /qa/hudson_workspace/workspace/jbosstools-forge_master/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/context/UIBuilderImpl.java:[17,0]
[ERROR] public class UIBuilderImpl implements UIBuilder {
[ERROR] ^^^^^^^^^^^^^
[ERROR] The type UIBuilderImpl must implement the inherited abstract method UIBuilder.add(UIInputComponent<?,?>)
[ERROR] /qa/hudson_workspace/workspace/jbosstools-forge_master/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/context/UIBuilderImpl.java:[18,0]
[ERROR] private List<UIInputComponent<?, ?>> inputs = new ArrayList<UIInputComponent<?, ?>>();
[ERROR] ^^^^^^^^^^^^^^^^
[ERROR] UIInputComponent cannot be resolved to a type
[ERROR] /qa/hudson_workspace/workspace/jbosstools-forge_master/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/context/UIBuilderImpl.java:[18,0]
[ERROR] private List<UIInputComponent<?, ?>> inputs = new ArrayList<UIInputComponent<?, ?>>();
[ERROR] ^^^^^^^^^^^^^^^^
[ERROR] UIInputComponent cannot be resolved to a type
[ERROR] /qa/hudson_workspace/workspace/jbosstools-forge_master/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/context/UIBuilderImpl.java:[19,0]
[ERROR] private UIContext context;
[ERROR] ^^^^^^^^^
[ERROR] UIContext cannot be resolved to a type
[ERROR] /qa/hudson_workspace/workspace/jbosstools-forge_master/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/context/UIBuilderImpl.java:[21,0]
[ERROR] public UIBuilderImpl(UIContext context) {
[ERROR] ^^^^^^^^^
[ERROR] UIContext cannot be resolved to a type
[ERROR] /qa/hudson_workspace/workspace/jbosstools-forge_master/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/context/UIBuilderImpl.java:[22,0]
[ERROR] this.context = context;
[ERROR] ^^^^^^^^^^^^
[ERROR] UIContext cannot be resolved to a type
[ERROR] /qa/hudson_workspace/workspace/jbosstools-forge_master/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/context/UIBuilderImpl.java:[26,0]
[ERROR] public UIBuilder add(UIInputComponent<?, ?> input) {
[ERROR] ^^^^^^^^^^^^^^^^
[ERROR] UIInputComponent cannot be resolved to a type
[ERROR] /qa/hudson_workspace/workspace/jbosstools-forge_master/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/context/UIBuilderImpl.java:[27,0]
[ERROR] inputs.add(input);
[ERROR] ^^^^^^
[ERROR] UIInputComponent cannot be resolved to a type
[ERROR] /qa/hudson_workspace/workspace/jbosstools-forge_master/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/context/UIBuilderImpl.java:[31,0]
[ERROR] public List<UIInputComponent<?, ?>> getInputs() {
[ERROR] ^^^^^^^^^^^^^^^^
[ERROR] UIInputComponent cannot be resolved to a type
[ERROR] /qa/hudson_workspace/workspace/jbosstools-forge_master/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/context/UIBuilderImpl.java:[32,0]
[ERROR] return inputs;
[ERROR] ^^^^^^
[ERROR] UIInputComponent cannot be resolved to a type
[ERROR] /qa/hudson_workspace/workspace/jbosstools-forge_master/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/context/UIBuilderImpl.java:[36,0]
[ERROR] public UIContext getUIContext() {
[ERROR] ^^^^^^^^^
[ERROR] UIContext cannot be resolved to a type
[ERROR] /qa/hudson_workspace/workspace/jbosstools-forge_master/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/context/UIBuilderImpl.java:[37,0]
[ERROR] return context;
[ERROR] ^^^^^^^
[ERROR] UIContext cannot be resolved to a type
[ERROR] /qa/hudson_workspace/workspace/jbosstools-forge_master/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/wizards/ForgeWizardPage.java:[23,0]
[ERROR] import org.jboss.forge.ui.input.UIInputComponent;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.jboss.forge.ui.input cannot be resolved
[ERROR] /qa/hudson_workspace/workspace/jbosstools-forge_master/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/wizards/ForgeWizardPage.java:[60,0]
[ERROR] uiBuilder = new UIBuilderImpl(uiContext);
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The constructor UIBuilderImpl(UIContext) refers to the missing type UIContext
[ERROR] /qa/hudson_workspace/workspace/jbosstools-forge_master/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/wizards/ForgeWizardPage.java:[68,0]
[ERROR] List<UIInputComponent<?, ?>> inputs = uiBuilder.getInputs();
[ERROR] ^^^^^^^^^^^^^^^^
[ERROR] UIInputComponent cannot be resolved to a type
[ERROR] /qa/hudson_workspace/workspace/jbosstools-forge_master/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/wizards/ForgeWizardPage.java:[68,0]
[ERROR] List<UIInputComponent<?, ?>> inputs = uiBuilder.getInputs();
[ERROR] ^^^^^^^^^
[ERROR] The method getInputs() from the type UIBuilderImpl refers to the missing type UIInputComponent
[ERROR] /qa/hudson_workspace/workspace/jbosstools-forge_master/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/wizards/ForgeWizardPage.java:[73,0]
[ERROR] protected void createControls(Composite parent, List<UIInputComponent<?, ?>> inputs) {
[ERROR] ^^^^^^^^^^^^^^^^
[ERROR] UIInputComponent cannot be resolved to a type
[ERROR] /qa/hudson_workspace/workspace/jbosstools-forge_master/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/wizards/ForgeWizardPage.java:[80,0]
[ERROR] for (final UIInputComponent<?, ?> input : inputs) {
[ERROR] ^^^^^^^^^^^^^^^^
[ERROR] UIInputComponent cannot be resolved to a type
[ERROR] /qa/hudson_workspace/workspace/jbosstools-forge_master/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/wizards/ForgeWizardPage.java:[85,0]
[ERROR] Control control = controlBuilder.build(this, (UIInputComponent<?, Object>) input, container);
[ERROR] ^^^^^
[ERROR] The method build(ForgeWizardPage, UIInputComponent<?,Object>, Composite) from the type ControlBuilder refers to the missing type UIInputComponent
[ERROR] /qa/hudson_workspace/workspace/jbosstools-forge_master/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/wizards/ForgeWizardPage.java:[85,0]
[ERROR] Control control = controlBuilder.build(this, (UIInputComponent<?, Object>) input, container);
[ERROR] ^^^^^^^^^^^^^^^^
[ERROR] UIInputComponent cannot be resolved to a type
[ERROR] /qa/hudson_workspace/workspace/jbosstools-forge_master/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/wizards/ForgeWizardPage.java:[116,0]
[ERROR] for (UIInputComponent<?, ?> input : uiBuilder.getInputs()) {
[ERROR] ^^^^^^^^^^^^^^^^
[ERROR] UIInputComponent cannot be resolved to a type
[ERROR] /qa/hudson_workspace/workspace/jbosstools-forge_master/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/wizards/ForgeWizardPage.java:[116,0]
[ERROR] for (UIInputComponent<?, ?> input : uiBuilder.getInputs()) {
[ERROR] ^^^^^^^^^
[ERROR] The method getInputs() from the type UIBuilderImpl refers to the missing type UIInputComponent
[ERROR] /qa/hudson_workspace/workspace/jbosstools-forge_master/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/wizards/ForgeWizardPage.java:[126,0]
[ERROR] UIValidationContextImpl validationContext = new UIValidationContextImpl(uiContext);
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The constructor UIValidationContextImpl(UIContext) refers to the missing type UIContext
[ERROR] /qa/hudson_workspace/workspace/jbosstools-forge_master/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/wizards/ForgeWizardPage.java:[128,0]
[ERROR] uiCommand.validate(validationContext);
[ERROR] ^^^^^^^^
[ERROR] The method validate(UIValidationContext) in the type UICommand is not applicable for the arguments (UIValidationContextImpl)
[ERROR] /qa/hudson_workspace/workspace/jbosstools-forge_master/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/wizards/ForgeWizardPage.java:[141,0]
[ERROR] URL docLocation = metadata.getDocLocation();
[ERROR] ^^^^^^^^^^^^^^
[ERROR] The method getDocLocation() is undefined for the type UICommandMetadata
[ERROR] /qa/hudson_workspace/workspace/jbosstools-forge_master/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/control/ControlBuilderRegistry.java:[10,0]
[ERROR] import org.jboss.forge.ui.input.UIInputComponent;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.jboss.forge.ui.input cannot be resolved
[ERROR] /qa/hudson_workspace/workspace/jbosstools-forge_master/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/control/ControlBuilderRegistry.java:[25,0]
[ERROR] public ControlBuilder getBuilderFor(UIInputComponent<?, ?> input) {
[ERROR] ^^^^^^^^^^^^^^^^
[ERROR] UIInputComponent cannot be resolved to a type
[ERROR] /qa/hudson_workspace/workspace/jbosstools-forge_master/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/context/UISelectionImpl.java:[15,0]
[ERROR] import org.jboss.forge.ui.input.UISelection;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.jboss.forge.ui.input cannot be resolved
[ERROR] /qa/hudson_workspace/workspace/jbosstools-forge_master/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/context/UISelectionImpl.java:[17,0]
[ERROR] public class UISelectionImpl<T> implements UISelection<T> {
[ERROR] ^^^^^^^^^^^
[ERROR] UISelection cannot be resolved to a type
[ERROR] /qa/hudson_workspace/workspace/jbosstools-forge_master/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/context/UISelectionImpl.java:[28,0]
[ERROR] public T get() {
[ERROR] ^^^^^
[ERROR] The method get() of type UISelectionImpl<T> must override or implement a supertype method
[ERROR] /qa/hudson_workspace/workspace/jbosstools-forge_master/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/context/UISelectionImpl.java:[33,0]
[ERROR] public Iterator<T> iterator() {
[ERROR] ^^^^^^^^^^
[ERROR] The method iterator() of type UISelectionImpl<T> must override or implement a supertype method
[ERROR] /qa/hudson_workspace/workspace/jbosstools-forge_master/sources/plugins/org.jboss.tools.forge.ui.ext/src/org/jboss/tools/forge/ui/context/UISelectionImpl.java:[38,0]
[ERROR] public int size() {
[ERROR] ^^^^^^
[ERROR] The method size() of type UISelectionImpl<T> must override or implement a supertype method
[ERROR] 120 problems (120 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.ui.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] 
[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 :14
Killing Xvnc process ID 30185
Archiving artifacts
Recording test results
Description set: 


More information about the jbosstools-builds mailing list