Documentation file "\doc\help\tasks\csctask.html" contain error: the "output" attribute of the csc task means not "Output directory for the compilation target." but "Name of the output file". It became clear only when debug information is included into output DLL - file named with "directory" name and ".pdb" extension is created in the project's root directory and compilation fails with CS0016 error - access denied. When "output" parameter defined as file name - everything is working fine.
wbr, dMitry. ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ nant-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-developers
