[jboss-dev-forums] [Design of JBoss internal QA (Test Suite)] - Re: some enhancements to jboss-test
akostadinov
do-not-reply at jboss.com
Thu Jan 10 10:26:50 EST 2008
Using a project property seems not possible since targets are executed using antcall task which creates a subproject. So the property can't be created in the parent project.
The other option is to use a file "jboss.server.shutdown.failed" and fill it with server names failed to shutdown. Then decide whether to fail the build based on it. The file name could be configurable as well.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118710#4118710
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118710
More information about the jboss-dev-forums
mailing list