Bugs item #1096558, was opened at 2005-01-05 17:01 Message generated for change (Comment added) made by cvanik 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: cvanik (cvanik) Date: 2005-01-06 20:18 Message: Logged In: YES user_id=1190951 Really? I used the nant build from a Monday night and the same thing happen. csc is reporting the warning, it's even showing up in my cruisecontrol web page. However, Nant isn't failing and the build is unfortionetly building succesfully. I'll try the latest build and see what happens. ---------------------------------------------------------------------- Comment By: Gert Driesen (drieseng) Date: 2005-01-06 20: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
