[JBoss JIRA] (JBIDE-10175) org.jboss.ide.eclipse.as.test is not compiling
by Alexey Kazakov (Created) (JIRA)
org.jboss.ide.eclipse.as.test is not compiling
----------------------------------------------
Key: JBIDE-10175
URL: https://issues.jboss.org/browse/JBIDE-10175
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS/Servers
Reporter: Alexey Kazakov
Assignee: Andre Dietisheim
Priority: Blocker
Fix For: 3.3.0.Beta1
{code}
[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
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 7 months
[JBoss JIRA] (JBDS-1941) Welcome screen - Getting Started
by Burr Sutter (Created) (JIRA)
Welcome screen - Getting Started
--------------------------------
Key: JBDS-1941
URL: https://issues.jboss.org/browse/JBDS-1941
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 5.0.0.M3
Environment: Mac OS X Lion 64-bit - Note: 5.0.0.M4 (but it was not in the Affects version list)
Reporter: Burr Sutter
Priority: Minor
JBDS5.M4's current Welcome Screen:
- the text at the top of the screen says
"tools that are pre-configured for JBoss Enterprise Middleware Platforms and Red Hat Linux".
The tools are not pre-configured for Red Hat Linux, I am running them on Mac and Windows!
How about "..and certified on Red Hat Linux".
- includes two links to Getting Started and is out of alignment.
1 Getting Started with JBoss Developer Studio
2 Getting Started with JBoss Developer Studio
3 Getting Started
4 JBoss Seam Tutorial
5 WTP J2EE Tutorials
1 - The first item does not take you to the Getting Started element in the docset. I am not sure if that specific book has a direct link, if possible link directly to the right book.
2 - The 2nd item is simply the same text without a link - just remove the redundant text.
3 - The 3rd item takes you to the workshops listing. Those are not updated to JBDS5. This should not be a link
4 - Correctly linked - in the future I hope to have some EE6 Getting Started materials to add here
5 - J2EE? Please kill this link - we must leverage our AS7 Getting Started materials, videos, quickstarts, archetypes.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 7 months
[JBoss JIRA] Created: (JBDS-1832) Align Welcome Screen to JBoss Central
by Max Rydahl Andersen (JIRA)
Align Welcome Screen to JBoss Central
-------------------------------------
Key: JBDS-1832
URL: https://issues.jboss.org/browse/JBDS-1832
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Max Rydahl Andersen
Assignee: Snjezana Peco
Priority: Critical
Fix For: 5.0.0.M4
The welcome screen content should be setup so it will have a link to show jboss central and the remainder of welcome screen content should be evaluated if still needed.
The welcome screen is still relevant for the first startup/showing new features/content.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 7 months
[JBoss JIRA] (JBDS-1907) If a server - that was created by the discovery process - is renamed - it cannot be started
by Len DiMaggio (Created) (JIRA)
If a server - that was created by the discovery process - is renamed - it cannot be started
-------------------------------------------------------------------------------------------
Key: JBDS-1907
URL: https://issues.jboss.org/browse/JBDS-1907
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: runtime, servers
Affects Versions: 5.0.0.M4
Reporter: Len DiMaggio
Assignee: Brian Fitzpatrick
Fix For: 5.0.0.Beta1
To recreate, during installation, reference a JBoss AS, EAP, or SOA-P server dir tree to have the installer discover server runtimes.
For SOA-P and EPA, the "jboss-as" directory results in a server runtime named "jboss-as"
If this server name is renamed - in the servers view - and the server is started, this exception results:
Exception in thread "main" java.lang.NoClassDefFoundError: org/jboss/Main
Caused by: java.lang.ClassNotFoundException: org.jboss.Main
at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
Could not find the main class: org.jboss.Main. Program will exit.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 7 months