Thank you very much, Stephan and Jüergen! Selon Stephan Bergmann <[EMAIL PROTECTED]>:
> Jürgen Schmidt wrote: > > Hi Jorge, > > > > first of all it isn't a good idea to attach zip files to mails on this > > mailing list. > > > > Your package depends on the install order, but the order is not > > guaranteed (at least not in a zip file). Your library reads config items > > from your xcu file. But as you see in your log file, this xcu file get > > installed after the library. Maybe this has worked in the past per chance. > > > > I would assume that when you create a <your_name>.uno.pkg package with > > package manifest file (/META-INF/manifest.xml) and take care of the > > right order in the manifest file that the current implementation takes > > care of this order (i am not 100% sure). Please try your package with > > the new package format (the zip format is deprecated) and let me know if > > it works. > > I will think about your problem and maybe we have to improve the > > installation mechanism to guarantee some install order or at least that > > config files and rdb are installed before component jars and libs. > > If the problem is that the configuration of a component needs to see an > xcu file, then the solution should be easy---change the code of the > component so that its *configuration* parts do not execute code that > needs the xcu (which should always be possible). > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
