Version 1.2.0 of w3c-nant was released today. This version contains some improvements submitted by Rob Richardson:

  • ability to store the status code of an FTP task in a property, using the new resultproperty attribute
  • better handling of exceptions
  • ftpUpload task exposes the overwritecondition attribute, which was previously only available through the core API. This way you can control when remote file will be overwritten during upload.
  • less messages in the log file, unless verbose is turned on

Also a small bug was fixed regarding the Never value of overwrite condition: instead of uploading only files that don’t exist remotely, this mode would instead always overwrite remote files and never upload new ones.