Stefan Bodewig wrote:

> >>>>> "SC" == Steve Collins <[EMAIL PROTECTED]> writes:
>
>  SC> Is there a way to send the output of the JUnit tests to standard
>  SC> out
>
> Hasn't been, no - all formatters have always written the output to a
> file. I've added an usefile attribute to <formatter> that let's you
> override this.
>
> Note that my previous patch that moved task configuration to runtime
> has broken the way the <junit> task provided defaults to the nested
> <test> and <batchtest> elements (for the fork attribute for
> example). I'm going to fix that ASAP.
>
> Stefan

Thank you.  I would like to have the ability to send it to stdout.  Does
this sound like something that will be added or should I modify the
code?

Also, on a different issue I get the misleading error:
-------------------------------------------------------------------
"Buildfile: build.xml

BUILD FAILED

Could not create task of type: junit because I can't find it in the list
of task class definitions

--------------------------------------------------------------------
The error appears not when JUNIT is missing from the list of task class
definitions but when junit is not in my CLASSPATH.

Thanks, Steve




Reply via email to