seeing stdout when running "ant test"?

2012-06-02 Thread Michael McCandless
It looks like we redirect stdout somewhere when we run "ant test"? I don't see my sops coming out in that case but if I run a single test case, I do see them... Mike McCandless http://blog.mikemccandless.com - To unsubscri

Re: seeing stdout when running "ant test"?

2012-06-02 Thread Dawid Weiss
> It looks like we redirect stdout somewhere when we run "ant test"?  I > don't see my sops coming out in that case but if I run a single > test case, I do see them... If a test passes the output is not written to the console. This is intentional to restrict the amount of noise written to the

Re: seeing stdout when running "ant test"?

2012-06-02 Thread Michael McCandless
Thanks Dawid! -Dtests.showSuccess=true is what I was looking for ... I'll add it to the wiki. Mike McCandless http://blog.mikemccandless.com On Sat, Jun 2, 2012 at 10:28 AM, Dawid Weiss wrote: >> It looks like we redirect stdout somewhere when we run "ant test"?  I >> don't see my sops coming

Re: seeing stdout when running "ant test"?

2012-06-02 Thread Dawid Weiss
> Thanks Dawid!  -Dtests.showSuccess=true is what I was looking for ... > I'll add it to the wiki. Thanks, I'm wiki-challenged. There is also command-line help readily available if you type: ant test-help [echo] # Include additional information like what is printed to [echo] # sysout/s

Re: seeing stdout when running "ant test"?

2012-06-03 Thread Michael McCandless
On Sat, Jun 2, 2012 at 11:37 AM, Dawid Weiss wrote: >> Thanks Dawid!  -Dtests.showSuccess=true is what I was looking for ... >> I'll add it to the wiki. > > Thanks, I'm wiki-challenged. There is also command-line help readily > available if you type: > > ant test-help > >     [echo] # Include addi