[jira] Commented: (MNG-441) surefire plugin needs to be able to fork tests

2005-11-27 Thread Joakim Erdfelt (JIRA)
[ http://jira.codehaus.org/browse/MNG-441?page=comments#action_52127 ] Joakim Erdfelt commented on MNG-441: Additional note. This is required for the Cobertura plugin to work properly. > surefire plugin needs to be able to fork tests > --

[jira] Commented: (MNG-441) surefire plugin needs to be able to fork tests

2005-11-26 Thread Mark Proctor (JIRA)
[ http://jira.codehaus.org/browse/MNG-441?page=comments#action_52064 ] Mark Proctor commented on MNG-441: -- Is that .java and .pom working? If so any chance we could have a surefire snapshot release? We are currently blocked from moving Drools to M2 as maven

[jira] Commented: (MNG-441) surefire plugin needs to be able to fork tests

2005-11-22 Thread David Jackman (JIRA)
[ http://jira.codehaus.org/browse/MNG-441?page=comments#action_51688 ] David Jackman commented on MNG-441: --- One feature of forking the tests that we're currently using in M1 is the working directory for the test process (maven.junit.dir). It's possible we

[jira] Commented: (MNG-441) surefire plugin needs to be able to fork tests

2005-10-12 Thread Dave Sag (JIRA)
[ http://jira.codehaus.org/browse/MNG-441?page=comments#action_48411 ] Dave Sag commented on MNG-441: -- Hi Andy - thanks for that. Am bearing with you. also note this issue x-references issue MNG-1087. > surefire plugin needs to be able to fork tests > -

[jira] Commented: (MNG-441) surefire plugin needs to be able to fork tests

2005-10-11 Thread Andy Glick (JIRA)
[ http://jira.codehaus.org/browse/MNG-441?page=comments#action_48335 ] Andy Glick commented on MNG-441: Dave - If you take a look at Brett's remarks of Sep 22, 2005, you'll notice that he mentions jvmargs as a required addition to the supported surefire arg

[jira] Commented: (MNG-441) surefire plugin needs to be able to fork tests

2005-10-10 Thread Dave Sag (JIRA)
[ http://jira.codehaus.org/browse/MNG-441?page=comments#action_48189 ] Dave Sag commented on MNG-441: -- I'd really like to see the surefire plugin support the -enableassertions (aka -ea) flag too. Right now I have to set MAVEN_OPTS=-ea in my profile but this i

[jira] Commented: (MNG-441) surefire plugin needs to be able to fork tests

2005-10-09 Thread Andy Glick (JIRA)
[ http://jira.codehaus.org/browse/MNG-441?page=comments#action_48172 ] Andy Glick commented on MNG-441: Keep realizing that being new to all of these tools leads me to make numerous mistakes. I have produced and checked into svn code that forks surefire test

[jira] Commented: (MNG-441) surefire plugin needs to be able to fork tests

2005-10-02 Thread Andy Glick (JIRA)
[ http://jira.codehaus.org/browse/MNG-441?page=comments#action_47633 ] Andy Glick commented on MNG-441: This is progressing - I have hacked a way (on windows) to fork Surefire tests once and have successfully executed the tests from the surefire subproject

[jira] Commented: (MNG-441) surefire plugin needs to be able to fork tests

2005-09-28 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-441?page=comments#action_47399 ] Brett Porter commented on MNG-441: -- that's in another jira task... those were the ones related to forking. How is this progressing? > surefire plugin needs to be able to fork tests > --

[jira] Commented: (MNG-441) surefire plugin needs to be able to fork tests

2005-09-28 Thread Andy Glick (JIRA)
[ http://jira.codehaus.org/browse/MNG-441?page=comments#action_47393 ] Andy Glick commented on MNG-441: Brett, what about maven.junit.usefile = false? > surefire plugin needs to be able to fork tests > -- > >

[jira] Commented: (MNG-441) surefire plugin needs to be able to fork tests

2005-09-22 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-441?page=comments#action_46956 ] Brett Porter commented on MNG-441: -- options we need to support (from m1): - fork mode - jvmargs - envvars - jvm location > surefire plugin needs to be able to fork tests > -

[jira] Commented: (MNG-441) surefire plugin needs to be able to fork tests

2005-09-19 Thread Andy Glick (JIRA)
[ http://jira.codehaus.org/browse/MNG-441?page=comments#action_46661 ] Andy Glick commented on MNG-441: I've started work on this. Will add a class ForkMode as an enumerated type in surefire and the plugin will reference it. The surefirebooter class will de

[jira] Commented: (MNG-441) surefire plugin needs to be able to fork tests

2005-09-15 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-441?page=comments#action_46470 ] Brett Porter commented on MNG-441: -- I agree with doing it in surefire. I didn't think it executed them in separate threads though (just in a separate classloader). I will reply on the su

[jira] Commented: (MNG-441) surefire plugin needs to be able to fork tests

2005-09-14 Thread Andy Glick (JIRA)
[ http://jira.codehaus.org/browse/MNG-441?page=comments#action_46387 ] Andy Glick commented on MNG-441: Is the intention to have M2 do the forking, or will the forking behavior be added to surefire, and be passed from the plugin to surefire by parameter? Tha

[jira] Commented: (MNG-441) surefire plugin needs to be able to fork tests

2005-07-30 Thread Vincent Massol (JIRA)
[ http://jira.codehaus.org/browse/MNG-441?page=comments#action_43645 ] Vincent Massol commented on MNG-441: Note: This is required for the Clover plugin to work properly > surefire plugin needs to be able to fork tests > -