Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » p2.publish.featuresAndBundles ant task
p2.publish.featuresAndBundles ant task [message #546817] Wed, 14 July 2010 10:22
Carsten Reckord is currently offline Carsten ReckordFriend
Messages: 139
Registered: July 2009
Senior Member
Hi all,

I am using the p2.publish.featuresAndBundles ant task to publish features and bundles from one p2 repository to another. While that works
fine, I noticed that performance dramatically decreases with the size of the source repository. Investigating further, it seems that what's
taking up increasing amounts of time is the target metadata (content.xml) getting rewritten from scratch hundreds of times in the process.

Am I invoking the task wrong somehow, or is this a bug? The invocation looks like this:

<p2.publish.featuresAndBundles repository="${publish.target}" source="${publish.source}">
<contextrepository location="${publish.source}" artifact="true" metadata="true"/>
</p2.publish.featuresAndBundles>


Best regards,
Carsten Reckord
Previous Topic:How to launch Install dialog with a selected URI?
Next Topic:p2 incorrectly deletes my plugin
Goto Forum:
  


Current Time: Fri Mar 29 06:42:33 GMT 2024

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

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

Back to the top