We need the capability to be able to set parameters on Main that will be used as global
parameters (overriden naturally by the jboss-unit.xml values).
From ant we need to be able to set them from the jboss-unit task, in
order to pass an ant property to a test execution such as:
| <jboss-unit>
| <tests ...>
| <parameter name="foo" value="${foo_value}"/>
| </tests>
| </jboss-unit>
|
| <jboss-unit>
| <parameter name="foo" value="${foo_value}"/>
| </jboss-unit>
|
from the command line we would have the matching equivalent.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094321#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...