Re: Enviroment variables Maven M2_HOME

2010-11-20 Thread Dirk Olmes
On 11/20/2010 06:01 PM, mujer_esponja wrote: > > Hello, > > I am having this problem in the image: > http://maven.40175.n5.nabble.com/file/n3273741/error.jpg > > even if in the path displayed is correct and exists. I tryed anyway to > change this variable and the files in `C:\\Program > File

Enviroment variables Maven M2_HOME

2010-11-20 Thread mujer_esponja
Hello, I am having this problem in the image: http://maven.40175.n5.nabble.com/file/n3273741/error.jpg even if in the path displayed is correct and exists. I tryed anyway to change this variable and the files in `C:\\Program Files\Java\apache-maven-2.2.1` or `C:\\Program Files\Java\apache-ma

Re: parallel execution of unit tests

2010-11-20 Thread Kristian Rosenvold
It sounds *very* much to me like the static state is not being reset properly; you're not running in parallel unless you're using some exotic custom stuff. Did you try to run multiple tests at once from eclipse ? Kristian lø., 20.11.2010 kl. 21.17 +0100, skrev Iron Eagle: > Hi, > > thank you,

Re: parallel execution of unit tests

2010-11-20 Thread Iron Eagle
Hi, thank you, for your awnser. I have no explicit configuration of the surefire plugin in my pom file. I use the implicit default configuration of the plugin. I am not sure, whats the default value for the "parallel" setting. At the end of each test method I reset the state of the singleton i

Re: parallel execution of unit tests

2010-11-20 Thread Kristian Rosenvold
The way I read your explanation, I am not entirely convinced anything is being run in parallel; look for the "maven-surefire-plugin" in your pom and see if the "parallel" setting is active. Much more likely you have static state in your tests that fails when multiple test methods are being run in

parallel execution of unit tests

2010-11-20 Thread Iron Eagle
Hi, I have a problem with the junit (3.8.1) tests in a mvane project. While each unit test is successfull when I start it within eclipse, maven fails, when executing the tests. I figured out, that the test methods of my junit test are executed parallel. This is bad, since the class under test

[ANN] Maven Doxia 1.1.4 and Maven Doxia Sitetools 1.1.4

2010-11-20 Thread Dennis Lundberg
The Maven team is pleased to announce the release of the Maven Doxia and Maven Doxia Sitetools, version 1.1.4 Doxia is a content generation framework that provides powerful techniques for generating static and dynamic content, supporting a variety of markup languages. Doxia Sitetools generates si