OK kinda complicated but
this happens in the test phase where nant spawns a version of the just built nant to run test targets. It the normal case it will run the test targets only. However the tests have the compile targets as dependents. with the file dates being wrong NAnt things it needs to rebuild them - it the .cs dates are always more recent thatn the .dll. Since this is the nant from \build... thats actually running and then trying to rebuild itself its going to fail.


Ian

Alright... I'll bite... what does the ziplib date bug have to do with
the pdb file staying locked?  (Snippet from Chris' log here)

BUILD FAILED
C:\work\nant-0.8.01\src\NAnt.DotNetTasks.build(12,10):
 External Program Failed:
C:\WINNT\Microsoft.NET\Framework\v1.0.3705\csc.exe return 1
Output:
fatal error CS0042: Unexpected error creating debug information file
'C:\work\nant-0.8.01\build\nant-0.8.01-debug\bin\NAnt.DotNetTasks.PDB'
--
'C:\work\nant-0.8.01\build\nant-0.8.01-debug\bin\NAnt.DotNetTasks.pdb:
The process cannot access the file because it is being used by another
process.





-------------------------------------------------------
This SF.net email is sponsored by: Does your code think in ink? You could win a Tablet PC. Get a free Tablet PC hat just for playing. What are you waiting for?
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users




-------------------------------------------------------
This SF.net email is sponsored by: Does your code think in ink? You could win a Tablet PC. Get a free Tablet PC hat just for playing. What are you waiting for?
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to