Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » p2-enabled PDE build fails when p2.category.definition is set (seemingly valid categories.xml file)
p2-enabled PDE build fails when p2.category.definition is set (seemingly valid categories.xml file) [message #605971] Wed, 09 June 2010 23:21
Troy Nichols is currently offline Troy NicholsFriend
Messages: 28
Registered: July 2009
Junior Member
I'd like to echo an unanswered question from a while back (9/30/2009 -
James Peltzer, see here:
http://www.eclipse.org/forums/index.php?t=msg&goto=48911 0&).

That problem is exactly the same one I'm having. Building with
p2.gathering turned on works fine, unless p2.category.definition is also
turned on. And like James, it does appear to be finding my
categories.xml file, but it fails with the bizarre error message of
"missing dependencies," for plugins which are part of my project, and
are indeed present and accounted for.

Here are the contents of my categories.xml


<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature
url="features/com.intervoice.gtf.feature_2.0.0.qualifier.jar "
id="com.intervoice.gtf.feature" version="2.0.0.qualifier">
<category name="ToolingFeatures"/>
</feature>
<feature
url=" features/com.intervoice.doc.tooling.feature_2.0.0.qualifier. jar "
id="com.intervoice.doc.tooling.feature" version="2.0.0.qualifier">
<category name="DocFeatures"/>
</feature>
<category-def name="ToolingFeatures" label="Tooling Features">
<description>
Interaction Composer tooling features, including IC Diagram
Editors and SCXML Exporter.
</description>
</category-def>
<category-def name="DocFeatures" label="Documentation">
<description>
Interaction Composer Documentation Features. This includes IC
help files and user guide.
</description>
</category-def>
</site>

This file is sitting in the ${buildDirectory} dir, which I gather is the
right place for it (right?).


Thanks,
Troy Nichols
Dallas, TX, USA.
Previous Topic:Product Export Wizard fails to replace target parameters in <launcher>.ini
Next Topic:view modification
Goto Forum:
  


Current Time: Thu Sep 19 13:54:38 GMT 2024

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

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

Back to the top