Hi Hasan, Bramwell, Hasan M. a écrit : > Please ignore the preceding message. I hit send instead of save. :-( > >> You will find a better version (thought not released yet) here: >> http://cedric.bosdonnat.free.fr/ooeclipseintegration_site.zip > > I'm trying it out, but it fails! > > Is this the expected result?
Yes, it seems correct. > Please note the three empty files, and the repetition of > RegistrationHandler.classes > These seem indicative of problems. The empty files: + The RegistrationHandler.classes is only a list of classes implementing your services and is contains only a few characters: thus 0KB is correct. Check if the file contains the string: org.openoffice.helloworld.comp.HelloworldImpl + The package.properties is an empty file: by defaults it doesn't contain anything, but try to open it: you'll be able to add files to the generated UNO package. (it doesn't fully supports the last features of .oxt packages). The RegistrationHandler.classes appears twice: + It completely normal as the bin directory contains all the build project sources and resources. It's the same in any other Eclipse project. > When I export the package, I get the error: > > Register component > 'file:///C:/hasan/projects/OOoDemo/eclipse/meta/Helloworld2/Helloworld2.jar' > in registry 'services.rdb' failed! > > error (CannotRegisterImplementationException): > ImplementationRegistration::registerImplementation() InvalidRegistryException > during registration > (prepareRegistry(): source registry is empty) What is this Helloworld2 project ? Is this using the same hierarchy than the one you described ? Could you send me your sample project in a private mail ? Regards, -- Cédric Bosdonnat OOo Eclipse Integration developer http://cedric.bosdonnat.free.fr --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
