[JBoss JIRA] (JBIDE-17238) Fix broken server build
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17238?page=com.atlassian.jira.plugi... ]
Denis Golovin commented on JBIDE-17238:
---------------------------------------
workaround is reverting three weeks old commit ded977eea830ed408fb3879e88139c1ee3a1cab8
> Fix broken server build
> -----------------------
>
> Key: JBIDE-17238
> URL: https://issues.jboss.org/browse/JBIDE-17238
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: server
> Affects Versions: 4.2.0.Beta2
> Reporter: Denis Golovin
> Assignee: Rob Stryker
> Priority: Blocker
> Fix For: 4.2.0.Beta2
>
>
> Server build is broken. It fails with compilation errors.
> {code}[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.20.0:compile (default-compile) on project org.jboss.ide.eclipse.as.classpath.core: Compilation failure: Compilation failure:
> [ERROR] /home/eskimo/Projects/jbdevstudio/4.2.x/fork/jbosstools-server/as/plugins/org.jboss.ide.eclipse.as.classpath.core/src/org/jboss/ide/eclipse/as/classpath/core/runtime/cache/internal/RuntimeClasspathModelIO.java:[97]
> [ERROR] IMemento[] children = parent.getChildren();
> [ERROR] ^^^^^^^^^^^
> [ERROR] The method getChildren(String) in the type XMLMemento is not applicable for the arguments ()
> [ERROR] /home/eskimo/Projects/jbdevstudio/4.2.x/fork/jbosstools-server/as/plugins/org.jboss.ide.eclipse.as.classpath.core/src/org/jboss/ide/eclipse/as/classpath/core/runtime/cache/internal/RuntimeClasspathModelIO.java:[100]
> [ERROR] String name = children[i].getNodeName();
> [ERROR] ^^^^^^^^^^^
> [ERROR] The method getNodeName() is undefined for the type IMemento
> [ERROR] /home/eskimo/Projects/jbdevstudio/4.2.x/fork/jbosstools-server/as/plugins/org.jboss.ide.eclipse.as.classpath.core/src/org/jboss/ide/eclipse/as/classpath/core/runtime/path/internal/RuntimePathProviderFileset.java:[54]
> [ERROR] public String getDisplayString() {
> [ERROR] ^^^^^^^^^^^^^^^^^^
> [ERROR] The method getDisplayString() of type RuntimePathProviderFileset must override a superclass method
> [ERROR] /home/eskimo/Projects/jbdevstudio/4.2.x/fork/jbosstools-server/as/plugins/org.jboss.ide.eclipse.as.classpath.core/src/org/jboss/ide/eclipse/as/classpath/core/runtime/path/internal/RuntimePathProviderFileset.java:[59]
> [ERROR] public void saveInMemento(XMLMemento memento) {
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] The method saveInMemento(XMLMemento) of type RuntimePathProviderFileset must override a superclass method
> [ERROR] /home/eskimo/Projects/jbdevstudio/4.2.x/fork/jbosstools-server/as/plugins/org.jboss.ide.eclipse.as.classpath.core/src/org/jboss/ide/eclipse/as/classpath/core/runtime/cache/internal/InternalRuntimeClasspathModel.java:[104]
> [ERROR] public IRuntimePathProvider[] getStandardProviders() {
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] The method getStandardProviders() of type InternalRuntimeClasspathModel must override a superclass method
> [ERROR] /home/eskimo/Projects/jbdevstudio/4.2.x/fork/jbosstools-server/as/plugins/org.jboss.ide.eclipse.as.classpath.core/src/org/jboss/ide/eclipse/as/classpath/core/runtime/cache/internal/InternalRuntimeClasspathModel.java:[109]
> [ERROR] public IRuntimePathProvider[] getProvidersForFacet(String id) {
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] The method getProvidersForFacet(String) of type InternalRuntimeClasspathModel must override a superclass method
> [ERROR] /home/eskimo/Projects/jbdevstudio/4.2.x/fork/jbosstools-server/as/plugins/org.jboss.ide.eclipse.as.classpath.core/src/org/jboss/ide/eclipse/as/classpath/core/runtime/cache/internal/InternalRuntimeClasspathModel.java:[115]
> [ERROR] public IRuntimePathProvider[] getProvidersForFacet(String id, String version) {
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] The method getProvidersForFacet(String, String) of type InternalRuntimeClasspathModel must override a superclass method
> [ERROR] /home/eskimo/Projects/jbdevstudio/4.2.x/fork/jbosstools-server/as/plugins/org.jboss.ide.eclipse.as.classpath.core/src/org/jboss/ide/eclipse/as/classpath/core/runtime/path/internal/LayeredProductPathProvider.java:[66]
> [ERROR] public void setVariableResolver(IVariableResolver resolver) {
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] The method setVariableResolver(IVariableResolver) of type LayeredProductPathProvider must override a superclass method
> [ERROR] /home/eskimo/Projects/jbdevstudio/4.2.x/fork/jbosstools-server/as/plugins/org.jboss.ide.eclipse.as.classpath.core/src/org/jboss/ide/eclipse/as/classpath/core/runtime/path/internal/LayeredProductPathProvider.java:[71]
> [ERROR] public String getDisplayString() {
> [ERROR] ^^^^^^^^^^^^^^^^^^
> [ERROR] The method getDisplayString() of type LayeredProductPathProvider must override a superclass method
> [ERROR] /home/eskimo/Projects/jbdevstudio/4.2.x/fork/jbosstools-server/as/plugins/org.jboss.ide.eclipse.as.classpath.core/src/org/jboss/ide/eclipse/as/classpath/core/runtime/path/internal/LayeredProductPathProvider.java:[76]
> [ERROR] public void saveInMemento(XMLMemento memento) {
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] The method saveInMemento(XMLMemento) of type LayeredProductPathProvider must override a superclass method
> [ERROR] 10 problems (10 errors)
> {code}
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 11 months
[JBoss JIRA] (JBIDE-17238) Fix broken server build
by Denis Golovin (JIRA)
Denis Golovin created JBIDE-17238:
-------------------------------------
Summary: Fix broken server build
Key: JBIDE-17238
URL: https://issues.jboss.org/browse/JBIDE-17238
Project: Tools (JBoss Tools)
Issue Type: Task
Components: server
Affects Versions: 4.2.0.Beta2
Reporter: Denis Golovin
Priority: Blocker
Server build is broken. It fails with compilation errors.
{code}[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.20.0:compile (default-compile) on project org.jboss.ide.eclipse.as.classpath.core: Compilation failure: Compilation failure:
[ERROR] /home/eskimo/Projects/jbdevstudio/4.2.x/fork/jbosstools-server/as/plugins/org.jboss.ide.eclipse.as.classpath.core/src/org/jboss/ide/eclipse/as/classpath/core/runtime/cache/internal/RuntimeClasspathModelIO.java:[97]
[ERROR] IMemento[] children = parent.getChildren();
[ERROR] ^^^^^^^^^^^
[ERROR] The method getChildren(String) in the type XMLMemento is not applicable for the arguments ()
[ERROR] /home/eskimo/Projects/jbdevstudio/4.2.x/fork/jbosstools-server/as/plugins/org.jboss.ide.eclipse.as.classpath.core/src/org/jboss/ide/eclipse/as/classpath/core/runtime/cache/internal/RuntimeClasspathModelIO.java:[100]
[ERROR] String name = children[i].getNodeName();
[ERROR] ^^^^^^^^^^^
[ERROR] The method getNodeName() is undefined for the type IMemento
[ERROR] /home/eskimo/Projects/jbdevstudio/4.2.x/fork/jbosstools-server/as/plugins/org.jboss.ide.eclipse.as.classpath.core/src/org/jboss/ide/eclipse/as/classpath/core/runtime/path/internal/RuntimePathProviderFileset.java:[54]
[ERROR] public String getDisplayString() {
[ERROR] ^^^^^^^^^^^^^^^^^^
[ERROR] The method getDisplayString() of type RuntimePathProviderFileset must override a superclass method
[ERROR] /home/eskimo/Projects/jbdevstudio/4.2.x/fork/jbosstools-server/as/plugins/org.jboss.ide.eclipse.as.classpath.core/src/org/jboss/ide/eclipse/as/classpath/core/runtime/path/internal/RuntimePathProviderFileset.java:[59]
[ERROR] public void saveInMemento(XMLMemento memento) {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The method saveInMemento(XMLMemento) of type RuntimePathProviderFileset must override a superclass method
[ERROR] /home/eskimo/Projects/jbdevstudio/4.2.x/fork/jbosstools-server/as/plugins/org.jboss.ide.eclipse.as.classpath.core/src/org/jboss/ide/eclipse/as/classpath/core/runtime/cache/internal/InternalRuntimeClasspathModel.java:[104]
[ERROR] public IRuntimePathProvider[] getStandardProviders() {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The method getStandardProviders() of type InternalRuntimeClasspathModel must override a superclass method
[ERROR] /home/eskimo/Projects/jbdevstudio/4.2.x/fork/jbosstools-server/as/plugins/org.jboss.ide.eclipse.as.classpath.core/src/org/jboss/ide/eclipse/as/classpath/core/runtime/cache/internal/InternalRuntimeClasspathModel.java:[109]
[ERROR] public IRuntimePathProvider[] getProvidersForFacet(String id) {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The method getProvidersForFacet(String) of type InternalRuntimeClasspathModel must override a superclass method
[ERROR] /home/eskimo/Projects/jbdevstudio/4.2.x/fork/jbosstools-server/as/plugins/org.jboss.ide.eclipse.as.classpath.core/src/org/jboss/ide/eclipse/as/classpath/core/runtime/cache/internal/InternalRuntimeClasspathModel.java:[115]
[ERROR] public IRuntimePathProvider[] getProvidersForFacet(String id, String version) {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The method getProvidersForFacet(String, String) of type InternalRuntimeClasspathModel must override a superclass method
[ERROR] /home/eskimo/Projects/jbdevstudio/4.2.x/fork/jbosstools-server/as/plugins/org.jboss.ide.eclipse.as.classpath.core/src/org/jboss/ide/eclipse/as/classpath/core/runtime/path/internal/LayeredProductPathProvider.java:[66]
[ERROR] public void setVariableResolver(IVariableResolver resolver) {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The method setVariableResolver(IVariableResolver) of type LayeredProductPathProvider must override a superclass method
[ERROR] /home/eskimo/Projects/jbdevstudio/4.2.x/fork/jbosstools-server/as/plugins/org.jboss.ide.eclipse.as.classpath.core/src/org/jboss/ide/eclipse/as/classpath/core/runtime/path/internal/LayeredProductPathProvider.java:[71]
[ERROR] public String getDisplayString() {
[ERROR] ^^^^^^^^^^^^^^^^^^
[ERROR] The method getDisplayString() of type LayeredProductPathProvider must override a superclass method
[ERROR] /home/eskimo/Projects/jbdevstudio/4.2.x/fork/jbosstools-server/as/plugins/org.jboss.ide.eclipse.as.classpath.core/src/org/jboss/ide/eclipse/as/classpath/core/runtime/path/internal/LayeredProductPathProvider.java:[76]
[ERROR] public void saveInMemento(XMLMemento memento) {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The method saveInMemento(XMLMemento) of type LayeredProductPathProvider must override a superclass method
[ERROR] 10 problems (10 errors)
{code}
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 11 months
[JBoss JIRA] (JBIDE-17238) Fix broken server build
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17238?page=com.atlassian.jira.plugi... ]
Denis Golovin updated JBIDE-17238:
----------------------------------
Assignee: Rob Stryker
> Fix broken server build
> -----------------------
>
> Key: JBIDE-17238
> URL: https://issues.jboss.org/browse/JBIDE-17238
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: server
> Affects Versions: 4.2.0.Beta2
> Reporter: Denis Golovin
> Assignee: Rob Stryker
> Priority: Blocker
>
> Server build is broken. It fails with compilation errors.
> {code}[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.20.0:compile (default-compile) on project org.jboss.ide.eclipse.as.classpath.core: Compilation failure: Compilation failure:
> [ERROR] /home/eskimo/Projects/jbdevstudio/4.2.x/fork/jbosstools-server/as/plugins/org.jboss.ide.eclipse.as.classpath.core/src/org/jboss/ide/eclipse/as/classpath/core/runtime/cache/internal/RuntimeClasspathModelIO.java:[97]
> [ERROR] IMemento[] children = parent.getChildren();
> [ERROR] ^^^^^^^^^^^
> [ERROR] The method getChildren(String) in the type XMLMemento is not applicable for the arguments ()
> [ERROR] /home/eskimo/Projects/jbdevstudio/4.2.x/fork/jbosstools-server/as/plugins/org.jboss.ide.eclipse.as.classpath.core/src/org/jboss/ide/eclipse/as/classpath/core/runtime/cache/internal/RuntimeClasspathModelIO.java:[100]
> [ERROR] String name = children[i].getNodeName();
> [ERROR] ^^^^^^^^^^^
> [ERROR] The method getNodeName() is undefined for the type IMemento
> [ERROR] /home/eskimo/Projects/jbdevstudio/4.2.x/fork/jbosstools-server/as/plugins/org.jboss.ide.eclipse.as.classpath.core/src/org/jboss/ide/eclipse/as/classpath/core/runtime/path/internal/RuntimePathProviderFileset.java:[54]
> [ERROR] public String getDisplayString() {
> [ERROR] ^^^^^^^^^^^^^^^^^^
> [ERROR] The method getDisplayString() of type RuntimePathProviderFileset must override a superclass method
> [ERROR] /home/eskimo/Projects/jbdevstudio/4.2.x/fork/jbosstools-server/as/plugins/org.jboss.ide.eclipse.as.classpath.core/src/org/jboss/ide/eclipse/as/classpath/core/runtime/path/internal/RuntimePathProviderFileset.java:[59]
> [ERROR] public void saveInMemento(XMLMemento memento) {
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] The method saveInMemento(XMLMemento) of type RuntimePathProviderFileset must override a superclass method
> [ERROR] /home/eskimo/Projects/jbdevstudio/4.2.x/fork/jbosstools-server/as/plugins/org.jboss.ide.eclipse.as.classpath.core/src/org/jboss/ide/eclipse/as/classpath/core/runtime/cache/internal/InternalRuntimeClasspathModel.java:[104]
> [ERROR] public IRuntimePathProvider[] getStandardProviders() {
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] The method getStandardProviders() of type InternalRuntimeClasspathModel must override a superclass method
> [ERROR] /home/eskimo/Projects/jbdevstudio/4.2.x/fork/jbosstools-server/as/plugins/org.jboss.ide.eclipse.as.classpath.core/src/org/jboss/ide/eclipse/as/classpath/core/runtime/cache/internal/InternalRuntimeClasspathModel.java:[109]
> [ERROR] public IRuntimePathProvider[] getProvidersForFacet(String id) {
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] The method getProvidersForFacet(String) of type InternalRuntimeClasspathModel must override a superclass method
> [ERROR] /home/eskimo/Projects/jbdevstudio/4.2.x/fork/jbosstools-server/as/plugins/org.jboss.ide.eclipse.as.classpath.core/src/org/jboss/ide/eclipse/as/classpath/core/runtime/cache/internal/InternalRuntimeClasspathModel.java:[115]
> [ERROR] public IRuntimePathProvider[] getProvidersForFacet(String id, String version) {
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] The method getProvidersForFacet(String, String) of type InternalRuntimeClasspathModel must override a superclass method
> [ERROR] /home/eskimo/Projects/jbdevstudio/4.2.x/fork/jbosstools-server/as/plugins/org.jboss.ide.eclipse.as.classpath.core/src/org/jboss/ide/eclipse/as/classpath/core/runtime/path/internal/LayeredProductPathProvider.java:[66]
> [ERROR] public void setVariableResolver(IVariableResolver resolver) {
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] The method setVariableResolver(IVariableResolver) of type LayeredProductPathProvider must override a superclass method
> [ERROR] /home/eskimo/Projects/jbdevstudio/4.2.x/fork/jbosstools-server/as/plugins/org.jboss.ide.eclipse.as.classpath.core/src/org/jboss/ide/eclipse/as/classpath/core/runtime/path/internal/LayeredProductPathProvider.java:[71]
> [ERROR] public String getDisplayString() {
> [ERROR] ^^^^^^^^^^^^^^^^^^
> [ERROR] The method getDisplayString() of type LayeredProductPathProvider must override a superclass method
> [ERROR] /home/eskimo/Projects/jbdevstudio/4.2.x/fork/jbosstools-server/as/plugins/org.jboss.ide.eclipse.as.classpath.core/src/org/jboss/ide/eclipse/as/classpath/core/runtime/path/internal/LayeredProductPathProvider.java:[76]
> [ERROR] public void saveInMemento(XMLMemento memento) {
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] The method saveInMemento(XMLMemento) of type LayeredProductPathProvider must override a superclass method
> [ERROR] 10 problems (10 errors)
> {code}
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 11 months
[JBoss JIRA] (JBIDE-17238) Fix broken server build
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17238?page=com.atlassian.jira.plugi... ]
Denis Golovin updated JBIDE-17238:
----------------------------------
Fix Version/s: 4.2.0.Beta2
> Fix broken server build
> -----------------------
>
> Key: JBIDE-17238
> URL: https://issues.jboss.org/browse/JBIDE-17238
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: server
> Affects Versions: 4.2.0.Beta2
> Reporter: Denis Golovin
> Assignee: Rob Stryker
> Priority: Blocker
> Fix For: 4.2.0.Beta2
>
>
> Server build is broken. It fails with compilation errors.
> {code}[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.20.0:compile (default-compile) on project org.jboss.ide.eclipse.as.classpath.core: Compilation failure: Compilation failure:
> [ERROR] /home/eskimo/Projects/jbdevstudio/4.2.x/fork/jbosstools-server/as/plugins/org.jboss.ide.eclipse.as.classpath.core/src/org/jboss/ide/eclipse/as/classpath/core/runtime/cache/internal/RuntimeClasspathModelIO.java:[97]
> [ERROR] IMemento[] children = parent.getChildren();
> [ERROR] ^^^^^^^^^^^
> [ERROR] The method getChildren(String) in the type XMLMemento is not applicable for the arguments ()
> [ERROR] /home/eskimo/Projects/jbdevstudio/4.2.x/fork/jbosstools-server/as/plugins/org.jboss.ide.eclipse.as.classpath.core/src/org/jboss/ide/eclipse/as/classpath/core/runtime/cache/internal/RuntimeClasspathModelIO.java:[100]
> [ERROR] String name = children[i].getNodeName();
> [ERROR] ^^^^^^^^^^^
> [ERROR] The method getNodeName() is undefined for the type IMemento
> [ERROR] /home/eskimo/Projects/jbdevstudio/4.2.x/fork/jbosstools-server/as/plugins/org.jboss.ide.eclipse.as.classpath.core/src/org/jboss/ide/eclipse/as/classpath/core/runtime/path/internal/RuntimePathProviderFileset.java:[54]
> [ERROR] public String getDisplayString() {
> [ERROR] ^^^^^^^^^^^^^^^^^^
> [ERROR] The method getDisplayString() of type RuntimePathProviderFileset must override a superclass method
> [ERROR] /home/eskimo/Projects/jbdevstudio/4.2.x/fork/jbosstools-server/as/plugins/org.jboss.ide.eclipse.as.classpath.core/src/org/jboss/ide/eclipse/as/classpath/core/runtime/path/internal/RuntimePathProviderFileset.java:[59]
> [ERROR] public void saveInMemento(XMLMemento memento) {
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] The method saveInMemento(XMLMemento) of type RuntimePathProviderFileset must override a superclass method
> [ERROR] /home/eskimo/Projects/jbdevstudio/4.2.x/fork/jbosstools-server/as/plugins/org.jboss.ide.eclipse.as.classpath.core/src/org/jboss/ide/eclipse/as/classpath/core/runtime/cache/internal/InternalRuntimeClasspathModel.java:[104]
> [ERROR] public IRuntimePathProvider[] getStandardProviders() {
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] The method getStandardProviders() of type InternalRuntimeClasspathModel must override a superclass method
> [ERROR] /home/eskimo/Projects/jbdevstudio/4.2.x/fork/jbosstools-server/as/plugins/org.jboss.ide.eclipse.as.classpath.core/src/org/jboss/ide/eclipse/as/classpath/core/runtime/cache/internal/InternalRuntimeClasspathModel.java:[109]
> [ERROR] public IRuntimePathProvider[] getProvidersForFacet(String id) {
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] The method getProvidersForFacet(String) of type InternalRuntimeClasspathModel must override a superclass method
> [ERROR] /home/eskimo/Projects/jbdevstudio/4.2.x/fork/jbosstools-server/as/plugins/org.jboss.ide.eclipse.as.classpath.core/src/org/jboss/ide/eclipse/as/classpath/core/runtime/cache/internal/InternalRuntimeClasspathModel.java:[115]
> [ERROR] public IRuntimePathProvider[] getProvidersForFacet(String id, String version) {
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] The method getProvidersForFacet(String, String) of type InternalRuntimeClasspathModel must override a superclass method
> [ERROR] /home/eskimo/Projects/jbdevstudio/4.2.x/fork/jbosstools-server/as/plugins/org.jboss.ide.eclipse.as.classpath.core/src/org/jboss/ide/eclipse/as/classpath/core/runtime/path/internal/LayeredProductPathProvider.java:[66]
> [ERROR] public void setVariableResolver(IVariableResolver resolver) {
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] The method setVariableResolver(IVariableResolver) of type LayeredProductPathProvider must override a superclass method
> [ERROR] /home/eskimo/Projects/jbdevstudio/4.2.x/fork/jbosstools-server/as/plugins/org.jboss.ide.eclipse.as.classpath.core/src/org/jboss/ide/eclipse/as/classpath/core/runtime/path/internal/LayeredProductPathProvider.java:[71]
> [ERROR] public String getDisplayString() {
> [ERROR] ^^^^^^^^^^^^^^^^^^
> [ERROR] The method getDisplayString() of type LayeredProductPathProvider must override a superclass method
> [ERROR] /home/eskimo/Projects/jbdevstudio/4.2.x/fork/jbosstools-server/as/plugins/org.jboss.ide.eclipse.as.classpath.core/src/org/jboss/ide/eclipse/as/classpath/core/runtime/path/internal/LayeredProductPathProvider.java:[76]
> [ERROR] public void saveInMemento(XMLMemento memento) {
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] The method saveInMemento(XMLMemento) of type LayeredProductPathProvider must override a superclass method
> [ERROR] 10 problems (10 errors)
> {code}
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 11 months
[JBoss JIRA] (JBIDE-17167) rse.ui source bundle not available in locally-built TP
by Mickael Istria (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17167?page=com.atlassian.jira.plugi... ]
Mickael Istria edited comment on JBIDE-17167 at 5/6/14 12:31 PM:
-----------------------------------------------------------------
Pull request: https://github.com/jbosstools/jbosstools-maven-plugins/pull/21
[~rawb] Can you please git it a try and see how it affects your TP?
# Fetch the suggested commit
# mvn install on target-platform-utils
# mvn clean verify on jbosstools-target-platforms/jbosstools/multiple
[~nickboldt] Would you like to review this code? The idea is to checked for source bundles in the *resolved* target-platform, and not only from the .target file.
was (Author: mickael_istria):
Pull request: https://github.com/mickaelistria/jbosstools-maven-plugins/compare/jbossto...
[~rawb] Can you please git it a try and see how it affects your TP?
# Fetch the suggested commit
# mvn install on target-platform-utils
# mvn clean verify on jbosstools-target-platforms/jbosstools/multiple
[~nickboldt] Would you like to review this code? The idea is to checked for source bundles in the *resolved* target-platform, and not only from the .target file.
> rse.ui source bundle not available in locally-built TP
> ------------------------------------------------------
>
> Key: JBIDE-17167
> URL: https://issues.jboss.org/browse/JBIDE-17167
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: target-platform
> Affects Versions: 4.2.0.Beta1
> Reporter: Rob Stryker
> Assignee: Mickael Istria
> Fix For: 4.2.0.Beta2
>
>
> Cannot find a source bundle for rse.ui using locally-built TP and the flags for include source.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 11 months
[JBoss JIRA] (JBIDE-17237) when urls fails to download we end up with 0 size content
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17237?page=com.atlassian.jira.plugi... ]
Fred Bricon updated JBIDE-17237:
--------------------------------
Fix Version/s: 4.2.0.Beta2
> when urls fails to download we end up with 0 size content
> ---------------------------------------------------------
>
> Key: JBIDE-17237
> URL: https://issues.jboss.org/browse/JBIDE-17237
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: common/jst/core, project-examples
> Reporter: Max Rydahl Andersen
> Assignee: Rob Stryker
> Fix For: 4.2.0.Beta2
>
>
> due to a crash files end up being 0 sized resulting in this stack trace:
> STACK 0
> 18:14 java.util.zip.ZipException: zip file is empty
> 18:14 at java.util.zip.ZipFile.open(Native Method)
> 18:14 at java.util.zip.ZipFile.<init>(ZipFile.java:215)
> 18:14 at java.util.zip.ZipFile.<init>(ZipFile.java:145)
> 18:14 at java.util.jar.JarFile.<init>(JarFile.java:153)
> 18:14 at java.util.jar.JarFile.<init>(JarFile.java:117)
> 18:14 at org.jboss.tools.project.examples.internal.discovery.xpl.DiscoveryRegistryStrategy.processBundle(DiscoveryRegistryStrategy.java:137)
> 18:14 at org.jboss.tools.project.examples.internal.discovery.xpl.DiscoveryRegistryStrategy.processBundles(DiscoveryRegistryStrategy.java:126)
> 18:14 at org.jboss.tools.project.examples.internal.discovery.xpl.DiscoveryRegistryStrategy.onStart(DiscoveryRegistryStrategy.java:78)
> 18:14 at org.eclipse.core.internal.registry.ExtensionRegistry.<init>(ExtensionRegistry.java:725)
> 18:14 at org.jboss.tools.project.examples.internal.discovery.xpl.ExternalBundleDiscoveryStrategy.performDiscovery(ExternalBundleDiscoveryStrategy.java:125)
> files shoulnd't be put into cache before completely downloaded.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 11 months