Antoine skeen@vtechphones.com wrote: >Forgive me I'am a newbie at this, > >My first problem is I don't know how to get the Error detail (is there a >log file or debug flag to set? I tried ant -d but it gave no detail on >the Errors). And my second problem is I cannot determine why I can run >the test with not problem using junit commandline but not from a simple >ant buildfile?? > > Use printsummary="withOutAndErr" and run your build in verbose mode too if you want. (meaning ant -v) > > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org