Re: Re: [mdr-users] Building MDR from CVS not possible

Martin Matula <[email protected]> Wed, 09 Oct 2002 10:11:07 +0200
Newsgroups gmane.comp.java.netbeans.modules.mdr.devel
Message-ID <[email protected]>
Hi Brian,

Brian Smith wrote:
> I hadn't checked yet whether this particular problem also existed with 
> the original version that you created. Anyway, at least I can send you 
> the new version privately if you would still like to use it, regardless 
> of its designated "officialness."  Please let me know.

Yes, this was the case also in the original version. I don't think it is 
a problem.
You can send it to me privately - I am not sure it is a good idea to 
polute GenericMapper with things that are not related to mapping MOF 
models to JMI interfaces (such as adding another parameter to openStream 
method) - I think later I will create JMIImplGenerator that will not 
depend on GenericMapper as it does not work the same way anyway. I used 
GenericMapper only because I needed to write such a utility very quickly 
no matter how "dirty" the implementation is - that's why I am saying 
that this version is very experimental...
Martin