Re: Excluding classpath jars from %ANT_HOME%\lib?

2015-03-16 Thread Earl Hood
On Mon, Mar 16, 2015 at 7:14 PM, Josh Hoff wrote: > I'm having an issue where the server (that I don't have control over) > will have two junit jars in %ANT_HOME%\lib, and I'll pull one down (that > I do want) with ivy. My tests are failing because of the two in > %ANT_HOME%\lib conflicting with t

Excluding classpath jars from %ANT_HOME%\lib?

2015-03-16 Thread Josh Hoff
Hello Ants! I'm having an issue where the server (that I don't have control over) will have two junit jars in %ANT_HOME%\lib, and I'll pull one down (that I do want) with ivy. My tests are failing because of the two in %ANT_HOME%\lib conflicting with the one I got from ivy, but I can't find where