Hi Robert,

> Does your problem go away if you explicitly depend on "jar"?  Also,

Hmmm... the "repack" task depends already on jar. And that works fine:

   task repack(dependsOn: jar) << { [...] }

   task onejarJar(type: Jar, dependsOn: repack) { [...] }


> watch the execution of the tasks - is a "clean" being executed between
> "jar" and "onejarJar"?

No, the default jar is created and I can operate on it in the "repack"
task.

Best regards,
Lars
-- 
Semagia 
<http://www.semagia.com>


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

    http://xircles.codehaus.org/manage_email


Reply via email to