Difference between revisions of "Talk:OpenOfficeOrg Addin"
(+bug-tracker link) |
m (Reverted edits by 92.48.122.144 (Talk); changed back to last version by J.K) |
(One intermediate revision by one other user not shown) | |
(No difference)
|
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)
- I do not think so. Uno Framework and Extensions project is designed for such uses Laurent Godard
- Of note there are two open issues on the OpenOffice issue tracker in relation to this, Equivalent of Creative Commons Add-in for Microsoft Office (Opened June 2006) and 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 --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 --Ksiomelo 01:59, 27 March 2007 (UTC)
- Possibly in a hidden section ?
- What about languages ?
- 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
- 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!
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)
-
- Hiya, all don't forget to file bugs about this and attach comments and patches: http://sourceforge.net/tracker/?group_id=80503&atid=559966 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 --J.K 15:59, 18 November 2007 (UTC)