Bugs item #1648837, was opened at 2007-01-31 14:28
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=1648837&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: Framework support
Group: cvs
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Frederik Carlier (fcarlier)
Assigned to: Nobody/Anonymous (nobody)
Summary: [PATCH] [mono 1.2.3] use vbnc instead of mbas

Initial Comment:
NAnt (CVS version) still uses mbas instead of vbnc as the Visual Basic compiler 
on Mono. However, mbas is deprecated.

This patch enables support for vbnc for mono-2.0 under Linux and Windows. Mono 
1.2.3 will ship (today?) with preview support for vbnc.

Patch:

Index: src/NAnt.Console/App.config
===================================================================
RCS file: /cvsroot/nant/nant/src/NAnt.Console/App.config,v
retrieving revision 1.27
diff -r1.27 App.config
736,737c736
<                             <!-- there is no mbas for the 2.0 profile yet -->
<                             <attribute 
name="exename">${path::combine(frameworkAssemblyDirectory, 
'mono/1.0/mbas.exe')}</attribute>
---
>                             <attribute 
> name="exename">${path::combine(frameworkAssemblyDirectory, 
> 'mono/2.0/vbnc.exe')}</attribute>
973,974c972
<                             <!-- there is no mbas for the 2.0 profile yet -->
<                             <attribute name="exename">${path::combine(prefix, 
'lib/mono/1.0/mbas.exe')}</attribute>
---
>                             <attribute name="exename">${path::combine(prefix, 
> 'lib/mono/2.0/vbnc.exe')}</attribute>


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

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

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to