Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Problem Generating Metadata repository
Problem Generating Metadata repository [message #577256] Tue, 26 August 2008 15:16
Gladyston Agra Franca is currently offline Gladyston Agra FrancaFriend
Messages: 7
Registered: July 2009
Junior Member
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
Previous Topic:Problem Generating Metadata repository
Next Topic:Eclipse 3.2.2: Contribute a pull down action (button) to (not-owned) View's toolbar. Possible?
Goto Forum:
  


Current Time: Sat Apr 27 00:54:25 GMT 2024

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

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

Back to the top