Re: question on use of refOutmostPackage

Martin Matula <[email protected]> Sun, 29 Jun 2003 16:11:54 +0200
Newsgroups gmane.comp.java.netbeans.modules.mdr.devel
Message-ID <[email protected]>
Hi Ronald,
FYI, I have just replaced refOutermostPackage by refImmediatePackage 
where it was appropriate and commited all the changes to the CVS.
Martin

Krijgsheld, Ronald wrote:
> Hello,
> 
> we are building an extension of Mof called XMof. So, the XMof package
> imports the Model package. At some point I want to generate the JMI
> interfaces for the mof models that are in the XMof extent. This fails on two
> places, in TagSupport and TagProvider. Both because a call to
> refOutermostPackage is done, and the result is assumed to be a Mof extent,
> where in our case it is a XMof extent. Is there any reason for not using
> refImmediatePackage in these places?
> 
> 
> Ronald Krijgsheld
> 
>