Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Problem with p2 and version qualifiers
Problem with p2 and version qualifiers [message #579032] Sun, 07 September 2008 03:27
Eclipse UserFriend
Originally posted by: wbeckwith.gmail.com

I'm build a feature and I have the follwoignp2 properties defined in the
builder's build.properties file:

# P2 Properties
generate.p2.metadata = true
p2.metadata.repo.name = ${itko.repo.name}
p2.metadata.repo = ${itko.repo}
p2.artifact.repo.name = ${itko.repo.name}
p2.artifact.repo = ${itko.repo}
p2.flavor = tooling
p2.publish.artifacts = true
p2.root.name = iTKO Lisa
p2.root.version = 1.0.0.qualifier

When doing the build my plug-ins and features with a version of
1.0.0.qualifier will get the "qualifier" substituted during the build,
but the p2.root.version property does not and always ends up as
1.0.0.qualifier. How do I need to change things so that this is
dynamically updated during the build?

Wb
Previous Topic:PDE Build failure
Next Topic:Using PDE and Maven2 to create OSGi bundle
Goto Forum:
  


Current Time: Thu Sep 26 08:36:53 GMT 2024

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

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

Back to the top