[dev] vanilla linux builds

2008-07-22 Thread Caolan McNamara
Do we have a buildbot or any other piece of infrastructure that is capable of providing an installset that uses or matches the buildsystem of the vanilla linux builds provided by www.openoffice.org i.e. i386, builds with the same compiler, builds with the vclplugs, provides rpms, installs cleanly

Re: [dev] vanilla linux builds

2008-07-22 Thread Christian Lohmaier
Hi *. On Tue, Jul 22, 2008 at 10:48 AM, Caolan McNamara [EMAIL PROTECTED] wrote: Do we have a buildbot or any other piece of infrastructure that is capable of providing an installset that uses or matches the buildsystem of the vanilla linux builds provided by www.openoffice.org i.e. i386,

Re: [dev] vanilla linux builds

2008-07-22 Thread Caolan McNamara
On Tue, 2008-07-22 at 13:37 +0200, Christian Lohmaier wrote: Hi *. On Tue, Jul 22, 2008 at 10:48 AM, Caolan McNamara [EMAIL PROTECTED] wrote: Do we have a buildbot or any other piece of infrastructure that is capable of providing an installset that uses or matches the buildsystem of the

Re: [dev] How can I reuse the implementation of a service?

2008-07-22 Thread Rainman Lee
oh, I see... Separating XButton from XWindow and reusing the window implementation can be done in a old-style service. But in a new-style service, only one interface a service can inherit. so if I try to separate XButton, there must be a XSomeInterface that inherits XButton and XWindow. The result