Hi Rony,
please do not cross posting your questions on different lists.
See my answer on the dev@api.openoffice.org list
Thanks Juergen
Rony G. Flatscher wrote:
Hi there,
while experimenting with installing a package (Linux and Windows)
containing a new scripting language for OOo (http://www.ooRexx.org)
using the Java-based scripting framework, I ran into the following
problem: the scripting engine is installed for the current user only,
not for everyone ("share", I assume). So every distinct user, needs to
install that package at the moment, which obviously is not good, as
every user should be able to benefit from it.
What should/can I do to have the scripting engine installed for
everyone? Did use an older manifest file as a template and came up with
the following one (just changing the name of the scripting engine
appropriately):
ooRexxManifest.mf:
------------ cut here -----------
Built-By: Rony G Flatscher wu wien austria europe
RegistrationClassName: com.sun.star.script.framework.provider.oorexx.S
criptProviderForooRexx
------------ cut here -----------
Any hints/pointers highly appreciated!
TIA,
---rony
P.S.: Just for the record, the command to create the package-jar file is:
------------ cut here -----------
jar cvfm ScriptProviderForooRexx.jar ooRexxManifest.mf
com/sun/star/script/framework/provider/oorexx/*.class
com/sun/star/script/framework/provider/oorexx/*.java
com/sun/star/script/framework/provider/oorexx/template.rex
------------ cut here -----------
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]