The plugin is finished. It now finds all the classes which needs to have stubs generated for - automatically.
-Borut 2007/11/22, Mark Donszelmann <[EMAIL PROTECTED]>: > > Hi > > feel free to extend our plugin with the functionality you mention > below. Send us > the patch and we can include it. > > Regards > Mark > > On Nov 22, 2007, at 8:22 AM, Borut Bolčina wrote: > > > Hello, > > > > is anyone aware of rmic compiler other then > > http://java.freehep.org/freehep-rmic-plugin/index.html? > > > > The problem with the above plugin is that you need to provide the > > classes > > for the stub generation and one can easily forget to add one in an > > environment where several people add classes which extend > > UnicastRemoteObject. > > > > The solution would be to have a plugin which scans the sources and > > extracts > > class names. > > > > In theory stubs are not needed from Java 5 onwards, but in practice > > lack of > > provided stubs generates severe memory leaks. > > > > Regards, > > Borut > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
