[jbosstools-issues] [JBoss JIRA] (JBIDE-17069) openshif build is broken after refactoring in base

Denis Golovin (JIRA) issues at jboss.org
Wed Apr 9 20:16:14 EDT 2014


Denis Golovin created JBIDE-17069:
-------------------------------------

             Summary: openshif build is broken after refactoring in base
                 Key: JBIDE-17069
                 URL: https://issues.jboss.org/browse/JBIDE-17069
             Project: Tools (JBoss Tools)
          Issue Type: Feature Request
          Components: common/jst/core
    Affects Versions: 4.2.0.Beta2
            Reporter: Denis Golovin
            Assignee: Andre Dietisheim


{code}[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.20.0:compile (default-compile) on project org.jboss.tools.openshift.express.ui: Compilation failure: Compilation failure:
[ERROR] /run/shm/jbds-releng/jbosstools-openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/application/OpenShiftApplicationWizard.java:[351]
[ERROR] delegatingMonitor.add(monitor);
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] Access restriction: The method add(IProgressMonitor) from the type DelegatingProgressMonitor is not accessible due to restriction on classpath entry /run/shm/jbds-releng/jbosstools-base/foundation/plugins/org.jboss.tools.foundation.core/target/classes
[ERROR] /run/shm/jbds-releng/jbosstools-openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/application/OpenShiftApplicationWizard.java:[409]
[ERROR] delegatingMonitor.done();
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] Access restriction: The method done() from the type DelegatingProgressMonitor is not accessible due to restriction on classpath entry /run/shm/jbds-releng/jbosstools-base/foundation/plugins/org.jboss.tools.foundation.core/target/classes
[ERROR] /run/shm/jbds-releng/jbosstools-openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/job/AbstractDelegatingMonitorJob.java:[35]
[ERROR] delegatingMonitor.add(monitor);
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] Access restriction: The method add(IProgressMonitor) from the type DelegatingProgressMonitor is not accessible due to restriction on classpath entry /run/shm/jbds-releng/jbosstools-base/foundation/plugins/org.jboss.tools.foundation.core/target/classes
[ERROR] 3 problems (3 errors)
[ERROR] -> [Help 1]

 Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.20.0:compile (default-compile) on project org.jboss.tools.openshift.express.test: Compilation failure: Compilation failure:
[ERROR] /run/shm/jbds-releng/jbosstools-openshift/tests/org.jboss.tools.openshift.express.test/src/org/jboss/tools/openshift/express/test/core/NoopApplicationFake.java:[37]
[ERROR] public class NoopApplicationFake implements IApplication {
[ERROR] ^^^^^^^^^^^^^^^^^^^
[ERROR] The type NoopApplicationFake must implement the inherited abstract method IApplication.addEmbeddableCartridge(ICartridge)
[ERROR] /run/shm/jbds-releng/jbosstools-openshift/tests/org.jboss.tools.openshift.express.test/src/org/jboss/tools/openshift/express/test/core/NoopApplicationFake.java:[37]
[ERROR] public class NoopApplicationFake implements IApplication {
[ERROR] ^^^^^^^^^^^^^^^^^^^
[ERROR] The type NoopApplicationFake must implement the inherited abstract method IApplication.addEmbeddableCartridges(ICartridge...)
[ERROR] /run/shm/jbds-releng/jbosstools-openshift/tests/org.jboss.tools.openshift.express.test/src/org/jboss/tools/openshift/express/test/core/NoopApplicationFake.java:[85]
[ERROR] public IEmbeddedCartridge addEmbeddableCartridge(IEmbeddableCartridge cartridge)
[ERROR] throws OpenShiftException {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The method addEmbeddableCartridge(IEmbeddableCartridge) of type NoopApplicationFake must override or implement a supertype method
[ERROR] /run/shm/jbds-releng/jbosstools-openshift/tests/org.jboss.tools.openshift.express.test/src/org/jboss/tools/openshift/express/test/core/NoopDomainFake.java:[29]
[ERROR] public class NoopDomainFake implements IDomain {
[ERROR] ^^^^^^^^^^^^^^
[ERROR] The type NoopDomainFake must implement the inherited abstract method IDomain.createApplication(String, ApplicationScale, IGearProfile, String, int, Map<String,String>, ICartridge...)
[ERROR] 4 problems (4 errors)
[ERROR] -> [Help 1]
{code}



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list