spina

Results 10 comments of spina

What about matching File URIs like: file:///Users/spina/path/to/checkstyle_report.html This isn't as general as requested above, but would dramatically improve some tasks I regularly perform (such as opening an HTML file emitted...

I would like to vote for this issue. I may attempt to implement it if I have time...

[Issue 22](https://github.com/valkolovos/gradle_cobertura/issues/22) had some discussion on how to setup your build script to treat github as a maven repo. I believe that this is a better solution than publishing the...

@netmikey I wouldn't call it a better solution, but for my use it was sufficient. I agree that this 'belongs' in the Maven Repo, but I didn't feel that I...

As a heads up, there is an extension to this plugin here: https://github.com/stevesaliman/gradle-cobertura-plugin which is in maven central.

Do you have maven central setup as a repository?

This can be reproduced through the command line. Run gradle -x cobertura and watch the build fail. I just put in a pull request with a little sub-project that can...

This is not a problem with gradle_cobertura. You can track Gradle work on the [Gradle Forums](http://forums.gradle.org/gradle/topics/concurrent_modification_exception_during_gradle_tasks) or the [Gradle Issue Tracker](http://issues.gradle.org/browse/GRADLE-2023)

I found a workaround that I think does a pretty good job of helping with this problem. It checks to see if the 'tasks' task is going to be run....