[jbosstools-issues] [JBoss JIRA] (JBIDE-21865) Fix jbosstools-server build from master

Nick Boldt (JIRA) issues at jboss.org
Mon Mar 14 13:17:00 EDT 2016


     [ https://issues.jboss.org/browse/JBIDE-21865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Boldt updated JBIDE-21865:
-------------------------------
    Fix Version/s: 4.4.0.Alpha1


> Fix jbosstools-server build from master
> ---------------------------------------
>
>                 Key: JBIDE-21865
>                 URL: https://issues.jboss.org/browse/JBIDE-21865
>             Project: Tools (JBoss Tools)
>          Issue Type: Task
>          Components: server
>    Affects Versions: 4.4.0.Alpha1
>            Reporter: Denis Golovin
>             Fix For: 4.4.0.Alpha1
>
>
> With latest version from master build fails with compilation errors:
> {code}[INFO] [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.24.0:compile (default-compile) on project org.jboss.tools.wtp.server.launchbar: Compilation failure: Compilation failure:
> [INFO] [ERROR] C:\P\rh\jbds\jbosstools-server\wtp\plugins\org.jboss.tools.wtp.server.launchbar\src\org\jboss\tools\wtp\server\launchbar\ModuleLaunchConfigurationProvider.java:[26]
> [INFO] [ERROR] public class ModuleLaunchConfigurationProvider implements ILaunchConfigurationProvider {
> [INFO] [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [INFO] [ERROR] The type ModuleLaunchConfigurationProvider must implement the inherited abstract method ILaunchConfigurationProvider.supports(ILaunchDescriptor, ILaunchTarget)
> [INFO] [ERROR] C:\P\rh\jbds\jbosstools-server\wtp\plugins\org.jboss.tools.wtp.server.launchbar\src\org\jboss\tools\wtp\server\launchbar\ModuleLaunchConfigurationProvider.java:[26]
> [INFO] [ERROR] public class ModuleLaunchConfigurationProvider implements ILaunchConfigurationProvider {
> [INFO] [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [INFO] [ERROR] The type ModuleLaunchConfigurationProvider must implement the inherited abstract method ILaunchConfigurationProvider.getLaunchConfiguration(ILaunchDescriptor, ILaunchTarget)
> [INFO] [ERROR] C:\P\rh\jbds\jbosstools-server\wtp\plugins\org.jboss.tools.wtp.server.launchbar\src\org\jboss\tools\wtp\server\launchbar\ModuleLaunchConfigurationProvider.java:[26]
> [INFO] [ERROR] public class ModuleLaunchConfigurationProvider implements ILaunchConfigurationProvider {
> [INFO] [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [INFO] [ERROR] The type ModuleLaunchConfigurationProvider must implement the inherited abstract method ILaunchConfigurationProvider.launchTargetRemoved(ILaunchTarget)
> [INFO] [ERROR] C:\P\rh\jbds\jbosstools-server\wtp\plugins\org.jboss.tools.wtp.server.launchbar\src\org\jboss\tools\wtp\server\launchbar\ModuleLaunchConfigurationProvider.java:[26]
> [INFO] [ERROR] public class ModuleLaunchConfigurationProvider implements ILaunchConfigurationProvider {
> [INFO] [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [INFO] [ERROR] The type ModuleLaunchConfigurationProvider must implement the inherited abstract method ILaunchConfigurationProvider.getLaunchConfigurationType(ILaunchDescriptor, ILaunchTarget)
> [INFO] [ERROR] C:\P\rh\jbds\jbosstools-server\wtp\plugins\org.jboss.tools.wtp.server.launchbar\src\org\jboss\tools\wtp\server\launchbar\ModuleLaunchConfigurationProvider.java:[48]
> [INFO] [ERROR] public boolean supports(ILaunchDescriptor descriptor, IRemoteConnection target) throws CoreException {
> [INFO] [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [INFO] [ERROR] The method supports(ILaunchDescriptor, IRemoteConnection) of type ModuleLaunchConfigurationProvider must override or implement a supertype method
> [INFO] [ERROR] C:\P\rh\jbds\jbosstools-server\wtp\plugins\org.jboss.tools.wtp.server.launchbar\src\org\jboss\tools\wtp\server\launchbar\ModuleLaunchConfigurationProvider.java:[57]
> [INFO] [ERROR] public ILaunchConfigurationType getLaunchConfigurationType(ILaunchDescriptor descriptor, IRemoteConnection target)
> [INFO] [ERROR] throws CoreException {
> [INFO] [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [INFO] [ERROR] The method getLaunchConfigurationType(ILaunchDescriptor, IRemoteConnection) of type ModuleLaunchConfigurationProvider must override or implement a supertype method
> [INFO] [ERROR] C:\P\rh\jbds\jbosstools-server\wtp\plugins\org.jboss.tools.wtp.server.launchbar\src\org\jboss\tools\wtp\server\launchbar\ModuleLaunchConfigurationProvider.java:[63]
> [INFO] [ERROR] public ILaunchConfiguration getLaunchConfiguration(ILaunchDescriptor descriptor, IRemoteConnection target)
> [INFO] [ERROR] throws CoreException {
> [INFO] [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [INFO] [ERROR] The method getLaunchConfiguration(ILaunchDescriptor, IRemoteConnection) of type ModuleLaunchConfigurationProvider must override or implement a supertype method
> [INFO] [ERROR] C:\P\rh\jbds\jbosstools-server\wtp\plugins\org.jboss.tools.wtp.server.launchbar\src\org\jboss\tools\wtp\server\launchbar\ModuleLaunchConfigurationProvider.java:[109]
> [INFO] [ERROR] public void launchTargetRemoved(IRemoteConnection target) throws CoreException {
> [INFO] [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [INFO] [ERROR] The method launchTargetRemoved(IRemoteConnection) of type ModuleLaunchConfigurationProvider must override or implement a supertype method
> [INFO] [ERROR] 8 problems (8 errors)
> [INFO] [ERROR] -> [Help 1]
> [INFO] [ERROR]
> [INFO] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [INFO] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [INFO] [ERROR]
> [INFO] [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [INFO] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> [INFO] [ERROR]
> [INFO] [ERROR] After correcting the problems, you can resume the build with the command
> [INFO] [ERROR]   mvn <goals> -rf :org.jboss.tools.wtp.server.launchbar
> [INFO] ..FAILED (974.1 s)
> [INFO]   The build exited with code 1. See c:\P\rh\jbds\jbosstools-dev\full-build\..\..\jbosstools-dev\build.log for details.
> [INFO] -------------------------------------------------{code}



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jbosstools-issues mailing list