Using IVY programatically

2010-10-08 Thread shay te
hey all. i am writing an java application based on plug-ins , i wish to use IVY ,to help me with dependencies issue when installing a plug-in at run time each plug-in should have some jar's he depends on , i need IVY to help me with what jar i can keep and what jar are not necessary i am new

Re: Using IVY programatically

2010-10-08 Thread Antoine Levy-Lambert
Hello Shay, yes, ivy can be used programmatically. I think nearly all classes have public interfaces. here a snippet of a piece of code written on my project using ivy 2.1.x APIs (not sure if there is any change in 2.2.x) import org.apache.ivy.Ivy; import org.apache.ivy.Ivy.IvyCallback;

Review Needed for Publishing Maven Artifacts with Ivy Doc

2010-10-08 Thread Stefan Bodewig
Hi, I have one issue that is slowly bubbling up on my TODO list: I promised to provide Ant+Ivy content for http://www.apache.org/dev/publishing-maven-artifacts.html Rather than starting a lengthy thread on this list, I've created a Wiki page

Re: Review Needed for Publishing Maven Artifacts with Ivy Doc

2010-10-08 Thread Jean-Louis Boudart
Hi there, ivy:deliver is used to generate the ivy.xml before publication based on the last resolved informations. Why are we generating an ivy.xml here ? Because when publishing, ivy adds some attributes in the generated ivy.xml file (like publication date, publication revision, publication

Re: Review Needed for Publishing Maven Artifacts with Ivy Doc

2010-10-08 Thread Jean-Louis Boudart
At the beggining of the documentation you say In addition you will need a minimal POM for your jar. Are you planning to maintain dependencies in both ivy.xml / pom.xml manually? Ivy offers a task that can generate a pom.xml from a given ivy.xml (

Serge MARCOTTE est absent(e).

2010-10-08 Thread serge . marcotte
Je serai absent(e) du 2010-10-08 au 2010-10-09. Je répondrai à votre message dès mon retour. Pour toutes urgences, rejoindre Daniel Leclerc (7473) - To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional

Re: Review Needed for Publishing Maven Artifacts with Ivy Doc

2010-10-08 Thread Antoine Levy-Lambert
Hello Stefan, I have been too busy to do any ant related work since a few months but I hope to catch up now. Your wiki page is very good. I also had promised to work on this how to to a colleague of maven or of the repository but did not deliver :( Thanks for this, Antoine On 10/8/2010

Re: Review Needed for Publishing Maven Artifacts with Ivy Doc

2010-10-08 Thread Maarten Coene
The ivy:makepom task has been greatly enhanced in Ivy 2.2.0. It is now possible to specify a custom pom template containing information about the license, SCM, plugins, developers, ... Here is how Ivy publishes itself to the Nexus repository. ivy:makepom

Re: Using IVY programatically

2010-10-08 Thread Maarten Coene
Shay, please don't post Ivy questions to ivy-...@incubator.apache.org since that list is no longer used. You should post your Ivy questions to ivy-u...@ant.apache.org instead (or dev@ant.apache.org if they are related to Ivy development). Maarten - Original Message From: Antoine