[maven-surefire-plugin] problem with my tests

2008-05-16 Thread Guillaume Boucherie
Hi all, I have a strange behavior with my junit tests. I have a project with multi-modules. When I run the tests individually for module (mvn test) everything is ok. But when I run the tests from the parent pom (mvn test) I have always an error when my program try to parse an xml file. See the

Re: [maven-surefire-plugin] problem with my tests

2008-05-16 Thread Dan Fabulich
Guillaume Boucherie wrote: I have a strange behavior with my junit tests. I have a project with multi-modules. When I run the tests individually for module (mvn test) everything is ok. But when I run the tests from the parent pom (mvn test) I have always an error when my program try to parse an

RE: RE: maven-surefire-plugin problem

2007-04-19 Thread Ramesh Babu Pokala - TLS, Chennai
:[EMAIL PROTECTED] Sent: Wed 4/18/2007 9:44 PM To: Maven Users List Subject: Re: RE: maven-surefire-plugin problem Hi, I used mvn install command as follows mvn install:install-file -DgroupId=org.apache.maven.plugins -DartifactId=maven-surefire-plugin -Dversion=2.3 -Dpackaging=jar -Dfile

Re: RE: RE: maven-surefire-plugin problem

2007-04-19 Thread Thorsten Heit
Hi, It is not fetching this plug-in automatically.. What error is Maven showing with mvn -e -X ...? Have you checked that your network settings are correct? I.e. are you behind a firewall? If yes, do you have proxy settings specified in your settings.xml? So i have installed in the

RE: maven-surefire-plugin problem

2007-04-19 Thread Ramesh Babu Pokala - TLS, Chennai
I tried this one also, but still the same problem. Can u send me ur pOM...? Thanks, Ramesh From: Pankaj Tandon [mailto:[EMAIL PROTECTED] Sent: Wed 4/18/2007 10:22 PM To: users@maven.apache.org Subject: RE: maven-surefire-plugin problem Hi, I think your

RE: RE: RE: maven-surefire-plugin problem

2007-04-19 Thread Ramesh Babu Pokala - TLS, Chennai
-surefire-plugin -Dversion=2.3 -Dpackaging=jar -Dfile=maven-surefire-plugin-2.3.jar Is there anything wrong...? Thanks, Ramesh From: Thorsten Heit [mailto:[EMAIL PROTECTED] Sent: Thu 4/19/2007 4:59 PM To: Maven Users List Subject: Re: RE: RE: maven-surefire

Re: RE: RE: RE: maven-surefire-plugin problem

2007-04-19 Thread Thorsten Heit
Yes I am working behind proxy. The following is my Settings.xml As I wrote in my last mail: Check your proxy settings - you haven't specified any in the settings.xml... See http://maven.apache.org/guides/mini/guide-proxies.html HTH Thorsten

RE: RE: RE: RE: maven-surefire-plugin problem

2007-04-19 Thread Ramesh Babu Pokala - TLS, Chennai
/19/2007 6:18 PM To: Maven Users List Subject: Re: RE: RE: RE: maven-surefire-plugin problem Yes I am working behind proxy. The following is my Settings.xml As I wrote in my last mail: Check your proxy settings - you haven't specified any in the settings.xml... See http

maven-surefire-plugin problem

2007-04-18 Thread Ramesh Babu Pokala - TLS, Chennai
Hi, I have installed maven-surefire-plugin version 2.3 in maven's local repository. But still i am getting the following error/. Can anyone help me in this issue...? C:\Documents and Settings\bpra\.m2\SampleProject1mvn -e package + Error stacktraces are turned on. [INFO] Scanning

Re: maven-surefire-plugin problem

2007-04-18 Thread Pankaj Tandon
them for viruses and defect. --- -- View this message in context: http://www.nabble.com/maven-surefire-plugin-problem-tf3601119s177.html#a10059405 Sent from the Maven - Users

Re: maven-surefire-plugin problem

2007-04-18 Thread Wayne Fay
. --- -- View this message in context: http://www.nabble.com/maven-surefire-plugin-problem-tf3601119s177.html#a10059405 Sent from the Maven - Users mailing list archive at Nabble.com

RE: maven-surefire-plugin problem

2007-04-18 Thread Ramesh Babu Pokala - TLS, Chennai
Message- From: Pankaj Tandon [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 18, 2007 8:00 PM To: users@maven.apache.org Subject: Re: maven-surefire-plugin problem Hi, It may help if you posted the pom.xml of your project. Also I noticed that you have a project in your home folder.. not a big

RE: maven-surefire-plugin problem

2007-04-18 Thread Ramesh Babu Pokala - TLS, Chennai
:[EMAIL PROTECTED] Sent: Wednesday, April 18, 2007 8:07 PM To: Maven Users List Subject: Re: maven-surefire-plugin problem How did you install the surefire plugin into your repository? Did you just copy the files into the proper directories, or use the mvn install command, or what? Wayne On 4/18/07

Re: RE: maven-surefire-plugin problem

2007-04-18 Thread Thorsten Heit
Hi, I used mvn install command as follows mvn install:install-file -DgroupId=org.apache.maven.plugins -DartifactId=maven-surefire-plugin -Dversion=2.3 -Dpackaging=jar -Dfile=maven-surefire-plugin-2.3.jar Why did you do this? This isn't necessary as Maven automatically fetches plugins

RE: maven-surefire-plugin problem

2007-04-18 Thread Pankaj Tandon
8:00 PM To: users@maven.apache.org Subject: Re: maven-surefire-plugin problem Hi, It may help if you posted the pom.xml of your project. Also I noticed that you have a project in your home folder.. not a big deal and it should not break anything but it's just a bit strange