Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Why is the generated p2 metadata wrong in the content.xml?
Why is the generated p2 metadata wrong in the content.xml? [message #600735] Tue, 18 August 2009 07:39
Eclipse UserFriend
Originally posted by: wbeckwith.gmail.com

I have the following properties in my build.properties file for p2:

# Create P2 Metadata
itko.repo.name = iTKO LISA
generate.p2.metadata = true
p2.gathering = true
p2.compress = true
p2.metadata.repo.name = ${itko.repo.name}
p2.artifact.repo.name = ${itko.repo.name}
p2.root.name = LISA Eclipse Edition
p2.root.version = 4.7.0

I would expect the repository to be named "iTKO LISA" and have a root
version of 4.7.0. However, from the following XML fragment, neither of
these are being done.

<?xml version='1.0' encoding='UTF-8'?>
<?metadataRepository version='1.1.0'?>
<repository
name='file:/D:/itko/eclipse-4.7.x/lisa-ui.builder/build/buil dRepo -
metadata'
type='org.eclipse.equinox.internal.p2.metadata.repository.Lo calMetadataRepository'
version='1.0.0'>


Wb
Previous Topic:Categories in the site.xml are not visible in the update dialog
Next Topic:try without catch. A Bug?
Goto Forum:
  


Current Time: Thu Apr 25 00:30:10 GMT 2024

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

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

Back to the top