On Oct 9, 2008, at 10:16 AM, Russel Winder wrote:
In Gant I can do things like:
includeTargets << gant.targets.Clean
cleanPattern << [ '**/*~' , cvHtmlFile , cvFoFile ,
cvPdfFile ]
because Gant comes with a class Clean that defines various
variables and
the targets clean and clobber. Can someone tell me what the Gradle
equivalent is? (Or more likely point me at the right bit of the
manual.)
Our clean task is primitive and only allows you to define the
directory that should be deleted.
The logic is in org.gradle.api.tasks.Clean
It would be good if it were more powerful. There is no equivalent to
clobber yet.
- Hans
--
Hans Dockter
Gradle Project lead
http://www.gradle.org
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email