Difference between revisions of "Talk:OpenOfficeOrg Addin"

From Creative Commons
Jump to: navigation, search
(Discussion)
m (Reverted edits by 92.48.122.144 (Talk); changed back to last version by J.K)
 
Line 1: Line 1:
5pCyfg
+
== Discussion ==
 +
 
 +
''(moved from the main article page in preparation for beta release -- [[User:Nathan Yergler|Nathan]] 15:36, 26 October 2007 (UTC))''
 +
 
 +
* Would a straight up core addition to OpenOffice.org be more desirable than a plug-in? [[User:Jon Phillips|Jon Phillips]] 18:08, 6 July 2006 (UTC)
 +
** I do not think so. Uno Framework and Extensions project is designed for such uses [[User:Laurent Godard|Laurent Godard]]
 +
** Of note there are two open issues on the OpenOffice issue tracker in relation to this, [http://www.openoffice.org/issues/show_bug.cgi?id=66656 Equivalent of Creative Commons Add-in for Microsoft Office] (Opened June 2006) and [http://www.openoffice.org/issues/show_bug.cgi?id=29404 Marking documents with Creative Commons license metadata] (Opened May 2004). there are not many votes for either and now indication of how it would be implemented --[[User:Miguelpdl|Miguelpdl]] 11:50, 17 July 2006 (UTC)
 +
* Insert license declaration text
 +
** What about languages ?
 +
*** We could make available some languages packages that user could choose during setup --[[User:Ksiomelo|Ksiomelo]] 01:59, 27 March 2007 (UTC)
 +
** Possibly in a hidden section ?
 +
 
 +
*How can I build the ccooo.oxt file rom the svn code?? [[User:J.K|J.K]] 16:44, 27 October 2007 (UTC)
 +
**I installed [http://www.netbeans.org/ NetBeans] and the [http://api.openoffice.org/SDK/index.html OpenOffice.org Software Development Kit] and the [http://wiki.services.openoffice.org/wiki/OpenOffice_NetBeans_Integration  OpenOffice.org API plugin for NetBeans]. Now I could build the ccooo.oxt file!<br /><br /> 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: <code>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</code>.<br /> And now while activating the ccooo extension I get an java-error like this:<code> [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)</code><br /><br />What can I do? Can anybody sends me a working version of ccooo.oxt? Thanks for your help, [[User:J.K|J.K]] 22:24, 27 October 2007 (UTC)
 +
**Hiya, all don't forget to file bugs about this and attach comments and patches: http://sourceforge.net/tracker/?group_id=80503&atid=559966 [[User:Jon Phillips|Jon Phillips]] 08:17, 15 November 2007 (UTC)
 +
**Now, with the current svn-version of ccooo I can build and install the addin, but when I click in an opened text document Insert -> Creative Commons License, OOo crashs. Thanks for this tip! http://sourceforge.net/tracker/index.php?func=detail&aid=1834061&group_id=80503&atid=559966 --[[User:J.K|J.K]] 15:59, 18 November 2007 (UTC)

Latest revision as of 23:09, 13 April 2009

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)