Lukasz Szczygielek wrote: > Hello! > > I want to make changes in OO source. I known how to install a compiled > OO from RPM and local install by script. After a build a one module I > need to install again OO - this take some time. There is a method to > launch soffice from solver dir without installing everything again? > Maybe there is other workflow for programmers? I can't find a solution > in internet.
If you only have rebuilt a module you can copy the new bits into an existing installation as Eike described. Starting from solver doesn't work - unfortunately. I hope we can make that work in a not so distant future, but this is not the first priority in our effort to rework the build environment. The next best thing you can use is letting the instsetoo_native module build an installation for you. If you have already built an installation set (so that some post processing in instsetoo_native that better should be done elsewhere was performed) you can go to the "util" folder in the module and call "dmake PKGFORMAT=installed. It will create an runnable instance for you somewhere in its output directory. There is an environment variable to pass an alternative location but I have forgotten its name. You can read more about that in our GullFOSS blog where Ingo Schmidt has described that some time ago. Start http://blogs.sun.com/GullFOSS and enter "fastest way" into the search box, this should give you a link to the blog from Ingo. Regards, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Sun: http://blogs.sun.com/GullFOSS Please don't reply to "[email protected]". I use it for the OOo lists and only rarely read other mails sent to it. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
