On Thu, 24 Jan 2002 23:58, Jubin Gosar wrote: > Hi All > > I am using Ant for integration and build testing for a .NET project on > windows 2000. I had configured ant on my machine. Now I want the same to > be used by other developers. But only on their machine while checking out > from StarTeam I am getting the below error message for all files but the > file is being checked. How can I prevent the message from appearing. > > > 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 > E:\nstore_deploy\temp\build_dev\build.01.01.1\nApplications\nStore\Executio >n \src\CommonMethods\AssemblyInfo.cs
This means that touch is probably not installed on that particular machine. Can you run the command from the commanline? Are you sure touch is in your path? -- Cheers, Pete ----------------------------------------------------------- I don't suffer from insanity. I enjoy every minute of it. ----------------------------------------------------------- -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
