-
Bug
-
Resolution: Obsolete
-
Major
-
3.3.0.Beta3
-
None
http://hudson.qa.jboss.com/hudson/job/jbosstools-3.3_trunk.component--openshift/301/:
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.14.1:compile (default-compile) on project org.jboss.tools.openshift.express.ui: Compilation failure: Compilation failure:
[ERROR] <http://hudson.qa.jboss.com/hudson/job/jbosstools-3.3_trunk.component--openshift/ws/sources/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/core/behaviour/ExpressServerExtendedProperties.java>:[16,0]
[ERROR] import org.jboss.ide.eclipse.as.core.server.internal.extendedproperties.ServerExtendedProperties;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.jboss.ide.eclipse.as.core.server.internal.extendedproperties.ServerExtendedProperties cannot be resolved
[ERROR] <http://hudson.qa.jboss.com/hudson/job/jbosstools-3.3_trunk.component--openshift/ws/sources/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/core/behaviour/ExpressServerExtendedProperties.java>:[22,0]
[ERROR] public class ExpressServerExtendedProperties extends ServerExtendedProperties {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] ServerExtendedProperties cannot be resolved to a type
[ERROR] <http://hudson.qa.jboss.com/hudson/job/jbosstools-3.3_trunk.component--openshift/ws/sources/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/core/behaviour/ExpressServerExtendedProperties.java>:[32,0]
[ERROR] if (!ExpressServerUtils.isOpenShiftRuntime(server)) {
[ERROR] ^^^^^^
[ERROR] server cannot be resolved to a variable
[ERROR] <http://hudson.qa.jboss.com/hudson/job/jbosstools-3.3_trunk.component--openshift/ws/sources/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/core/behaviour/ExpressServerExtendedProperties.java>:[35,0]
[ERROR] IApplication application = ExpressServerUtils.findApplicationForServer(server);
[ERROR] ^^^^^^
[ERROR] server cannot be resolved to a variable
[ERROR] <http://hudson.qa.jboss.com/hudson/job/jbosstools-3.3_trunk.component--openshift/ws/sources/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/core/behaviour/ExpressServerExtendedProperties.java>:[41,0]
[ERROR] NLS.bind("Could not get application url for serverUnknown macro: {0}", server.getName()), e);
[ERROR] ^^^^^^
[ERROR] server cannot be resolved
[ERROR] <http://hudson.qa.jboss.com/hudson/job/jbosstools-3.3_trunk.component--openshift/ws/sources/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/core/behaviour/ExpressServer.java>:[25,0]
[ERROR] import org.jboss.ide.eclipse.as.core.server.internal.IExtendedPropertiesProvider;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.jboss.ide.eclipse.as.core.server.internal.IExtendedPropertiesProvider cannot be resolved
[ERROR] <http://hudson.qa.jboss.com/hudson/job/jbosstools-3.3_trunk.component--openshift/ws/sources/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/core/behaviour/ExpressServer.java>:[27,0]
[ERROR] import org.jboss.ide.eclipse.as.core.server.internal.extendedproperties.ServerExtendedProperties;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.jboss.ide.eclipse.as.core.server.internal.extendedproperties.ServerExtendedProperties cannot be resolved
[ERROR] <http://hudson.qa.jboss.com/hudson/job/jbosstools-3.3_trunk.component--openshift/ws/sources/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/core/behaviour/ExpressServer.java>:[31,0]
[ERROR] public class ExpressServer extends DeployableServer implements IURLProvider, IExtendedPropertiesProvider {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] IExtendedPropertiesProvider cannot be resolved to a type
[ERROR] <http://hudson.qa.jboss.com/hudson/job/jbosstools-3.3_trunk.component--openshift/ws/sources/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/core/behaviour/ExpressServer.java>:[67,0]
[ERROR] public ServerExtendedProperties getExtendedProperties() {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] ServerExtendedProperties cannot be resolved to a type
[ERROR] <http://hudson.qa.jboss.com/hudson/job/jbosstools-3.3_trunk.component--openshift/ws/sources/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/core/behaviour/ExpressPublishMethod.java>:[130,0]
[ERROR] IPath path = util.getOutputFilePath(behaviour.getServer(), module, dest.toString()); // where it's deployed
[ERROR] ^^^^^^^^^^^^^^^^^
[ERROR] The method getOutputFilePath(IModule[]) in the type LocalZippedPublisherUtil is not applicable for the arguments (IServer, IModule[], String)
[ERROR] 10 problems (10 errors)
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.14.1:compile (default-compile) on project org.jboss.tools.openshift.express.ui: 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:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
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:179)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
... 19 more