Hi ,
I am running NANT on a VC++ project.It is throwing an error as shown below..
Buildfile: file:///C:/1NET middleTier/N-Unit test/NUnit/VCCONSOLETEST/VCCONSOLET
EST.build
Target framework: Microsoft .NET Framework 1.1
Target(s) specified: build
compile:
C:\1NET middleTier\N-Unit test\NUnit\VCCONSOLETEST\VCCONSOLETEST.build(24,6): El
ement <includes... /> for <fileset... /> is deprecated. Use <include> element in
stead.
[cl] 'C:\debug\AssemblyInfo.obj' does not exist, recompiling.
[cl] Compiling 3 files to 'C:\debug'.
[cl] Contents of C:\DOCUME~1\X_UMAK~1\LOCALS~1\Temp\tmp722.tmp.
[cl] /c
[cl] $
[cl] /Fd"C:\debug/"
[cl] /Fo"C:\debug/"
[cl] "C:\1NET middleTier\N-Unit test\NUnit\VCCONSOLETEST\AssemblyInfo.cpp
"
[cl] "C:\1NET middleTier\N-Unit test\NUnit\VCCONSOLETEST\stdafx.cpp"
[cl] "C:\1NET middleTier\N-Unit test\NUnit\VCCONSOLETEST\VCCONSOLETEST.cp
p"
[cl]
[cl] Starting 'cl (@"C:\DOCUME~1\X_UMAK~1\LOCALS~1\Temp\tmp722.tmp" /nolo
go)' in 'C:\1NET middleTier\N-Unit test\NUnit\VCCONSOLETEST'
BUILD FAILED - 0 non-fatal error(s), 1 warning(s)
C:\1NET middleTier\N-Unit test\NUnit\VCCONSOLETEST\VCCONSOLETEST.build(23,6):
'cl' failed to start.
The system cannot find the file specified
Total time: 0.2 seconds.
Now i have started to suspect if there is a compatibility issue.Please help me...
Regards
Kiran
- [nant-dev] VC++ compatibilty with NANT. ram kiran dhulipala
- Re: [nant-dev] VC++ compatibilty with NANT. Gert Driesen