Is there a way to suppress the message. Yes, it is not really an Ant problem. It only happens when it executes the checkout_src target > > > checkout_src: > error: (CreateProcess: touch -t 200108221051.34 > E:\nstore_deploy\temp\build_dev\build.01.01.1\nApplications\nStore\Executio >n \src\CommonMethods\AssemblyInfo.cs error=2) executing touch command: touch > -t 200108221051.34
-----Original Message----- From: Stefan Bodewig [mailto:[EMAIL PROTECTED]] Sent: Friday, January 25, 2002 1:41 PM To: [EMAIL PROTECTED] Subject: Re: Question Related to Touch On Fri, 25 Jan 2002, Peter Donald <[EMAIL PROTECTED]> wrote: > This means that touch is probably not installed on that particular > machine. One additional thing to note, is that Ant's <touch> task doesn't use the touch executable. It must be an <exec> in the build file or something, it is not really an Ant problem. Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
