Re: Using Ivy from a custom module system

2011-05-28 Thread Nicolas Lalevée
Le 27 mai 2011 à 07:51, Bob Lee a écrit : > I'm trying to integrate Ivy into a custom module system. I'm using Ivy's API > directly. I want to use Ivy to resolve and download external dependencies > (which are declared in a custom way), but I *don't* want to use Ivy to > manage the internal modul

Re: Using Ivy from a custom module system

2011-05-26 Thread Geoff Clitheroe
Hi Bob Total stab in the dark about what your end goal might be but http://one-jar.sourceforge.net/ Cheers Geoff On May 27, 2011 5:52 PM, "Bob Lee" wrote: > I'm trying to integrate Ivy into a custom module system. I'm using Ivy's API > directly. I want to use Ivy to resolve and download external

Using Ivy from a custom module system

2011-05-26 Thread Bob Lee
I'm trying to integrate Ivy into a custom module system. I'm using Ivy's API directly. I want to use Ivy to resolve and download external dependencies (which are declared in a custom way), but I *don't* want to use Ivy to manage the internal modules and dependencies. I think this is similar to how