Re: [NAnt-users] How to Catch Error in Copy Task

2011-02-24 Thread shampoo72
Hi I'm also seeing the same problem with copy task. Its failing to detect a wrong location. Failonerror is set to true. Really weird. -- View this message in context: http://old.nabble.com/How-to-Catch-Error-in-Copy-Task-tp5274180p31005575.html Sent from the NAnt - Users mailing list archive

Re: [NAnt-users] How to Catch Error in Copy Task

2006-07-11 Thread Gert Driesen
ent: dinsdag 11 juli 2006 21:29 > To: nant-users@lists.sourceforge.net > Subject: Re: [NAnt-users] How to Catch Error in Copy Task > > > The word "fail" or "failover" is nowhere in my script. > Does that mean I'm sure? I

Re: [NAnt-users] How to Catch Error in Copy Task

2006-07-11 Thread NealWalters
The word "fail" or "failover" is nowhere in my script. Does that mean I'm sure? I'm not familiar with failover. Here's my entire NANT file:

Re: [NAnt-users] How to Catch Error in Copy Task

2006-07-11 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of NealWalters > Sent: dinsdag 11 juli 2006 19:39 > To: nant-users@lists.sourceforge.net > Subject: [NAnt-users] How to Catch Error in Copy Task > > > Is there a way

[NAnt-users] How to Catch Error in Copy Task

2006-07-11 Thread NealWalters
Is there a way to catch/detect errors on the "copy" task? I use the following to copy files from my notebook to a server. When the server was rebooted, the copy failed. When I copied the directory from which I was copying into a Windows Explorer windows, then I needed to sign-on. So I know th