I'm building a multi-solution project on 2 different PCs. One is a
single processor laptop, the other is a quad-core, dual processor
workstation. The NAnt binaries and all of my source code are copied
from a source server. The build works fine on my slower laptop, but
after successfully compiling many projects that don't include resource
files, the first project that does have resource files generates the
following error only on the fast workstation:
Cannot delete file '...\Temp\tmp12F.tmp\ResGen.exe'
Access to the path '...\Temp\tmp12F.tmp\ResGen.exe' is denied.
The NAnt script dies at that point, and my build fails. I see nothing
wrong with the access permissions to the Temp directory, it's
subdirectories, or the ResGen.exe file itself. My user ID has Full
Control credentials (Windows XP, service pack 2).
Looking at the DeleteTask.cs source code, I see that there is no
exception trapping. This is an unimportant error, in my opinion, and
I'd like to be able to get past it. I have "failonerror" set to "false"
for this solution, but it doesn't matter. Any thoughts on what's
causing this and how to get around it?
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users