[nant-dev] [ nant-Bugs-1190966 ] C++ /clr option ignored on file basis

2005-05-03 Thread SourceForge.net
Bugs item #1190966, was opened at 2005-04-27 14:41
Message generated for change (Comment added) made by drieseng
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=1190966group_id=31650

Category: Tasks
Group: 0.85
Status: Closed
Resolution: Fixed
Priority: 5
Submitted By: Grarl (grarl)
Assigned to: Gert Driesen (drieseng)
Summary: C++ /clr option ignored on file basis

Initial Comment:
I have one file that needs to be compiled with managed 
support. My project as a whole does not use the /clr, 
only this file.
This builds fine in VStudio, but NAnt will not honor 
the /clr option that is set on only this file.


--

Comment By: Gert Driesen (drieseng)
Date: 2005-05-03 17:48

Message:
Logged In: YES 
user_id=707851

This is now committed in cvs.

Thanks for the report, repro and the patch !

--

Comment By: Grarl (grarl)
Date: 2005-04-27 22:29

Message:
Logged In: YES 
user_id=1235618

To fix this, change VcArgumentMap.cs as follows:
In the CreateCLArgumentMap() function add
  map.AddEnum(CompileAsManaged, null, null, null, /clr );
to the General section; following DebugInformationFormat if 
you want to use the same order as in the config dialog of 
VStudio.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=1190966group_id=31650


---
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-1190966 ] C++ /clr option ignored on file basis

2005-04-27 Thread SourceForge.net
Bugs item #1190966, was opened at 2005-04-27 12:41
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=1190966group_id=31650

Category: Tasks
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Grarl (grarl)
Assigned to: Nobody/Anonymous (nobody)
Summary: C++ /clr option ignored on file basis

Initial Comment:
I have one file that needs to be compiled with managed 
support. My project as a whole does not use the /clr, 
only this file.
This builds fine in VStudio, but NAnt will not honor 
the /clr option that is set on only this file.


--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=1190966group_id=31650


---
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-1190966 ] C++ /clr option ignored on file basis

2005-04-27 Thread SourceForge.net
Bugs item #1190966, was opened at 2005-04-27 12:41
Message generated for change (Comment added) made by grarl
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=1190966group_id=31650

Category: Tasks
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Grarl (grarl)
Assigned to: Nobody/Anonymous (nobody)
Summary: C++ /clr option ignored on file basis

Initial Comment:
I have one file that needs to be compiled with managed 
support. My project as a whole does not use the /clr, 
only this file.
This builds fine in VStudio, but NAnt will not honor 
the /clr option that is set on only this file.


--

Comment By: Grarl (grarl)
Date: 2005-04-27 20:29

Message:
Logged In: YES 
user_id=1235618

To fix this, change VcArgumentMap.cs as follows:
In the CreateCLArgumentMap() function add
  map.AddEnum(CompileAsManaged, null, null, null, /clr );
to the General section; following DebugInformationFormat if 
you want to use the same order as in the config dialog of 
VStudio.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=1190966group_id=31650


---
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers