[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [p2-dev] How to add a new feature to an existing repository?
|
Hello Shenol,
I'm running a PDE headless build and want to publish the build result. I tried to add the following ant task to my build and it did publish the build result. But the problem is that the features are publish without a category. I manually updated the site.xml and created the category for the new features, but I didn't see the newly added category when I tried to install from the repository.
<p2.publish.featuresAndBundles
metadataRepository="file:/X:/build/website/tpftoolkit/nls36"
artifactRepository="file:/X:/build/website/tpftoolkit/nls36"
publishArtifacts="true"
compress="true"
append="true"
source="${buildDirectory}/buildRepo"/>
Also looked at the headless Category Publisher, but couldn't figure out how to define the source directory yet.
Best Regards
Samuel Wu
"Yousouf, Shenol" ---02/08/2011 12:21:28 PM---Hello Samuel, How are you building these features ? Publisher applications can be run with an option
![]()
From: | ![]()
"Yousouf, Shenol" <s.yousouf@xxxxxxx> |
![]()
To: | ![]()
P2 developer discussions <p2-dev@xxxxxxxxxxx> |
![]()
Date: | ![]()
02/08/2011 12:21 PM |
![]()
Subject: | ![]()
Re: [p2-dev] How to add a new feature to an existing repository? |
![]()
Sent by: | ![]()
p2-dev-bounces@xxxxxxxxxxx |
Hello Samuel,
How are you building these features ? Publisher applications can be run with an option “-append” which will add the new features to an already existing repository. Some details here:
http://wiki.eclipse.org/Equinox/p2/Publisher
Best regards,
Shenol Yousouf
SAP Labs Bulgaria
From: p2-dev-bounces@xxxxxxxxxxx [mailto:p2-dev-bounces@xxxxxxxxxxx] On Behalf Of Samuel Wu
Sent: Tuesday, February 08, 2011 6:48 PM
To: p2-dev@xxxxxxxxxxx
Subject: [p2-dev] How to add a new feature to an existing repository?
Hello there,
Our product has a repository to ship the optional features. We've already shipped a few features and now we want to ship a few more. But when the new features are built, the content.xml and artifacts.xml only contains the newly built features. And the manual merge of the files with the old one is next to impossible. I wonder how to add the new features to the existing repository. Thanks a lot.
Best Regards
Samuel Wu_______________________________________________
p2-dev mailing list
p2-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/p2-dev

