From: <ad...@jb...> - 2005-05-17 17:11:16
|
There appears to be some confusion here. junit is only used by the unit testing, but we still want to know that the junit module is required to run the unit tests if the project is distributed in binary form and federated into a greater test build. In fact, this is one drawback of defining the tests on the source element. Since you lose the notion of what are the tests (and what are any special test configuration) in the binary format | <source id="main" | rmic="**/NamingServer.class" | test="org/jnp/test/*Test.class" | > | <include includesref="thirdparty"/> | <include component="junit-junit"/> | <junit-elements> | <special config here/> | </junit-elements> | </source> | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878069#3878069 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878069 |