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}" .... />
------------------

if I redirect output using ant :
ant -buildfile build.xml > report.txt 

I get.....

prepare:
    [mkdir] Created dir: E:\nstore_deploy\temp\build_dev
    [mkdir] Created dir: E:\nstore_deploy\temp\build_dev\build.01.01.1
    [mkdir] Created dir: E:\nstore_deploy\temp\build_dev\build.01.01.1\doc
    [mkdir] Created dir:
E:\nstore_deploy\temp\build_dev\build.01.01.1\deployment
    [mkdir] Created dir:
E:\nstore_deploy\temp\build_dev\build.01.01.1\deployment\bin
     [echo] E:/nstore_deploy/temp/build_dev/build.01.01.1/deployment/bin

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\





-----Original Message-----
From: Steve Loughran [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 25, 2002 11:58 AM
To: Ant Users List
Subject: Re: Question Related to Touch



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


> Hi Pete,
>
> I checked. I searched for touch.* in my machine. My machine inspite of not
> having touch.com/touch.exe/touch.bat doesn't give this particular message.
> On my colleague's machine it does.
>
> How do I install touch on my colleagues machine (touch for windows 2000)
>
> Also, Can it be the particular order of jars in the classpath which
contain
> 'touch.class' and particular class gives this message?
>
> Best Regards
> Jubin

that is definately an exec error; but the ant <touch> task doesnt use that.

BTW, are you using <csc> or ust vs.net for your actual .net build?


--
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]>

Reply via email to