Hey all,

I'm seeing:

A problem occurred evaluating project ':myproject'.
Cause: Could not find property 'com' on project ':myproject'.

For this configuration:

buildscript {
    // using a variable to make wiki look cleaner
    def githubBase =
'https://github.com/valkolovos/gradle_cobertura/raw/master/ivy'
    apply from:
"${githubBase}/gradle_cobertura/gradle_cobertura/1.0-rc4/coberturainit.gradle"
}

cobertura {
}

task generateXmlCoverage(type:
com.orbitz.gradle.cobertura.tasks.GenerateCoverageReportTask,
dependsOn: 'cobertura') {
    format = 'xml'
}

Do others have this plugin working?

Cheers,
Merlyn

--------

I can see 
https://github.com/valkolovos/gradle_cobertura/raw/master/ivy/gradle_cobertura/gradle_cobertura/1.0-rc4/coberturainit.gradle
no problem.
Gradle grabbed the dependencies and put them in my cache just fine:
$ unzip -t 
/Users/user/.gradle/cache/gradle_cobertura/gradle_cobertura/jars/gradle_cobertura-1.0-rc4.jar
| grep GenerateCoverageReportTask
    testing: 
com/orbitz/gradle/cobertura/tasks/GenerateCoverageReportTask$_generateCoverageReport_closure1.class
  OK
    testing: com/orbitz/gradle/cobertura/tasks/GenerateCoverageReportTask.class
  OK

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to