----- Original Message -----
From: "Jubin Gosar" <[EMAIL PROTECTED]>
To: "Ant Users List" <[EMAIL PROTECTED]>
Sent: Thursday, January 24, 2002 10:39 PM
Subject: RE: Question Related to Touch


> Hi Steve
>
> It probably has nothing to do with <csc..
> because if I comment the target for checkout_src it doesn't give this
> message.. For your reference I have provided details below
>
> Thanks
> Jubin
>
> ----------------------
> My build file contains
>
>
> <target name="checkout_src" depends="init">
>
> <prepare.....
>
> <csc targetType="library"
> srcDir="${build.fullpath}/systemframework"
> docFile="${build.docdir}/systemframework.xml"
> outputFile="${build.assemblydir}/systemframework.dll"
> includeDefaultReferences="true"
> referencesPath="${build.assemblydir}" .... />


no, I didnt think it was csc either; I was just curious to see if it was
being used by anyone. Nobody has ever filed bugreps against it ,see.


> checkout_src:
>     error: (CreateProcess: touch -t 200108221051.34
>
E:\nstore_deploy\temp\build_dev\build.01.01.1\nApplications\nStore\Execution
> \src\CommonMethods\AssemblyInfo.cs error=2) executing touch command: touch
> -t 200108221051.34
>
E:\nstore_deploy\temp\build_dev\build.01.01.1\nApplications\nStore\Execution
> \src\CommonMethods\
>

can you show is what the checkout_src target looks like?. And do a run of
just that method with -verbose set?

S.


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to