[Nant-users] error
hi, this is what i have done. E:\version7>bin\nant htis is what i get Buildfile: file:///E:/version7/NAnt.build [tstamp] monday, march 03, 2003 9:20:33 AM build: [csc] compiling 74 files to e:\version7\build\nant.core.dl BUILD FAILED E:\version7\nant.build<75,10>: sourceforge.nant.tasks.csctask: error running external program , see build log for details. the system cannot find the file specified try "nant -help' for more information --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users
[Nant-users] error
hi, this is what i have done. E:\version7>bin\nant htis is what i get Buildfile: file:///E:/version7/NAnt.build [tstamp] monday, march 03, 2003 9:20:33 AM build: [csc] compiling 74 files to e:\version7\build\nant.core.dl BUILD FAILED E:\version7\nant.build<75,10>: sourceforge.nant.tasks.csctask: error running external program , see build log for details. the system cannot find the file specified try "nant -help' for more information --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users
Re: RE: [Nant-users] error
On Mon, 03 Mar 2003 Wayne Allen wrote : Hi Saravana, You need to make sure the C# compiler (csc.exe) is in you PATH. The easiest way to do this is to start the command prompt from the VS.NET command line shortcut. Otherwise csc.exe is located at "C:\WINNT\Microsoft.NET\Framework\v1.0.3705\" on my machine. Wayne -Original Message----- From: saravana kumar [mailto:[EMAIL PROTECTED] Sent: Sunday, March 02, 2003 8:37 PM To: [EMAIL PROTECTED] Subject: [Nant-users] error hi, this is what i have done. E:\version7>bin\nant htis is what i get Buildfile: file:///E:/version7/NAnt.build [tstamp] monday, march 03, 2003 9:20:33 AM build: [csc] compiling 74 files to e:\version7\build\nant.core.dl BUILD FAILED E:\version7\nant.build<75,10>: sourceforge.nant.tasks.csctask: error running external program , see build log for details. the system cannot find the file specified try "nant -help' for more information --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users reply HI WAYNE, THANKS.that problem has been sorted out.but im still getting some thing called external error.let me show u the build log. c:\version7>bin\nant BUILDFILE: file:///c:/version7/nant.build [tstamp] build: [csc]compiling 74 files to c:\version7\build\nant.core.dll [csc]compiling 2 files to c:\version7\build\nant.exe [csc]compiling 3 files to c:\version7\build\nant.documenter.dll [csc]compiling 33 files to c:\version7\build\nant.tests.dll test: [echo]* [echo]**running newly built nant.exe with test results* [exec]build\nant.exe -indent:1 buildfile: file///c:version7/ nant.build test.nunit BUILDFILE: file///c:/version7/nant.build [tstamp] .. test.nunit: [nunit] running sourceforge.nant.tests.alltests [nunit] FAILURE: touchtaskset.test_file_millis c:/version7/src/nant.tests.touchtasktest.cs<117>: ,touchfile = 'c:\docume~1\synects\local~1\temp\nant.tests.touchtest\file.txt' millis'=10'/> [nunit] FAILURE: touchtaskset.test_file_millis c:/version7/src/nant.tests.touchtasktest.cs<205>: touch: fileset, millis, c:\docume~1\synects\local~1\temp\ nant.tests.touchtest \file.txt [nunit] 82 tests : FAILURES 2: ERROR 0 BUILD FAILED c:\version7\nant.build<165,10>: unit test failed, see build log try ,nant -help' for more information. BUILD FAILED c:\version7\nant.build<158,04>: external program returned errors, see build log for details try 'nant -help' for more information. --- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com ___ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users
[Nant-users] version 7.9 touchtasktest.cs failure
hi nant users, there seems to be a problem with the touchtasktest.cs file.anybody who has come across this failure when trying to build nant please let me know and also send me the solution to this problem. saravanakumar --- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com ___ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users
[Nant-users] (no subject)
hi, just tried version8 this is the build log.waitng for help. Setting environment for using Microsoft Visual Studio .NET tools. (If you also have Visual C++ 6.0 installed and wish to use its tools from the command line, run vcvars32.bat for Visual C++ 6.0.) C:\>cd nant8 C:\nant8>bin\nant Buildfile: file:///C:/nant8/NAnt.build init: debug: build: [echo] Build Directory is C:\nant8/build/nant-0.8.01-debug [csc] Compiling 62 files to C:\nant8\build\nant-0.8.01-debug\bin\NAnt.Core .dll [csc] Compiling 32 files to C:\nant8\build\nant-0.8.01-debug\bin\NAnt.Core .Tests.dll [csc] Compiling 2 files to C:\nant8\build\nant-0.8.01-debug\bin\NAnt.exe C:\nant8\src\NAnt.Console\ConsoleStub.cs(60,17): warning CS0168: The variable 'e ' is declared but never used C:\nant8\src\NAnt.Console\ConsoleStub.cs(97,21): warning CS0168: The variable 'f nf' is declared but never used [csc] Compiling 1 files to C:\nant8\build\nant-0.8.01-debug\bin\NAnt.Conso le.Tests.dll [nant] src/NAnt.DotNetTasks.build build Buildfile: file:///C:/nant8/src/NAnt.DotNetTasks.build build: [csc] Compiling 14 files to C:\nant8\build\nant-0.8.01-debug\b in\NAnt.DotNetTasks.dll C:\nant8\src\NAnt.DotNetTasks\MsftFXSDKExternalProgramBase.cs(61,13): warning CS 0168: The variable 'e' is declared but never used [csc] Compiling 5 files to C:\nant8\build\nant-0.8.01-debug\bi n\NAnt.DotNetTasks.Tests.dll BUILD SUCCEEDED Total time: 1 seconds [nant] src/NAnt.ZipTasks.build build Buildfile: file:///C:/nant8/src/NAnt.ZipTasks.build build: [csc] Compiling 2 files to C:\nant8\build\nant-0.8.01-debug\bi n\NAnt.ZipTasks.dll [csc] Compiling 1 files to C:\nant8\build\nant-0.8.01-debug\bi n\NAnt.ZipTasks.Tests.dll BUILD SUCCEEDED Total time: 1 seconds [nant] src/NAnt.VisualCppTasks.build build Buildfile: file:///C:/nant8/src/NAnt.VisualCppTasks.build build: [csc] Compiling 4 files to C:\nant8\build\nant-0.8.01-debug\bi n\NAnt.VisualCppTasks.dll BUILD SUCCEEDED Total time: 0 seconds [nant] src/NAnt.NUnitTasks.build build Buildfile: file:///C:/nant8/src/NAnt.NUnitTasks.build build: [csc] Compiling 4 files to C:\nant8\build\nant-0.8.01-debug\bi n\NAnt.NUnitFormatters.dll [csc] Compiling 12 files to C:\nant8\build\nant-0.8.01-debug\b in\NAnt.NUnit1Tasks.dll [csc] Compiling 3 files to C:\nant8\build\nant-0.8.01-debug\bi n\NAnt.NUnit2Tasks.dll BUILD SUCCEEDED Total time: 2 seconds test: [echo] Running unit tests with just built version of NAnt. [exec] C:\nant8/build/nant-0.8.01-debug/bin/NAnt.exe -indent:1 -buildfile: NAnt.build debug self-test -D:project.version=0.8.01 BUILD FAILED C:\nant8\NAnt.build(111,4): External Program Failed: C:\nant8/build/nant-0.8.01-debug/bin/NAnt.exe return 1 Output: Buildfile: file:///C:/nant8/NAnt.build debug: init: self-test: [echo] C:\DOCUME~1\synect\LOCALS~1\Temp\SourceForge.NAnt.Tests. IfTest\new.txt is newer than C:\DOCUME~1\synect\LOCALS~1\Temp\SourceForge.NAnt.T ests.IfTest\old.txt Tests run: 105, Failures: 0, Not run: 0, Time: 7.610868 seconds Tests run: 9, Failures: 0, Not run: 0, Time: 2.7839754 seconds [nant] src/NAnt.DotNetTasks.build test Buildfile: file:///C:/nant8/src/NAnt.DotNetTasks.build build: [csc] Compiling 14 files to C:\nant8\build\nant-0. 8.01-debug\bin\NAnt.DotNetTasks.dll BUILD FAILED C:\nant8\src\NAnt.DotNetTasks.build(12,10): External Program Failed: C:\WINNT\Microsoft.NET\Framework\v1.0.3705\csc.exe ret urn 1 Output: fatal error CS0042: Unexpected error creating debug information file 'C:\nant8\b uild\nant-0.8.01-debug\bin\NAnt.DotNetTasks.PDB' -- 'C:\nant8\build\nant-0.8.01- debug\bin\NAnt.DotNetTasks.pdb: The process cannot access the file because it is being used by another process. BUILD FAILED Nested build failed. Refer to build log for exact reason. Try 'nant -help' for more information saravana kumar --- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com ___ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users
[Nant-users] using vss and mailing facilities
hi, thanks scott. the latest download seems to work well.now moving into the better part of the work, i have my dot net project in the visual source safe.now i need to get the latest version of the files from the vss for a build and also i need to send a mail to all the programmers a report of the build log.guide me on how to get this job done.hoping for help thanks in advance, saravana kumar --- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com ___ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users
[Nant-users] Re: Re: vss utilty
hi, not able to build nantcontrib.can you help me out.may be the problem is this.the corenant is in the c: directory.but nant contrib is in the d: directory.it gives the error not able to load build file.if you have the solution please help me out. On Mon, 10 Mar 2003 Brian Davis wrote : Hi Saravana, It's been a few months since I've used nant so please excuse my lack of memory on this topic (and things may have changed too) but here is what I remember... Nantcontrib is a collection of tools and tasks that add functionality to the core nant utility. You can get the latest version of nantcontrib by going to the following URL http://nant.sourceforge.net/snapshot/ and looking at the bottom of the page. You will see a link to a file NAntContrib-latest.zip . Unzip this to a folder. You can build nantcontrib using nant itself! Once you have built it sucessfully you should copy the files from nantcontrib/bin in to nant/bin. You will then discover that nant is able to find definitions for the vss tasks and other nantcontrib extensions. As I am not using the product from day to day any more I can't be more accurate without spending a few hours setting it up again. Your best bet for further help would be joining the nant mailing list and sending in your questions. Still, I hope this helps a little and points you in the right direction. Cheers, Brian. Original Message Follows From: "saravana kumar" Reply-To: "saravana kumar" To: [EMAIL PROTECTED] Subject: vss utilty Date: 10 Mar 2003 06:24:02 - hi brian, got ur mailing address at the nant users mailing archive.sorry if im disturbing you.im using the latest version of nant. it doesnt support vss.from the information i gathered i think you should be knowing on how to use nant with vss.please help me out.your advice will be of great help.the vss tasks have been put into the nantcontrib.so im not able to figure out how to use nant with vss. thanks in advance. waiting for your help saravana kumar [EMAIL PROTECTED] MSN 8 helps ELIMINATE E-MAIL VIRUSES. Get 2 months FREE*. --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users
Fwd: [Nant-users] using vss and mailing facilities
Note: Forwarded message attached -- Orignal Message -- From: "saravana kumar" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: [Nant-users] using vss and mailing facilities --- Begin Message --- hi, thanks scott. the latest download seems to work well.now moving into the better part of the work, i have my dot net project in the visual source safe.now i need to get the latest version of the files from the vss for a build and also i need to send a mail to all the programmers a report of the build log.guide me on how to get this job done.hoping for help thanks in advance, saravana kumar --- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com ___ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users --- End Message ---