Problem Generating Metadata repository [message #17865] |
Tue, 26 August 2008 11:16 |
Eclipse User |
|
|
|
Hi Guys,
Is there any plans to allow build a product using aproach below :
(same used to build features)
1. Build features and plug-ins using: -application
org.eclipse.ant.core.antRunner
2. Generate metadata repository using: -application
org.eclipse.equinox.p2.metadata.generator.EclipseGenerator
Currently we only achieve that using a modified version of
build.properties, with lines above:
generate.p2.metadata = true
p2.metadata.repo=file:${buildDirectory}/repo
p2.artifact.repo=file:${buildDirectory}/repo
p2.flavor=tooling
p2.append=true
p2.publish.artifacts=true
Parameters above are just a subset of the whole supported
by calling -application
org.eclipse.equinox.p2.metadata.generator.EclipseGenerator,
beside it overwrite a previous repo (instead of append, as
stated via p2.apped parameter).
I will appreciate any comment in regards that.
BR,
Gladyton
|
|
|
Powered by
FUDForum. Page generated in 0.02428 seconds