Bugs item #1521489, was opened at 2006-07-12 23:57
Message generated for change (Comment added) made by drieseng
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: Closed
Resolution: Invalid
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.  

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

>Comment By: Gert Driesen (drieseng)
Date: 2006-07-14 09:12

Message:
Logged In: YES 
user_id=707851

This is by design (and it is documented as such):

http://nant.sourceforge.net/release/latest/help/enums/NAnt.
DotNet.Types.DebugOutput.html

Try setting the debug attribute to "Full". This will 
enable debug output, without defining the DEBUG and DEBUG 
conditional compilation symbols.

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

Comment By: danjea (danjea)
Date: 2006-07-12 23:59

Message:
Logged In: YES 
user_id=1554619

This is occuring in v0.85 RC4.

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

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