Bugs item #1648837, was opened at 2007-01-31 14:28
Message generated for change (Comment added) made by drieseng
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: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Frederik Carlier (fcarlier)
Assigned to: Gert Driesen (drieseng)
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>


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

>Comment By: Gert Driesen (drieseng)
Date: 2007-02-05 09:41

Message:
Logged In: YES 
user_id=707851
Originator: NO

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

Bedankt !

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

Comment By: Frederik Carlier (fcarlier)
Date: 2007-01-31 14:29

Message:
Logged In: YES 
user_id=1149415
Originator: YES

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

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1648837&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