Hi there,
I have a jar task that looks like the following:

task jarTests(dependsOn:testClasses, type: Jar) {
    from sourceSets.test.classesDir
        baseName = "${project.name}-Tests"
}

>From time to time created jar does contain a meta-inf directory only and
not any class file. I'm not sure why it works sometimes, and sometimes
not. any ideas?

regards,
René


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

    http://xircles.codehaus.org/manage_email


Reply via email to