Hi, On Tue, May 6, 2014 at 5:53 AM, Vincent Tencé <[email protected]> wrote: > It seems the selenium plugin I'm using is causing that issue. I use it to > start a selenium server in on integration.setup and stop it on > integration.teardown. > > I don't have a clue why this is happening though.
Okay at least we are starting to narrow it down a little. I tried again and added the selenium task to [1] and ran buildr clean test integration jacoco:report TEST=all And it still seemed to produce the correct data for the reports. I will have a look at the simple-petstore project tomorrow to see if I can reproduce this scenario. [1] https://github.com/realityforge-experiments/buildr-jacoco > > The plugin source is at > https://github.com/testinfected/simple-petstore/blob/master/tasks/selenium.rakeif > you want to have a look. I basically copied and adapted the jetty > plugin > > -- Vincent > > > 2014-05-03 6:45 GMT+02:00 Peter Donald <[email protected]>: > >> Hi, >> >> On Tue, Apr 29, 2014 at 7:17 AM, Vincent Tence <[email protected]> >> wrote: >> > When I run: >> > >> > buildr clean test integration jacoco:report >> > >> > I get .cov files in each sub project but no html report whatsoever, >> neither in sub-projects nor in the top-level project >> >> I can't reproduce this behaviour. If you have a look at the >> minimalistic project at [1], check it out and run "buildr clean test >> integration jacoco:report" it will produce the report for me. Is there >> anything different between this and your project? >> >> [1] https://github.com/realityforge-experiments/buildr-jacoco >> >> -- >> Cheers, >> >> Peter Donald >> -- Cheers, Peter Donald
