You can submit a RFE on Ant's bugzilla. A possible name for this theoretical attribute might be keepgoing, since that term has been used in Ant before.
-Matt --- [EMAIL PROTECTED] wrote: > > Thanks again for your response and patience. > > I see what you are saying - and therefore copy > has the same issue. That is to say if you pass > a list of files to copy and an exception is thrown > copying one of the files - then the task will not > attempt to copy the rest of the files in the list. > > failonerror has no impact on this - all it does is > prevent the build from failing. > > Perhaps what it needed is an additional attribute > that controls whether or not the Copy/Move tasks > suspend the processing remaining files when an error > occurs. > > If this is appropriate - how would one go about > requesting / implementing this additional > functionality. > > Gary > > > > > Move is a subclass of Copy. Move has no execute > > method of its own; it inherits that of Copy. Copy > > checks failonerror within its execute method, so > Move > > treats failonerror exactly as does Copy. > > > > -Matt > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > > __________________________________ Do you Yahoo!? Yahoo! Small Business - Try our new resources site! http://smallbusiness.yahoo.com/resources/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]