Hi,

I recently renamed the 'dir' property of FileSet to 'baseDir'. That is:

task myjar(type Jar) {
   fileSet(baseDir: 'somedir') // used to be fileSet(dir: 'somedir')
}

In retrospect, it seems kind of a pointless change, and not really worth breaking backwards compatability for. Should I change it back to 'dir' or keep it as is?


Adam


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to