Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-10175

org.jboss.ide.eclipse.as.test is not compiling

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Blocker Blocker
    • 3.3.0.M5
    • None
    • server
    • None

      [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.13.0:compile (default-compile) on project org.jboss.ide.eclipse.as.test: Compilation failure: Compilation failure:
      [ERROR] /home/igels/Projects/jbt-3.3/trunk/as/tests/org.jboss.ide.eclipse.as.test/src/org/jboss/ide/eclipse/as/test/launch/LaunchConfigTests.java (at line 13):[-1,-1]
      [ERROR] import static org.jboss.ide.eclipse.as.core.server.internal.launch.configuration.JBossLaunchConfigProperties.isServerHomeSet;
      [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      [ERROR] The import org.jboss.ide.eclipse.as.core.server.internal.launch.configuration.JBossLaunchConfigProperties.isServerHomeSet cannot be resolved
      [ERROR] 
      [ERROR] /home/igels/Projects/jbt-3.3/trunk/as/tests/org.jboss.ide.eclipse.as.test/src/org/jboss/ide/eclipse/as/test/launch/LaunchConfigTests.java (at line 68):[-1,-1]
      [ERROR] private class MockConfigurator extends AbstractStartLaunchConfigurator {
      [ERROR] ^^^^^^^^^^^^^^^^
      [ERROR] The type LaunchConfigTests.MockConfigurator must implement the inherited abstract method AbstractStartLaunchConfigurator.getJavaLibraryPath(IJBossServerRuntime)
      [ERROR] 
      [ERROR] /home/igels/Projects/jbt-3.3/trunk/as/tests/org.jboss.ide.eclipse.as.test/src/org/jboss/ide/eclipse/as/test/launch/LaunchConfigTests.java (at line 125):[-1,-1]
      [ERROR] assertFalse(isServerHomeSet(launchConfig));
      [ERROR] ^^^^^^^^^^^^^^^
      [ERROR] The method isServerHomeSet(ILaunchConfigurationWorkingCopy) is undefined for the type LaunchConfigTests
      [ERROR] 
      [ERROR] /home/igels/Projects/jbt-3.3/trunk/as/tests/org.jboss.ide.eclipse.as.test/src/org/jboss/ide/eclipse/as/test/launch/LaunchConfigTests.java (at line 131):[-1,-1]
      [ERROR] assertTrue(isServerHomeSet(launchConfig));
      [ERROR] ^^^^^^^^^^^^^^^
      [ERROR] The method isServerHomeSet(ILaunchConfigurationWorkingCopy) is undefined for the type LaunchConfigTests
      [ERROR] 
      [ERROR] /home/igels/Projects/jbt-3.3/trunk/as/tests/org.jboss.ide.eclipse.as.test/src/org/jboss/ide/eclipse/as/test/launch/JBossLaunchConfigTests.java (at line 13):[-1,-1]
      [ERROR] import static org.jboss.ide.eclipse.as.core.server.internal.launch.configuration.JBossLaunchConfigProperties.areEnvironmentVariablesSet;
      [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      [ERROR] The import org.jboss.ide.eclipse.as.core.server.internal.launch.configuration.JBossLaunchConfigProperties.areEnvironmentVariablesSet cannot be resolved
      [ERROR] 
      [ERROR] /home/igels/Projects/jbt-3.3/trunk/as/tests/org.jboss.ide.eclipse.as.test/src/org/jboss/ide/eclipse/as/test/launch/JBossLaunchConfigTests.java (at line 14):[-1,-1]
      [ERROR] import static org.jboss.ide.eclipse.as.core.server.internal.launch.configuration.JBossLaunchConfigProperties.areProgramArgumentsSet;
      [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      [ERROR] The import org.jboss.ide.eclipse.as.core.server.internal.launch.configuration.JBossLaunchConfigProperties.areProgramArgumentsSet cannot be resolved
      [ERROR] 
      [ERROR] /home/igels/Projects/jbt-3.3/trunk/as/tests/org.jboss.ide.eclipse.as.test/src/org/jboss/ide/eclipse/as/test/launch/JBossLaunchConfigTests.java (at line 15):[-1,-1]
      [ERROR] import static org.jboss.ide.eclipse.as.core.server.internal.launch.configuration.JBossLaunchConfigProperties.areVMArgumentsSet;
      [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      [ERROR] The import org.jboss.ide.eclipse.as.core.server.internal.launch.configuration.JBossLaunchConfigProperties.areVMArgumentsSet cannot be resolved
      [ERROR] 
      [ERROR] /home/igels/Projects/jbt-3.3/trunk/as/tests/org.jboss.ide.eclipse.as.test/src/org/jboss/ide/eclipse/as/test/launch/JBossLaunchConfigTests.java (at line 16):[-1,-1]
      [ERROR] import static org.jboss.ide.eclipse.as.core.server.internal.launch.configuration.JBossLaunchConfigProperties.isClasspathProviderSet;
      [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      [ERROR] The import org.jboss.ide.eclipse.as.core.server.internal.launch.configuration.JBossLaunchConfigProperties.isClasspathProviderSet cannot be resolved
      [ERROR] 
      [ERROR] /home/igels/Projects/jbt-3.3/trunk/as/tests/org.jboss.ide.eclipse.as.test/src/org/jboss/ide/eclipse/as/test/launch/JBossLaunchConfigTests.java (at line 17):[-1,-1]
      [ERROR] import static org.jboss.ide.eclipse.as.core.server.internal.launch.configuration.JBossLaunchConfigProperties.isClasspathSet;
      [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      [ERROR] The import org.jboss.ide.eclipse.as.core.server.internal.launch.configuration.JBossLaunchConfigProperties.isClasspathSet cannot be resolved
      [ERROR] 
      [ERROR] /home/igels/Projects/jbt-3.3/trunk/as/tests/org.jboss.ide.eclipse.as.test/src/org/jboss/ide/eclipse/as/test/launch/JBossLaunchConfigTests.java (at line 18):[-1,-1]
      [ERROR] import static org.jboss.ide.eclipse.as.core.server.internal.launch.configuration.JBossLaunchConfigProperties.isConfigSet;
      [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      [ERROR] The import org.jboss.ide.eclipse.as.core.server.internal.launch.configuration.JBossLaunchConfigProperties.isConfigSet cannot be resolved
      [ERROR] 
      [ERROR] /home/igels/Projects/jbt-3.3/trunk/as/tests/org.jboss.ide.eclipse.as.test/src/org/jboss/ide/eclipse/as/test/launch/JBossLaunchConfigTests.java (at line 19):[-1,-1]
      [ERROR] import static org.jboss.ide.eclipse.as.core.server.internal.launch.configuration.JBossLaunchConfigProperties.isUseDefaultClasspathSet;
      [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      [ERROR] The import org.jboss.ide.eclipse.as.core.server.internal.launch.configuration.JBossLaunchConfigProperties.isUseDefaultClasspathSet cannot be resolved
      [ERROR] 
      [ERROR] /home/igels/Projects/jbt-3.3/trunk/as/tests/org.jboss.ide.eclipse.as.test/src/org/jboss/ide/eclipse/as/test/launch/JBossLaunchConfigTests.java (at line 20):[-1,-1]
      [ERROR] import static org.jboss.ide.eclipse.as.core.server.internal.launch.configuration.JBossLaunchConfigProperties.isEndorsedDirSet;
      [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      [ERROR] The import org.jboss.ide.eclipse.as.core.server.internal.launch.configuration.JBossLaunchConfigProperties.isEndorsedDirSet cannot be resolved
      [ERROR] 
      [ERROR] /home/igels/Projects/jbt-3.3/trunk/as/tests/org.jboss.ide.eclipse.as.test/src/org/jboss/ide/eclipse/as/test/launch/JBossLaunchConfigTests.java (at line 21):[-1,-1]
      [ERROR] import static org.jboss.ide.eclipse.as.core.server.internal.launch.configuration.JBossLaunchConfigProperties.isHostSet;
      [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      [ERROR] The import org.jboss.ide.eclipse.as.core.server.internal.launch.configuration.JBossLaunchConfigProperties.isHostSet cannot be resolved
      [ERROR] 
      [ERROR] /home/igels/Projects/jbt-3.3/trunk/as/tests/org.jboss.ide.eclipse.as.test/src/org/jboss/ide/eclipse/as/test/launch/JBossLaunchConfigTests.java (at line 22):[-1,-1]
      [ERROR] import static org.jboss.ide.eclipse.as.core.server.internal.launch.configuration.JBossLaunchConfigProperties.isJreContainerSet;
      [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      [ERROR] The import org.jboss.ide.eclipse.as.core.server.internal.launch.configuration.JBossLaunchConfigProperties.isJreContainerSet cannot be resolved
      [ERROR] 
      [ERROR] /home/igels/Projects/jbt-3.3/trunk/as/tests/org.jboss.ide.eclipse.as.test/src/org/jboss/ide/eclipse/as/test/launch/JBossLaunchConfigTests.java (at line 23):[-1,-1]
      [ERROR] import static org.jboss.ide.eclipse.as.core.server.internal.launch.configuration.JBossLaunchConfigProperties.isMainTypeSet;
      [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      [ERROR] The import org.jboss.ide.eclipse.as.core.server.internal.launch.configuration.JBossLaunchConfigProperties.isMainTypeSet cannot be resolved
      [ERROR] 
      [ERROR] /home/igels/Projects/jbt-3.3/trunk/as/tests/org.jboss.ide.eclipse.as.test/src/org/jboss/ide/eclipse/as/test/launch/JBossLaunchConfigTests.java (at line 24):[-1,-1]
      [ERROR] import static org.jboss.ide.eclipse.as.core.server.internal.launch.configuration.JBossLaunchConfigProperties.isServerHomeSet;
      [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      [ERROR] The import org.jboss.ide.eclipse.as.core.server.internal.launch.configuration.JBossLaunchConfigProperties.isServerHomeSet cannot be resolved
      [ERROR] 
      [ERROR] /home/igels/Projects/jbt-3.3/trunk/as/tests/org.jboss.ide.eclipse.as.test/src/org/jboss/ide/eclipse/as/test/launch/JBossLaunchConfigTests.java (at line 25):[-1,-1]
      [ERROR] import static org.jboss.ide.eclipse.as.core.server.internal.launch.configuration.JBossLaunchConfigProperties.isServerIdSet;
      [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      [ERROR] The import org.jboss.ide.eclipse.as.core.server.internal.launch.configuration.JBossLaunchConfigProperties.isServerIdSet cannot be resolved
      [ERROR] 
      [ERROR] /home/igels/Projects/jbt-3.3/trunk/as/tests/org.jboss.ide.eclipse.as.test/src/org/jboss/ide/eclipse/as/test/launch/JBossLaunchConfigTests.java (at line 26):[-1,-1]
      [ERROR] import static org.jboss.ide.eclipse.as.core.server.internal.launch.configuration.JBossLaunchConfigProperties.isWorkingDirectorySet;
      [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      [ERROR] The import org.jboss.ide.eclipse.as.core.server.internal.launch.configuration.JBossLaunchConfigProperties.isWorkingDirectorySet cannot be resolved
      [ERROR] 
      [ERROR] /home/igels/Projects/jbt-3.3/trunk/as/tests/org.jboss.ide.eclipse.as.test/src/org/jboss/ide/eclipse/as/test/launch/JBossLaunchConfigTests.java (at line 48):[-1,-1]
      [ERROR] assertTrue(areProgramArgumentsSet(launchConfig));
      [ERROR] ^^^^^^^^^^^^^^^^^^^^^^
      [ERROR] The method areProgramArgumentsSet(ILaunchConfigurationWorkingCopy) is undefined for the type JBossLaunchConfigTests
      [ERROR] 
      [ERROR] /home/igels/Projects/jbt-3.3/trunk/as/tests/org.jboss.ide.eclipse.as.test/src/org/jboss/ide/eclipse/as/test/launch/JBossLaunchConfigTests.java (at line 49):[-1,-1]
      [ERROR] assertTrue(areVMArgumentsSet(launchConfig));
      [ERROR] ^^^^^^^^^^^^^^^^^
      [ERROR] The method areVMArgumentsSet(ILaunchConfigurationWorkingCopy) is undefined for the type JBossLaunchConfigTests
      [ERROR] 
      [ERROR] /home/igels/Projects/jbt-3.3/trunk/as/tests/org.jboss.ide.eclipse.as.test/src/org/jboss/ide/eclipse/as/test/launch/JBossLaunchConfigTests.java (at line 50):[-1,-1]
      [ERROR] assertTrue(isHostSet(launchConfig));
      [ERROR] ^^^^^^^^^
      [ERROR] The method isHostSet(ILaunchConfigurationWorkingCopy) is undefined for the type JBossLaunchConfigTests
      [ERROR] 
      [ERROR] /home/igels/Projects/jbt-3.3/trunk/as/tests/org.jboss.ide.eclipse.as.test/src/org/jboss/ide/eclipse/as/test/launch/JBossLaunchConfigTests.java (at line 51):[-1,-1]
      [ERROR] assertTrue(isMainTypeSet(launchConfig));
      [ERROR] ^^^^^^^^^^^^^
      [ERROR] The method isMainTypeSet(ILaunchConfigurationWorkingCopy) is undefined for the type JBossLaunchConfigTests
      [ERROR] 
      [ERROR] /home/igels/Projects/jbt-3.3/trunk/as/tests/org.jboss.ide.eclipse.as.test/src/org/jboss/ide/eclipse/as/test/launch/JBossLaunchConfigTests.java (at line 52):[-1,-1]
      [ERROR] assertTrue(isWorkingDirectorySet(launchConfig));
      [ERROR] ^^^^^^^^^^^^^^^^^^^^^
      [ERROR] The method isWorkingDirectorySet(ILaunchConfigurationWorkingCopy) is undefined for the type JBossLaunchConfigTests
      [ERROR] 
      [ERROR] /home/igels/Projects/jbt-3.3/trunk/as/tests/org.jboss.ide.eclipse.as.test/src/org/jboss/ide/eclipse/as/test/launch/JBossLaunchConfigTests.java (at line 53):[-1,-1]
      [ERROR] assertTrue(areEnvironmentVariablesSet(launchConfig));
      [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^
      [ERROR] The method areEnvironmentVariablesSet(ILaunchConfigurationWorkingCopy) is undefined for the type JBossLaunchConfigTests
      [ERROR] 
      [ERROR] /home/igels/Projects/jbt-3.3/trunk/as/tests/org.jboss.ide.eclipse.as.test/src/org/jboss/ide/eclipse/as/test/launch/JBossLaunchConfigTests.java (at line 54):[-1,-1]
      [ERROR] assertTrue(isClasspathSet(launchConfig));
      [ERROR] ^^^^^^^^^^^^^^
      [ERROR] The method isClasspathSet(ILaunchConfigurationWorkingCopy) is undefined for the type JBossLaunchConfigTests
      [ERROR] 
      [ERROR] /home/igels/Projects/jbt-3.3/trunk/as/tests/org.jboss.ide.eclipse.as.test/src/org/jboss/ide/eclipse/as/test/launch/JBossLaunchConfigTests.java (at line 55):[-1,-1]
      [ERROR] assertTrue(isClasspathProviderSet(launchConfig));
      [ERROR] ^^^^^^^^^^^^^^^^^^^^^^
      [ERROR] The method isClasspathProviderSet(ILaunchConfigurationWorkingCopy) is undefined for the type JBossLaunchConfigTests
      [ERROR] 
      [ERROR] /home/igels/Projects/jbt-3.3/trunk/as/tests/org.jboss.ide.eclipse.as.test/src/org/jboss/ide/eclipse/as/test/launch/JBossLaunchConfigTests.java (at line 56):[-1,-1]
      [ERROR] assertTrue(isUseDefaultClasspathSet(launchConfig));
      [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^
      [ERROR] The method isUseDefaultClasspathSet(ILaunchConfigurationWorkingCopy) is undefined for the type JBossLaunchConfigTests
      [ERROR] 
      [ERROR] /home/igels/Projects/jbt-3.3/trunk/as/tests/org.jboss.ide.eclipse.as.test/src/org/jboss/ide/eclipse/as/test/launch/JBossLaunchConfigTests.java (at line 57):[-1,-1]
      [ERROR] assertTrue(isJreContainerSet(launchConfig));
      [ERROR] ^^^^^^^^^^^^^^^^^
      [ERROR] The method isJreContainerSet(ILaunchConfigurationWorkingCopy) is undefined for the type JBossLaunchConfigTests
      [ERROR] 
      [ERROR] /home/igels/Projects/jbt-3.3/trunk/as/tests/org.jboss.ide.eclipse.as.test/src/org/jboss/ide/eclipse/as/test/launch/JBossLaunchConfigTests.java (at line 58):[-1,-1]
      [ERROR] assertTrue(isConfigSet(launchConfig));
      [ERROR] ^^^^^^^^^^^
      [ERROR] The method isConfigSet(ILaunchConfigurationWorkingCopy) is undefined for the type JBossLaunchConfigTests
      [ERROR] 
      [ERROR] /home/igels/Projects/jbt-3.3/trunk/as/tests/org.jboss.ide.eclipse.as.test/src/org/jboss/ide/eclipse/as/test/launch/JBossLaunchConfigTests.java (at line 59):[-1,-1]
      [ERROR] assertTrue(isServerHomeSet(launchConfig));
      [ERROR] ^^^^^^^^^^^^^^^
      [ERROR] The method isServerHomeSet(ILaunchConfigurationWorkingCopy) is undefined for the type JBossLaunchConfigTests
      [ERROR] 
      [ERROR] /home/igels/Projects/jbt-3.3/trunk/as/tests/org.jboss.ide.eclipse.as.test/src/org/jboss/ide/eclipse/as/test/launch/JBossLaunchConfigTests.java (at line 60):[-1,-1]
      [ERROR] assertTrue(isEndorsedDirSet(launchConfig));
      [ERROR] ^^^^^^^^^^^^^^^^
      [ERROR] The method isEndorsedDirSet(ILaunchConfigurationWorkingCopy) is undefined for the type JBossLaunchConfigTests
      [ERROR] 
      [ERROR] /home/igels/Projects/jbt-3.3/trunk/as/tests/org.jboss.ide.eclipse.as.test/src/org/jboss/ide/eclipse/as/test/launch/JBossLaunchConfigTests.java (at line 61):[-1,-1]
      [ERROR] assertTrue(isServerIdSet(launchConfig));
      [ERROR] ^^^^^^^^^^^^^
      [ERROR] The method isServerIdSet(ILaunchConfigurationWorkingCopy) is undefined for the type JBossLaunchConfigTests
      [ERROR] -> [Help 1]
      org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.13.0:compile (default-compile) on project org.jboss.ide.eclipse.as.test: 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:57)
      	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      	at java.lang.reflect.Method.invoke(Method.java:616)
      	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:409)
      	at org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo.execute(AbstractOsgiCompilerMojo.java:162)
      	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.ide.eclipse.as.test
      

            rob.stryker Rob Stryker (Inactive)
            alexeykazakov Alexey Kazakov
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: