Alex,
I was seeing this with the ODE 1.x project, which just moved from Buildr
1.2.10 to 1.3.5. It turns out that if I explicitly add the test task on
the command line it does work as expected:
buildr test=all test package
Otherwise, the test=all is ignored and the build aborts on the first test
failure:
buildr test=all package
Not sure if that is expected behavior, but it was a change from buildr
1.2.10.
On Mon, 16 Nov 2009 16:33:07 -0500, Alex Boisvert
<[email protected]> wrote:
On Mon, Nov 16, 2009 at 1:19 PM, Greg Lucas <[email protected]> wrote:
Hm - switched to JDK 1.6 and it seems to be running fine now.
TEST=all doesn't seem to work, the build stops on the first test
failure.
But otherwise it is running.
If you can reproduce this in a small project, please open an issue and
I'll
look into it.
alex
--
Greg Lucas