Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » PDE build error
PDE build error [message #598324] Mon, 15 June 2009 16:40
Lisa Jett is currently offline Lisa JettFriend
Messages: 14
Registered: July 2009
Junior Member
I have tried to add the following lines to my PDE build for my application
(as per Andrew's article -
http://aniefer.blogspot.com/2008/06/example-headless-build-f or-rcp-product.html):

generate.p2.metadata=true
p2.metadata.repo = file:${buildDirectory}/repo
p2.artifact.repo = file:${buildDirectory}/repo
p2.flavor = tooling
p2.publish.artifacts=true



But then I get the following error:

generate.p2.metadata:
[p2.generator] Generating metadata for
c:\build\openArbor\temp\eclipse.build\tmp\openarbor.
[p2.generator] Generation completed with success [71 seconds].

customAssembly:
[zip] Updating zip:
c:\build\openArbor\temp\eclipse.build\I.200906150921\2009061 50921-win32.win32.x86.zip
[delete] Deleting directory c:\build\openArbor\temp\eclipse.build\tmp

generate.p2.metadata:
[p2.generator] Generating metadata for null.

BUILD FAILED
C:\ddci_eclipse\oa-lcj-workspace\com.ddci.openarbor.applicat ion\build-product.xml:91:
The following error occurred while executing this line:
C:\ddci_eclipse\oa-lcj-workspace\openarbor.pde.build\build-p de.xml:58: The
following error occurred while executing this line:
C:\Eclipse3.4.2\eclipse\plugins\org.eclipse.pde.build_3.4.1. R34x_v20081217\scripts\productBuild\productBuild.xml:31:
The following error occurred while executing this line:
C:\Eclipse3.4.2\eclipse\plugins\org.eclipse.pde.build_3.4.1. R34x_v20081217\scripts\build.xml:102:
The following error occurred while executing this line:
C:\ddci_eclipse\oa-lcj-workspace\openarbor.pde.build\customT argets.xml:10:
The following error occurred while executing this line:
C:\Eclipse3.4.2\eclipse\plugins\org.eclipse.pde.build_3.4.1. R34x_v20081217\scripts\productBuild\allElements.xml:10:
The following error occurred while executing this line:
C:\Eclipse3.4.2\eclipse\plugins\org.eclipse.pde.build_3.4.1. R34x_v20081217\scripts\genericTargets.xml:165:
The following error occurred while executing this line:
c:\build\openArbor\temp\eclipse.build\package.org.eclipse.pd e.build.container.feature.all.xml:25:
The following error occurred while executing this line:
c:\build\openArbor\temp\eclipse.build\package.org.eclipse.pd e.build.container.feature.all.xml:32:
An error occurred when calling generator.

Can anywone help me resolve this issue?

Thanks,

Lisa Jett
Previous Topic:Adding text hover to markers
Next Topic:How to run simple unit tests?
Goto Forum:
  


Current Time: Wed Apr 24 17:19:54 GMT 2024

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

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

Back to the top