Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » EclipseGenerator and categories
EclipseGenerator and categories [message #603178] Thu, 12 November 2009 14:15
Thorsten Meinl is currently offline Thorsten MeinlFriend
Messages: 85
Registered: July 2009
Member
Hi all,

We have an p2-enabled update site for relase 2.1.0 of our software and now
want to add the features of 2.1.1 to the update site. The 2.1.0 are
categorized and the corresponding entry in content.xml does exist and
references the feature with their 2.1.0 version identifier. Now if I let
EclipseGenerator append the new features, they all end up in content.xml but
not in the categories, although they are correctly in the site.xml I pass to
the EclipseGenerator. Only the old ones are categoried so that users do not
see the new features on the update site! If I first deleted the category-
entry from content.xml and the run EclipseGenerator with the very same
arguments the new features are categorized (but of course the old ones are
not). I'm using the following command:

opt/eclipse/eclipse -application
org.eclipse.equinox.p2.metadata.generator.EclipseGenerator -consoleLog -
nosplash -updateSite . -append true -metadataRepository file:/dev/shm/KNIME-
Build/UpdateSite/labs.knime.org/update/2.1 -artifactRepository
file:/dev/shm/KNIME-Build/UpdateSite/labs.knime.org/update/2 .1 -site
file:/dev/shm/KNIME-Build/UpdateSite/labs.knime.org/update/2 .1/site.xml -
flavor tooling -publishArtifacts false

Is this a bug in the EclipseGenerator or am I doing something wrong?

Thorsten
Previous Topic:Looking for guidelines in creating plug-in for unit tests
Next Topic:importing plugin does not automatically add classpath entry for generated jar
Goto Forum:
  


Current Time: Fri Sep 20 08:43:33 GMT 2024

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

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

Back to the top