Juergen Schmidt writes:

[For the archives]

> Try simply
> UNO_TYPES=file:////.../ure/share/misc/types.rdb 
> file:///.../basis3.0/program/offapi.rdb
> UNO_SERVICES=file:////.../ure/share/misc/services.rdb 
> file:///.../basis3.0/program/services.rdb

> It should still work and i hope that is enough.

Yes, this is it.  I put this into a new "testrc" file and removed
using "unorc" for defaultBootstrap_InitialComponentContext().

I also needed BRAND_BASE_DIR and OOO_BASE_DIR to be set.  The old
CFG_INIFILE and BaseInstallation need no longer be set.

The full testrc:
    OOO_INSTALL_PREFIX_URL=file://${OOO_INSTALL_PREFIX}
    OOO_BASIS_URL=${OOO_INSTALL_PREFIX_URL}/openoffice.org/basis3.0
    OOO_BASIS_BIN_URL=${OOO_INSTALL_PREFIX_URL}/openoffice.org/basis3.0/program
    OOO_URE_URL=${OOO_INSTALL_PREFIX_URL}/openoffice.org/ure
    #
    #CFG_INIFILE=${OOO_BASIS_BIN_URL}/configmgrrc
    #BaseInstallation=${OOO_BASIS_URL}
    BRAND_BASE_DIR=${OOO_INSTALL_PREFIX_URL}/openoffice.org3
    OOO_BASE_DIR=${OOO_BASIS_URL}
    #
    UNO_TYPES=${OOO_URE_URL}/share/misc/types.rdb 
${OOO_BASIS_BIN_URL}/offapi.rdb
    UNO_SERVICES=${OOO_URE_URL}/share/misc/services.rdb 
${OOO_BASIS_BIN_URL}/services.rdb

only needs OOO_INSTALL_PREFIX to be set.

So thanks a lot, it works now!

Greetings,
Jan.

-- 
Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to