Xavier Hanin wrote:
On 7/19/07, Steve Loughran <[EMAIL PROTECTED]> wrote:
Xavier Hanin wrote:
> On 7/19/07, Steve Loughran <[EMAIL PROTECTED]> wrote:
> I don't know how gump is working. Do we have to list transitive
> dependencies?
Yes. Really commons httpclient should have done it,
Actually, you can list whether your dependencies are exported
(runtime="true"), so we can actually drop httpclient as a dependency
altogether
Anyway, if you think we should add commons-codec, go ahead
> :-)
that or dont export httpclient; which would you prefer gump to run?
I'd prefer not exporting httpclient as a dependency, since it's only an
optional dependency.
I've just done the simplest, add the dependency as runtime; I'll see if
it works tonight.
Then I'll tweak smartfrog.xml to not inherit any of the ivy
dependencies, so it wont pull in httpclient. That way we have ivy on
gump set up so that
-if you say inherit="runtime" you get everything
-if you dont say inherit="runtime" you get a minimal ivy that still works
Let's see how it goes tonight
--
Steve Loughran http://www.1060.org/blogxter/publish/5
Author: Ant in Action http://antbook.org/