Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cross-project-issues-dev] [Hudson] Warning while resolving target platform


Hi all,

I'm getting the warning below for the cbi-amp--nightly build (in which I'm trying to slavishly follow the other Eclipse modeling builds). Has anyone else seen this? I'm not sure it's actually breaking anything and it doesn't happen for the first build after wiping out the workspace.

Miles

import '-Declipse.download=file:/home/data/httpd/download.eclipse.org' 'releng/org.eclipse.amp.releng/releng/amp-platform.mspec'
Platform install location: /opt/public/common/buckminster-3.6
Target platform provided by class org.eclipse.buckminster.pde.internal.PDETargetPlatform
WARN:  Problems occurred while resolving the target contents
org.eclipse.core.runtime.CoreException: Problems occurred while resolving the target contents
	at org.eclipse.buckminster.pde.internal.PDETargetPlatform.doWithActivePlatform(PDETargetPlatform.java:170)
	at org.eclipse.buckminster.pde.internal.PDETargetPlatform.getOS(PDETargetPlatform.java:303)
	at org.eclipse.buckminster.core.RMContext.getGlobalPropertyAdditions(RMContext.java:201)
	at org.eclipse.buckminster.core.mspec.model.MaterializationSpec.getResolvedURL(MaterializationSpec.java:185)
	at org.eclipse.buckminster.core.commands.Import.internalRun(Import.java:144)
	at org.eclipse.buckminster.core.commands.WorkspaceInitCommand.internalRun(WorkspaceInitCommand.java:156)
	at org.eclipse.buckminster.core.commands.WorkspaceCommand.run(WorkspaceCommand.java:91)
	at org.eclipse.buckminster.cmdline.AbstractCommand.basicRun(AbstractCommand.java:194)
	at org.eclipse.buckminster.cmdline.Headless.run(Headless.java:317)
	at org.eclipse.buckminster.cmdline.Headless.run(Headless.java:136)
	at org.eclipse.buckminster.cmdline.Headless.start(Headless.java:156)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
	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.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1383)
Contains: Directory does not exist: /opt/users/hudsonbuild/workspace/cbi-amp-nightly/buildroot/target.platform


Back to the top