Re: tests in a JAR file and surefire

2006-03-31 Thread Gordon Henriksen
On Mar 31, 2006, at 05:57, Tomasz Pik wrote: On 3/31/06, Carlos Sanchez <[EMAIL PROTECTED]> wrote: It means that test can be reused in other projects, so you can extend or use them from the tests in that project. What is the point of runing the same tests again in another project? For exa

Re: tests in a JAR file and surefire

2006-03-31 Thread Tomasz Pik
On 3/31/06, Carlos Sanchez <[EMAIL PROTECTED]> wrote: > It means that test can be reused in other projects, so you can extend > or use them from the tests in that project. What is the point of > runing the same tests again in another project? For example when you want to test some implementations

Re: tests in a JAR file and surefire

2006-03-31 Thread Carlos Sanchez
It means that test can be reused in other projects, so you can extend or use them from the tests in that project. What is the point of runing the same tests again in another project? On 3/31/06, Pablo <[EMAIL PROTECTED]> wrote: > Hello everyone > > Is it possible to run tests using maven-surefire-

tests in a JAR file and surefire

2006-03-30 Thread Pablo
Hello everyone Is it possible to run tests using maven-surefire-plugin when the tests are in a JAR file ? I can see that SurefirePlugin uses org.apache.maven.surefire.battery.DirectoryBattery exclusively and presume that it's not possible to use tests in JAR. DirectoryBattery uses DirectorySca