Delete contents of updateSiteDestination folder
Brought to you by:
raner
In most typical build environments, the folder specified as updateSiteDestination will be re-used across builds, which means it will accumulate exported features and plug-ins from all builds. Right now, this can only be fixed externally, for example, by adding corresponding <delete>/<mkdir> tasks in an Ant script that starts ebuilder. It would be nice if ebuilder could automatically delete the contents of the whole folder (or at least the contents of the features and plugins folder) before starting a new feature export.