Menu

#613 [PATCH] [mono 1.2.3] use vbnc instead of mbas

cvs
closed-fixed
5
2007-02-05
2007-01-31
No

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>

Discussion

  • Frederik Carlier

    Patch providing support for vbnc

     
  • Frederik Carlier

    Logged In: YES
    user_id=1149415
    Originator: YES

    Assigning this to Gert, as he seems to be actively involved in both Nant and Mono.

     
  • Frederik Carlier

    • assigned_to: nobody --> drieseng
     
  • Gert Driesen

    Gert Driesen - 2007-02-05
    • status: open --> closed-fixed
     
  • Gert Driesen

    Gert Driesen - 2007-02-05

    Logged In: YES
    user_id=707851
    Originator: NO

    This is now fixed in CVS, and available in the latest nighlty build.

    Bedankt !

     

Log in to post a comment.