classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cp-patches] Re: Removing rmic, registry from classpath CVS


From: C. Brian Jones
Subject: Re: [cp-patches] Re: Removing rmic, registry from classpath CVS
Date: Sat, 05 Feb 2005 20:10:38 -0500

On Sat, 2005-02-05 at 18:39, Mark Wielaard wrote:
> Hi,
> 
> On Sat, 05 Feb 2005 16:24:44 -0500, C. Brian Jones wrote:
> 
> > I have already moved these tools into the cp-tools repository.  This
> > patch simply removes them from classpath.
> > 
> > 2005-02-05  C. Brian Jones  <address@hidden>
> > [...]
> >         * gnu/java/rmi/registry/RegistryImpl.java: ditto
> >         * gnu/java/rmi/registry/RegistryImpl_Skel.java: ditto
> >         * gnu/java/rmi/registry/RegistryImpl_Stub.java: ditto
> 
> This breaks the build for me.
> 
> Found 2 semantic errors compiling "../java/rmi/registry/LocateRegistry.java":
> 
>     74.         return (new RegistryImpl_Stub(ref));
>                             ^---------------^
> *** Semantic Error: Type "java.rmi.registry.RegistryImpl_Stub" was not found.
> 
> 
>     82.         return (new RegistryImpl(port, csf, ssf));
>                             ^----------^
> *** Semantic Error: Type "java.rmi.registry.RegistryImpl" was not found.
> 
> Could you fix that or add the sources back for now?

It's been added back.  Makes me wonder if I need to remove it from
cp-tools.  Definitely looks like it is required by the library so it can
programmatically instantiate a registry.  I should have caught this, bad
Brian!

Brian
-- 
Brian Jones <address@hidden>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]