[jboss-dev-forums] [QA of JBoss Portal] - Re: JBoss Unit design (ant and maven support)

julien@jboss.com do-not-reply at jboss.com
Thu Oct 11 20:40:58 EDT 2007


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#4094321

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4094321



More information about the jboss-dev-forums mailing list