Re: Why am I getting some source jars and some runtimes?

2009-04-29 Thread fnord
This took care of it for me, thanks. Between this and setting "transitive="false", Ivy has become very useful for me. Benjamin Damm-3 wrote: > > Hi there fnord, > > I'm going to guess that you are collapsing your classpath via a copy > operation, and you

Weird parallel/for situation

2009-04-29 Thread fnord
e load balancer to notice that http is not responding on the host. So having an task would be ideal, but I just can't sort a way to get it to work. thanks, fnord -- View this message in context: http://www.nabble.com/Weird-parallel-for-situation-tp23302387p23302387.html Sent from the Ant -

Why am I getting some source jars and some runtimes?

2009-03-31 Thread fnord
My ivy.xml (with a few dependencies removed for brevity) looks like this: I'm getting runtime jars for everything but commons-digester, which is giving me a source jar. Am I missing something? thanks, fnord -- View