Re: [m2] Surefire-Plugin ignores argLine

2006-02-13 Thread Carlos Sanchez
614) 244-2564 > Pager: (888) 260-0078 > > > > Marcin Cetnarski > <[EMAIL PROTECTED]To: "Maven Users List" > > com.pl> cc: >

Re: [m2] Surefire-Plugin ignores argLine

2006-02-13 Thread ian . d . stewart
pl> cc: Subject: Re: [m2] Surefire-Plugin ignores argLine 02/13/2006 02:15

Re: [m2] Surefire-Plugin ignores argLine

2006-02-12 Thread Marcin Cetnarski
Hello Jim, Are you working on Windows? There is a bug in Surefire on Windows platform in forkMode. See http://jira.codehaus.org/browse/SUREFIRE-30. Maybe this will help. JB> I am trying to run tests with assertions enabled, but the surefire JB> plugin is apparently ignoring the argLine paramete

Re: [m2] Surefire-Plugin ignores argLine

2006-02-08 Thread David Sag
Hi Jim, to get this to work I have set up an environment variable MAVEN_OPTS=-ea in my .profile  (I am on MacOSX - do whatever you need to do to set up env variables on your platform) it's less than ideal but for now I have been told this is the only way. Kind regards, Dave Sag   "Jim Ba

RE: [m2] Surefire-Plugin ignores argLine

2006-02-06 Thread Jim Babka
AM To: Maven Users List Subject: [m2] Surefire-Plugin ignores argLine I am trying to run tests with assertions enabled, but the surefire plugin is apparently ignoring the argLine parameter. If I specify the following, assertions are not turned on

[m2] Surefire-Plugin ignores argLine

2006-02-06 Thread Jim Babka
I am trying to run tests with assertions enabled, but the surefire plugin is apparently ignoring the argLine parameter. If I specify the following, assertions are not turned on: ... ... org.apache.maven.plugins maven-surefire-plugin