Hi Steve
Here are the details you required. Please see if you have any clues.
<target name="checkout_src" depends="init">
<starteamcheckout
serverName="${starteam.serverName}"
serverPort="${starteam.serverPort}"
projectName="${starteam.projectName}"
viewName="${starteam.viewName}"
username="${starteam.username}"
password="${starteam.password}"
force="true"
recursion="true"
verbose="false"
folderName="${build.executionfolder}/src"
Excludes="*.csproj *.webinfo *.projdata *.projdata1 *.pdb *.resx
*.sln *.user *.suo"
targetFolder="${build.builddir}" />
</target>
Here's the output --------------
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\ AssemblyInfo.cs
error: (CreateProcess: touch -t 200109141040.21
E:\nstore_deploy\temp\build_dev\build.01.01.1\nApplications\nStore\Execution
\src\CommonMethods\ TestCases\MainTestSuite.cs error=2) executing touch
command: touch -t 200109141040.21
E:\nstore_deploy\temp\build_dev\build.01.01.1\nApplications\nStore\Execution
\src\CommonMethods\ TestCases\MainTestSuite.cs
Regards
Jubin
----- 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]>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>