[Mono-devel-list] Need guidance please: Adding a new namespaceto System.Data
Mark Easton
mark.easton at blinksoftware.co.uk
Mon Nov 17 04:16:32 EST 2003
> 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
Actually there's also a System.Data.ObjectSpaces.dll so the
System.Data.ObjectSpaces directory pretty much needs leaving alone.
On another assembly note, some of the types declared in
System.Data.ObjectSpaces are listed as being in the System.Search.dll
assembly which, assuming the MS docs are right (they do have quite a few
whiffs of inaccuracy) then a new System.Search directory is going to be
needed.
M
-----Original Message-----
From: mono-devel-list-admin at lists.ximian.com
[mailto:mono-devel-list-admin at lists.ximian.com] On Behalf Of Ben Maurer
Sent: 17 November 2003 04:45
To: Richard Thombs
Cc: Mono Development
Subject: Re: [Mono-devel-list] Need guidance please: Adding a new
namespaceto System.Data
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
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list at lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list
More information about the Mono-devel-list
mailing list