Hi,sounds good.
I think we should add multiple framework support for the vbc task too, similar to the support in the csc task.
That will allow nant to build vb applications targeting multiple .NET frameworks and MonoBasic.
Shall I add support for this and supply you with a patch ?
We would need an additional setting in the nant framework configuration sections for the name of the vb compiler (BasicCompilerName or VbCompilerName).
yes - also good
We also need to add support for the following commandline options to the vbc task to allow targeting of the .NET Compact Framework :
- /netcf Target the .NET Compact Framework
- /sdkpath:<path> Location of the .NET Framework SDK directory (mscorlib.dll)
However, these options are not supported by MonoBasic. How do we deal with that ?
well /netcf isn't supported by vbc in the 1.0 framework either. Why not just document that you should add <arg> tags for those arguments if you're targetting the compact framework ?
Ian
------------------------------------------------------- This SF.net email is sponsored by: The Definitive IT and Networking Event. Be There! NetWorld+Interop Las Vegas 2003 -- Register today! http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en _______________________________________________ Nant-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-developers
