[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Build failed message
clebert.suconic@jboss.com
do-not-reply at jboss.com
Tue Aug 19 14:02:16 EDT 2008
anonymous wrote : I'd recommend applying the change consistently across all test suites
I'm not sure if we should do that... a failing unit-test will abort the build...
When you run all-tests, you want the entire testsuite to run, even if you have a failure on an integration test for example. Applying the same logic would cancel the build. We talked about that when I first committed this.
We could of course change it to just show a "Build Failed" at the end, but that's not an easy thing to do with ant due to how the variables work on ant. (each ant-target call will initialize a new method.. you won't have a global variable where you could change).
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4171349#4171349
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4171349
More information about the jboss-dev-forums
mailing list