Bugs item #1521489, was opened at 2006-07-12 14:57
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1521489&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Tasks
Group: 0.85
Status: Open
Resolution: None
Priority: 5
Submitted By: danjea (danjea)
Assigned to: Nobody/Anonymous (nobody)
Summary: csc "define" attribute not passed to command line correctly

Initial Comment:
When executing the <csc> task with a user 
specified "define" value the call to csc.exe is 
passing the /define:TRACE and /defing:DEBUG attributes 
regardless of what is passed to the <csc> task.  See 
log output below:

[csc] /fullpaths
[csc] /debug
[csc] "/define:DEBUG"
[csc] "/define:TRACE"
[csc] /optimize
[csc] "/warn:4"
[csc] /nologo
[csc] "/target:library"
[csc] "/define:TRACE"

In this case the call to <csc> was made with 
the "define" attribute of TRACE.  

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1521489&group_id=31650


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to