Skip to content
This repository has been archived by the owner on Dec 18, 2022. It is now read-only.

CleanTask

Rimero Solutions edited this page Jul 28, 2013 · 2 revisions

Description

Git clean Ant task

Attributes

Name Description Required
paths If paths are set, only these paths are affected by the cleaning. false
cleandirectories If dirs is set, in addition to files, also clean directories. false
ignore If ignore is set, don’t report/clean files/directories that are ignored by a .gitignore. otherwise do handle them. false
dryrun If dryRun is set, the paths in question will not actually be deleted. false
failonerror Whether or not an exception should be thrown if the task fails. false
settingsref Sets a git settings reference false
unless Do not execute unless a given condition is met false
if Continue execution only if a condition is met false
uri Sets the git repository uri false
directory Sets the Git repository directory, if not set in the parent task. true
Clone this wiki locally