Hi,
Would it be possible to remove the path length must
be > 10 limit from the Delete task ?
The following code in the DeleteTask.cs file causes
this limit :
// TODO: remove this once this task is
fully tested and NAnt is at 1.0
if (path.Length <=
10) {
throw new NotImplementedException("Path is
too close to root to delete.");
} Can this be removed now ? Thanks, Gert |