[JBoss JIRA] (JBIDE-21386) Create and use Neon M5 target platform
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21386?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-21386:
------------------------------------
One more change needed here:
* JBIDE-21861 update to Docker Tools 2.0.0
> Create and use Neon M5 target platform
> --------------------------------------
>
> Key: JBIDE-21386
> URL: https://issues.jboss.org/browse/JBIDE-21386
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: target-platform, upstream
> Affects Versions: 4.4.0.Alpha1
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Priority: Critical
> Fix For: 4.4.0.Alpha1
>
> Attachments: jbds-tp-p2diff-460-summary.txt, jbds-tp-p2diff-460.txt, jbt-tp-p2diff-460-summary.txt, jbt-tp-p2diff-460.txt, jbtcentral-p2diff_460.txt, p2diff.JBIDE-21386.summary.txt, p2diff.JBIDE-21386.txt
>
>
> Prepare TP to use Neon M5 bits. Cloned from JBIDE-20976 so I can start a fresh issue.
> https://wiki.eclipse.org/index.php?title=Neon/Simultaneous_Release_Plan#S...
> Story points: 21 (fibonacci)
> * jbt tp,
> * jbds tp,
> * central tp;
> * jbt-build-sites,
> * jbds site build;
> * update install/matrix jobs to use new Eclipse JEE/platform binary;
> * mailing list announcements
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBDS-3676) BrowserSim cannot start on Azul openjdk (windows)
by Ilya Buziuk (JIRA)
[ https://issues.jboss.org/browse/JBDS-3676?page=com.atlassian.jira.plugin.... ]
Ilya Buziuk commented on JBDS-3676:
-----------------------------------
[~jrichter1], Basically, the situation is the following - BroweserSim / CordovaSim supports two types of web engines *JavaFx* and *SWT.WEBKIT*. For now Azul opejdk does not include javafx / openfx - https://support.azul.com/hc/communities/public/questions/203202723-OpenJF... So, at this point JavaFx web engine will not be supported OOTB (at least till Azul includes openfx bundles). In terms of *SWT.WEBKIT* - in order to use this engine x32 JDK and Safari for Windows are required. Azul does not have x32 version in producion yet. However, there is a [Zulu Embedded ARM32 Early Access Program| http://info.azul.com/2015-WEB-DL-Zulu-Embedded-Registration-LP.html] which I have subscribed for (it was claimed that I will be contacted within 24 hours - so might get x32 openjdk soon ;-) - will let you know as soon as get it and test BrowserSim against it).
For now the workaround is adding Oracle jdk to the Installed JRE section (just as the error message says) via Window → Preferences → JBoss Tools → BrowserSim/CordovaSim and running against it
> BrowserSim cannot start on Azul openjdk (windows)
> -------------------------------------------------
>
> Key: JBDS-3676
> URL: https://issues.jboss.org/browse/JBDS-3676
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: browsersim
> Affects Versions: 9.1.0.CR1
> Reporter: Jan Richter
> Assignee: Ilya Buziuk
> Labels: havoc
>
> Running JBDS on Azul OpenJDK 8, Windows 10.
> Starting BrowserSim fails with the following error:
> {noformat}
> BrowserSim has failed to start with the following error:
> "To use BrowserSim please install Safari or run BrowserSim with Oracle Java 7u7 and higher."
> Also see BrowserSim FAQ.
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-13671) Replace build timestamp in qualifier by last-mod-timestamp from git
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13671?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-13671:
-------------------------------
Fix Version/s: 4.4.0.Alpha1
(was: 4.2.x)
> Replace build timestamp in qualifier by last-mod-timestamp from git
> -------------------------------------------------------------------
>
> Key: JBIDE-13671
> URL: https://issues.jboss.org/browse/JBIDE-13671
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: build
> Affects Versions: 4.1.0.Alpha1
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Priority: Optional
> Fix For: 4.4.0.Alpha1
>
> Attachments: jbide13671-before-and-after.png
>
>
> This needs to be added to master parent pom:
> {code}
> <plugin>
> <groupId>org.eclipse.tycho</groupId>
> <artifactId>tycho-packaging-plugin</artifactId>
> <version>${tycho.version}</version>
> <dependencies>
> <dependency>
> <groupId>org.eclipse.tycho.extras</groupId>
> <artifactId>tycho-buildtimestamp-jgit</artifactId>
> <version>${tycho-extras.version}</version>
> </dependency>
> </dependencies>
> <configuration>
> <strictBinIncludes>false</strictBinIncludes>
> <format>'v'yyyyMMdd-HHmm</format>
> <timestampProvider>jgit</timestampProvider>
> <jgit.ignore>
> </jgit.ignore>
> </configuration>
> </plugin>
> {code}
> Ref: http://pweclipse.blogspot.ch/2012_09_01_archive.html
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-13671) Replace build timestamp in qualifier by last-mod-timestamp from git
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13671?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-13671:
------------------------------------
Slip to 4.4.0.Alpha1. I'd like to see if we can implement this for the Neon stuff. [~dgolovin] I know you're swamped right now but maybe [~mickael_istria] and I can tackle this in master branch?
> Replace build timestamp in qualifier by last-mod-timestamp from git
> -------------------------------------------------------------------
>
> Key: JBIDE-13671
> URL: https://issues.jboss.org/browse/JBIDE-13671
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: build
> Affects Versions: 4.1.0.Alpha1
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Priority: Optional
> Fix For: 4.4.0.Alpha1
>
> Attachments: jbide13671-before-and-after.png
>
>
> This needs to be added to master parent pom:
> {code}
> <plugin>
> <groupId>org.eclipse.tycho</groupId>
> <artifactId>tycho-packaging-plugin</artifactId>
> <version>${tycho.version}</version>
> <dependencies>
> <dependency>
> <groupId>org.eclipse.tycho.extras</groupId>
> <artifactId>tycho-buildtimestamp-jgit</artifactId>
> <version>${tycho-extras.version}</version>
> </dependency>
> </dependencies>
> <configuration>
> <strictBinIncludes>false</strictBinIncludes>
> <format>'v'yyyyMMdd-HHmm</format>
> <timestampProvider>jgit</timestampProvider>
> <jgit.ignore>
> </jgit.ignore>
> </configuration>
> </plugin>
> {code}
> Ref: http://pweclipse.blogspot.ch/2012_09_01_archive.html
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-21865) Fix jbosstools-server build from master
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21865?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-21865:
-------------------------------
Priority: Blocker (was: Major)
> 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
> Priority: Blocker
> 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)
10 years
[JBoss JIRA] (JBIDE-21865) Fix jbosstools-server build from master
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21865?page=com.atlassian.jira.plugi... ]
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)
10 years
[JBoss JIRA] (JBIDE-21865) Fix jbosstools-server build from master
by Denis Golovin (JIRA)
Denis Golovin created JBIDE-21865:
-------------------------------------
Summary: 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
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)
10 years