Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Problems with p2 categorizing in headless build / Repository not modifiable
Problems with p2 categorizing in headless build / Repository not modifiable [message #604540] Tue, 09 February 2010 10:58
Christian Weber is currently offline Christian WeberFriend
Messages: 5
Registered: July 2009
Junior Member
Hello,

i have a headless pde product build with eclipse 3.5. the p2 repository
is built without any problems with the option p2.gathering = true.

now i want the repository categorized. so i created a category.xml and
tried it with the build property p2.category.definition=${base}/category.xml

unfortunately i get some

[java] [eclipse.idReplacer] Could not find xxx

and

[java] [p2.mirror] Unable to satisfy dependency from xxx 1.0.0 to bundle
org.eclipse.ui 0.0.0.

errors in the generate.p2.metadata part (org.eclipse.ui is just one
example).

and it ends with

[java] [echo] !ENTRY org.eclipse.equinox.p2.director 4 1
2010-02-05 13:28:25.637
[java] [echo] !MESSAGE Cannot complete the install because
one or more required items could not be found.
[java] [echo] !SUBENTRY 1 org.eclipse.equinox.p2.director 4 0
2010-02-05 13:28:25.637
[java] [echo] !MESSAGE Software being installed: XXX 1.2.0
(XXX 1.2.0)
[java] [echo] !SUBENTRY 1 org.eclipse.equinox.p2.director 4 0
2010-02-05 13:28:25.637
[java] [echo] !MESSAGE Missing requirement for filter (&
(osgi.ws=win32) (osgi.os=win32) (osgi.arch=x86)): XXX 1.2.0 (XXX 1.2.0)
requires 'org.eclipse.equinox.launcher.win32.win32.x86
[1.0.200.v20090519]' but it could not be found
[java]
[java] logDirectorCall:
[java] [java] Java Result: 13


It looks like the same problem described here:
http://www.eclipse.org/forums/index.php?t=msg&goto=48911 0&

so i tried instead of the p2.category.destination to categorize the
repository with the org.eclipse.equinox.p2.publisher.CategoryPublisher

but now i'm getting:

[java] Repository not modifiable: PathtoRepo


Any help in categorzing the repo? How can i get the repository
modifiable or how does the categorzing work with the headless pde build?

thanks in advance,
christian
Previous Topic:Problems with p2 categorizing in headless build / Repository not modifiable
Next Topic:How to export plugin as directory instead of zip using PDE headless
Goto Forum:
  


Current Time: Fri Mar 29 00:43:37 GMT 2024

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

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

Back to the top