Bugs item #1096558, was opened at 2005-01-05 18:01 Message generated for change (Comment added) made by drieseng You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1096558&group_id=31650
Category: Tasks Group: None Status: Open Resolution: None Priority: 5 Submitted By: cvanik (cvanik) Assigned to: Nobody/Anonymous (nobody) Summary: solution task Initial Comment: I have TreatWarningsAsErrors = "true" set in all my .csproj files. I'm trying to compile with the solution task. I have unreachable code in one of my files. It shows up as an error when building in Visaual Studo. Nant builds successfuully. I don't think the solution task is passing in the value of TreatWarningsAsErrors to csc, so csc is using the default value (which is probably false). I have failonerror=true. It may be related to http://sourceforge.net/tracker/index.php? func=detail&aid=1080237&group_id=31650&atid=402868 but I'm trying to compile c# code. ---------------------------------------------------------------------- >Comment By: Gert Driesen (drieseng) Date: 2005-01-06 21:03 Message: Logged In: YES user_id=707851 This is working fine for me. What version of NAnt are you using ? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1096558&group_id=31650 ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ nant-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nant-developers
