ok, no problem, I think I will need a few more days myself to fix some more release-related issues.
Maarten ________________________________ From: Nicolas Lalevée <nicolas.lale...@hibnet.org> To: Ant Developers List <dev@ant.apache.org> Sent: Tuesday, April 10, 2012 1:00 AM Subject: Re: Apache Ivy release? Do you mind waiting a little more few days to do the release ? I have just got an idea how to improve the OSGi binding in Ivy. The current implementation is tricking Ivy by replacing some module id (some package requirement) by some other (the actual bundle fitting for the requirement), and it's not working well. It also use extra attributes to distinguish a bundle from a package requirement; this is wrong since Ivy will run a conflict resolution for a bundle and package having the same name. The true identity of the "base element" in Ivy is just the organization and the module name. This is some deep change in the OSGi binding that I would like to have it fixed before getting out. For the little test I have done it works nicely. No all test pass yet locally. I would need few days to fix it and update the doc. Nicolas