Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fork option #37

Open
GoogleCodeExporter opened this issue Jul 10, 2015 · 1 comment
Open

Fork option #37

GoogleCodeExporter opened this issue Jul 10, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Hi,

I'm trying to integrate Fitnesse in our maven lifecycle.
We need to include jacoco in our integration test execution.
But for this we need to fork from Maven JVM.
I download your code and I see you use an option to set runInProcess to false.

May I suggest to add a 'fork' attribute in your run-tests goal in your next 
1.4.3 release like the maven compiler plugin do.

Please find attach the modification.

Regards,
Edouard Lemaistre

Original issue reported on code.google.com by edouard....@enovea.net on 25 Aug 2014 at 8:53

Attachments:

@GoogleCodeExporter
Copy link
Author

This code is to a large extent copied from FitNesse code. As well as not being 
100% sure what effect this change will have, it has also tended to change from 
release to release in the past.
In past versions of FitNesse, "debug mode" was necessary on the JUnit runner to 
prevent FitNesse falling into wiki mode - which was definitely a weirdness. It 
was also previously not clear that "debug mode" was the same thing as running 
in process.
Maybe with newer versions of FitNesse this is not so, but documentation is 
sparse.
Currently 1.4.3-SNAPSHOT is not well tested and had been problematic after 
trying to fit it to the next FitNesse release.
See: 
uk.co.javahelp.maven.plugin.fitnesse.mojo.RunTestsMojo.runFitNesseTests(Launch..
.)

Original comment by stewart@javahelp.co.uk on 10 Sep 2014 at 5:30

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant