LOEclipse use uno-skeletonmaker with --java5 option to create a new (Java) Extension project (see file: /core/source/org/libreoffice/ide/eclipse/core/internal/model/UnoFactory.java)
I can't find a way to get rid of the:
__getComponentFactory( String sImplementationName )
__writeRegistryServiceInfo( XRegistryKey xRegistryKey )
methods which is no longer needed by the UNO services in passive registration.
Maybe it is necessary to modify the source code of the utility uno-skeletonmaker itself?
Maybe we can use a tpl file in place of uno-skeletonmaker, but how about idl file?
Any good suggestion is welcome.
LOEclipse use
uno-skeletonmakerwith--java5option to create a new (Java) Extension project (see file: /core/source/org/libreoffice/ide/eclipse/core/internal/model/UnoFactory.java)I can't find a way to get rid of the:
__getComponentFactory( String sImplementationName )__writeRegistryServiceInfo( XRegistryKey xRegistryKey )methods which is no longer needed by the UNO services in passive registration.
Maybe it is necessary to modify the source code of the utility
uno-skeletonmakeritself?Maybe we can use a
tplfile in place ofuno-skeletonmaker, but how aboutidlfile?Any good suggestion is welcome.