I had a similar problem (solution task working, but creating broken /
strangely-sized output). I traced it to NAnt not correctly dealing
with .resX files, where the .resX extension was not all lower case.
You can tell if this bug is affecting you by looking in your
/obj/Debug/ directory, where .resources files get created during the
build: if you have .resX files in there, that's your problem. I posted
a one-line fix over to the developer's list, but it's not committed
yet, so your workaround would be to fix the capitalization of your
.resx files.

Hope this helps,
Jeff Paulsen


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to