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

2015-03-17 Thread Earl Hood
On Tue, Mar 17, 2015 at 12:01 PM, Josh Hoff wrote: > I guess a new question would be: how can I debug the classpath when > building and testing? Use the -d option to enable debug logging. You will get a ton of output, and it is likely the output will contain information you are interested in. I

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

2015-03-17 Thread Josh Hoff
Hmm, it seems like I was mistake. All that's in %ANT_HOME%\lib is ant tasks for junit, and but not junit jars themselves. I also checked the freshly built jar, and it doesn't seem to have any extra junit jars. I guess a new question would be: how can I debug the classpath when building and testi