Is it an option to repackage the dependencies along with your code into a single jar? We use progaurd to do this for a couple of projects. I can point you at some ant files for the process if your interested.
http://proguard.sourceforge.net/ Cheers Geoff On 11 Oct 2010 11:27, "Shay Tessler" <shay...@gmail.com> wrote: > 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 to IVY ,and i notice only XML configuration tutorial > > > is there an API and examples how to use IVY problematically > just to tell me what files to download , and i can trigger the download > manually > > thank you