Talk:OpenOfficeOrg Addin

From Creative Commons
Jump to: navigation, search

Discussion

(moved from the main article page in preparation for beta release -- Nathan 15:36, 26 October 2007 (UTC))

  • Would a straight up core addition to OpenOffice.org be more desirable than a plug-in? Jon Phillips 18:08, 6 July 2006 (UTC)
  • Insert license declaration text
    • What about languages ?
      • We could make available some languages packages that user could choose during setup --Ksiomelo 01:59, 27 March 2007 (UTC)
    • Possibly in a hidden section ?
  • How can I build the ccooo.oxt file rom the svn code?? J.K 16:44, 27 October 2007 (UTC)
    • I installed NetBeans and the OpenOffice.org Software Development Kit and the OpenOffice.org API plugin for NetBeans. Now I could build the ccooo.oxt file!

      But first I get this error message: "Could not create java implementation loader". In Netbeans I saw a line with /usr/lib/jvm/java-1.5.0-sun-1.5.0_update12/jre/lib/i386/client/libjvm.so and because i386/client was empty, i created a symlink: ln -s /usr/lib/jvm/java-1.5.0-sun-1.5.0_update13/jre/lib/i386/ /usr/lib/jvm/java-1.5.0-sun-1.5.0_update12/jre/lib/i386.
      And now while activating the ccooo extension I get an java-error like this: [jni_uno bridge error] UNO calling Java method writeRegistryInfo: non-UNO exception occurred: java.lang.NoClassDefFoundError: org/jaxen/JaxenException java stack trace: java.lang.NoClassDefFoundError: org/jaxen/JaxenException
at org.creativecommons.openoffice.ccooo.<clinit>(ccooo.java:131)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.sun.star.comp.loader.JavaLoader.writeRegistryInfo(JavaLoader.java:449)

What can I do? Can anybody sends me a working version of ccooo.oxt? Thanks for your help, J.K 22:24, 27 October 2007 (UTC)