Hi Stephan,

after further experimentations a synopsis:

    * In order to install a scripting package under OOo one needs to
      supply a jar-file according to the scripting framework specs
          o if all parts are Java then adding all needed classes to that
            jar-file should be sufficient
    * Fo a scripting language that is not implemented in Java in
      addition to the Java plug-in code one needs (example is ooRexx) to
      deploy
          o native (non-UNO) libraries (on [D]PATH, LD_LIBRARY_PATH),
          o a JRE to bridge Java and the non-Java scripting language (on
            CLASSPATH),
          o native (non-UNO) binaries resp. text-files that are script
            modules which need to be accessible as if they were placed
            along the PATH.

At the moment this is not possible. Also the OOo scripting framework
needs a MANIFEST.MF in a predefined form.

Finally, being able to package and deploy scripts in any scripting
language that can be used for OOo would be important as well.

Regards,

---rony


Reply via email to