[Mono-list] RemoveDir - XBuild vs MSBuild

Mike Christensen mike at kitchenpc.com
Wed Aug 3 21:13:09 EDT 2011


I'm trying to port an MSBuild script to XBuild and running into the
following issue:

<RemoveDir Directories="Imp/bin" />

This crashes and stops building if Imp/bin does not exist.  On
MSBuild, it will just do nothing and ignore the command.

Is this a bug?  Is there any way I can say "delete the directory if it exists?"

Thanks!

Mike


More information about the Mono-list mailing list