Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Error exporting a product (with Eclipse 4.3.1) to multiple platforms
icon9.gif  Error exporting a product (with Eclipse 4.3.1) to multiple platforms [message #1161290] Tue, 29 October 2013 18:07 Go to next message
Marc Mising name is currently offline Marc Mising nameFriend
Messages: 193
Registered: July 2009
Location: Valencia, Spain
Senior Member
Hi all,

I'm using Eclipse Kepler 4.3.1 with Windows OS and Java 32 bits, and when I want to export my product to multiple platforms, I always get an error, regardless of which was these platforms. Only works OK if I export to win32/x86 platform.

The following error appears in a dialog when its about to be finished of installing the product:
E:\workspaces\moskitt_kepler\.metadata\.plugins\org.eclipse.pde.core\temp\org.eclipse.pde.container.feature\package.org.eclipse.pde.container.feature.macosx.cocoa.x86_64.xml:100: The following error occurred while executing this line:
E:\workspaces\moskitt_kepler\.metadata\.plugins\org.eclipse.pde.core\temp\org.eclipse.pde.container.feature\package.org.eclipse.pde.container.feature.macosx.cocoa.x86_64.xml:11132: E:\workspaces\moskitt_kepler\.metadata\.plugins\org.eclipse.pde.core\temp\assemblyLocation\tmp\moskitt\plugins\org.eclipse.emf.eef.branding_1.2.0.201301111054 does not exist.
The following error occurred while executing this line:
E:\workspaces\moskitt_kepler\.metadata\.plugins\org.eclipse.pde.core\temp\org.eclipse.pde.container.feature\package.org.eclipse.pde.container.feature.macosx.cocoa.x86_64.xml:11132: E:\workspaces\moskitt_kepler\.metadata\.plugins\org.eclipse.pde.core\temp\assemblyLocation\tmp\moskitt\plugins\org.eclipse.emf.eef.branding_1.2.0.201301111054 does not exist.


And in the Eclipse Error Log view, the following appears:
E:\workspaces\moskitt_kepler\.metadata\.plugins\org.eclipse.pde.core\temp\org.eclipse.pde.container.feature\package.org.eclipse.pde.container.feature.macosx.cocoa.x86_64.xml:100: The following error occurred while executing this line:
E:\workspaces\moskitt_kepler\.metadata\.plugins\org.eclipse.pde.core\temp\org.eclipse.pde.container.feature\package.org.eclipse.pde.container.feature.macosx.cocoa.x86_64.xml:11132: E:\workspaces\moskitt_kepler\.metadata\.plugins\org.eclipse.pde.core\temp\assemblyLocation\tmp\moskitt\plugins\org.eclipse.emf.eef.branding_1.2.0.201301111054 does not exist.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:551)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:444)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
	at sun.reflect.GeneratedMethodAccessor1789.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:392)
	at org.apache.tools.ant.Target.performTasks(Target.java:413)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
	at org.apache.tools.ant.Project.executeTarget(Project.java:1368)
	at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
	at org.eclipse.ant.internal.core.ant.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
	at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:672)
	at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:498)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.eclipse.ant.core.AntRunner.run(AntRunner.java:378)
	at org.eclipse.pde.internal.core.exports.FeatureExportOperation.runScript(FeatureExportOperation.java:422)
	at org.eclipse.pde.internal.core.exports.FeatureExportOperation.doExport(FeatureExportOperation.java:285)
	at org.eclipse.pde.internal.core.exports.ProductExportOperation.run(ProductExportOperation.java:106)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
Caused by: E:\workspaces\moskitt_kepler\.metadata\.plugins\org.eclipse.pde.core\temp\org.eclipse.pde.container.feature\package.org.eclipse.pde.container.feature.macosx.cocoa.x86_64.xml:11132: E:\workspaces\moskitt_kepler\.metadata\.plugins\org.eclipse.pde.core\temp\assemblyLocation\tmp\moskitt\plugins\org.eclipse.emf.eef.branding_1.2.0.201301111054 does not exist.
	at org.apache.tools.ant.types.AbstractFileSet.getDirectoryScanner(AbstractFileSet.java:483)
	at org.apache.tools.ant.types.ArchiveFileSet.getDirectoryScanner(ArchiveFileSet.java:287)
	at org.apache.tools.ant.taskdefs.Zip.grabResources(Zip.java:1550)
	at org.apache.tools.ant.taskdefs.Zip.getResourcesToAdd(Zip.java:1289)
	at org.apache.tools.ant.taskdefs.Zip.getResourcesToAdd(Zip.java:1223)
	at org.apache.tools.ant.taskdefs.Zip.executeMain(Zip.java:616)
	at org.apache.tools.ant.taskdefs.Zip.execute(Zip.java:568)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
	at sun.reflect.GeneratedMethodAccessor1789.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:392)
	at org.apache.tools.ant.Target.performTasks(Target.java:413)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442)
	... 25 more

Unable to find plug-in: org.apache.commons.httpclient.source_3.1.0.qualifier. Please check the error log for more details.

Unable to find plug-in: org.eclipse.ecf.provider.filetransfer.httpclient4.source_1.0.200.qualifier. Please check the error log for more details.

Unable to find plug-in: com.ibm.icu.source_50.1.0.qualifier. Please check the error log for more details.


This error appears when exporting to macosx cocoa x86/64, but the same with other platforms.

Anybody knows what's happening?

Thanks, Marc
Re: Error exporting a product (with Eclipse 4.3.1) to multiple platforms [message #1161330 is a reply to message #1161290] Tue, 29 October 2013 18:44 Go to previous messageGo to next message
Marc Mising name is currently offline Marc Mising nameFriend
Messages: 193
Registered: July 2009
Location: Valencia, Spain
Senior Member
I think that the problem is that plugin org.eclipse.emf.eef.branding_1.2.0.201301111054 is not unzipped when exporting the product, and I don't know why not, cause the feature that includes this plugin (org.eclipse.emf.eef.codegen.ecore-feature) indicates that this plugins will be unzipped...

Any idea? Thanks, Marc
Re: Error exporting a product (with Eclipse 4.3.1) to multiple platforms [message #1161336 is a reply to message #1161330] Tue, 29 October 2013 18:46 Go to previous messageGo to next message
Marc Mising name is currently offline Marc Mising nameFriend
Messages: 193
Registered: July 2009
Location: Valencia, Spain
Senior Member
But the same occurs with other plugins that need to be unzipped and they are not being unzipped... ¬¬
Re: Error exporting a product (with Eclipse 4.3.1) to multiple platforms [message #1161571 is a reply to message #1161336] Tue, 29 October 2013 22:18 Go to previous message
Marc Mising name is currently offline Marc Mising nameFriend
Messages: 193
Registered: July 2009
Location: Valencia, Spain
Senior Member
It seems to fail only if I export the product to a ZIP file... If I export it to a directory, all seems to work fine. Is it a bug of Eclipse? Neutral
Previous Topic:Key Problem in Eclipse - It asks for confirmation
Next Topic:Contributing to eclipse.ini (from plugin?)
Goto Forum:
  


Current Time: Fri Apr 26 15:18:51 GMT 2024

Powered by FUDForum. Page generated in 0.03566 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top