Is there any way to get it to show up, or where would I find it. If
the answer is "the sbt log," can you be specific about where that is.
I look for it and didn't find it right off.
Thanks!
Todd
Todd
--
You received this message because you are subscribed to the Google Groups "simple-build-tool" group.
To post to this group, send email to simple-b...@googlegroups.com.
To unsubscribe from this group, send email to simple-build-t...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/simple-build-tool?hl=en.
> Hi Todd,
> you can call info(String)inside any Spec. It will then show up under the
> messages displayed by the reporter (in the same way as if you used with
> GivenWhenThen and then given(String) in your code for example :-))
This is good to know. I don't know why println doesn't show up, though. Some possible explanations are some different binding for println (you could check if System.out.println works) or System.out being redirected (sbt doesn't ever do this itself).
-Mark