[Mono-devel-list] Need guidance please: Adding a new namespace to System.Data

Ben Maurer bmaurer at users.sourceforge.net
Sun Nov 16 23:45:14 EST 2003


On Sun, 2003-11-16 at 23:28, Richard Thombs wrote:
> Our ObjectSpaces work requires the creation of a System.Data.Mapping
> namespace inside the System.Data.dll assembly.

Actually, this is in System.Data.SqlXml, a new v2 assembly. We need to
create a directory mcs/class/System.Data.SqlXml.

> I'm reluctant to commit anything into CVS for this before I get some
> feedback on what I was going to do:
> 
> - Create a new System.Data/System.Data.Mapping directory.
> - Ensure that all files inside this directory are wrapped in #if NET_1_2
>   blocks.
> - Add the new files to System.Data.dll.sources

Actually, your best plan is probably:
cd mcs/class
cp -R System.Data.ObjectSpaces System.Data.SqlXml
cd System.Data.SqlXml
(remove all the existing folders)
(copy the code over)
blah blah blah

If you want to zip up the files and send them to me i can get it done.
(may take till tomorrow)

-- Ben




More information about the Mono-devel-list mailing list