Re: Excluding classpath jars from %ANT_HOME%\lib?
Earl Hood <[email protected]>
| Newsgroups | gmane.comp.jakarta.ant.user |
|---|---|
| Message-ID | <CANDwYvehCUr72=gH+eYc9f=ceNb8-awUBZsvXJigv4HuYfxMew@mail.gmail.com> |
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. It is recommend to capture the output to a file, either via shell redirection or using the -l option. --ewh