Re: [api-dev] Howto create CalcAddin and then a .oxt File?

2008-08-25 Thread Juergen Schmidt
Hi Thomas, a workaround is to remove in the build-uno.xml and the javamaker target the line arg value=${oo.offapi.rdb}/ !-- from ConfigurationSettings -- The exec target don't except an empty argument. It's strange we are sure that we have tested the plugin with OO.org 3.0 and 2.4, 2.4.1.

Re: [api-dev] Howto create CalcAddin and then a .oxt File?

2008-08-24 Thread Juergen Schmidt
Hi Thomas, i saw the bug report. It seems to be a backward compatibility problem. We have to check and fix it. You can workaround your problem by using the 3.0Beta2 and the 3.0 SDK. Juergen Thomas wrote: Hi Juergen, i already wrote a Bugreport (see

Re: [api-dev] Howto create CalcAddin and then a .oxt File?

2008-08-22 Thread Juergen Schmidt
Hi Thomas, it is more interesting why the plugin doesn't work anymore. - on which platform do you work? - which version of the plugin do you use? - which office version do you use? - which SDK version do you use? Related to your question, check the SDK add-in example to see how you can build

Re: [api-dev] Howto create CalcAddin and then a .oxt File?

2008-08-22 Thread Thomas
Hi Juergen, i already wrote a Bugreport (see http://www.openoffice.org/issues/show_bug.cgi?id=92911 ) for the problem with netbeans. I hope this will be fixed soon. But i can't wait for the fix and have to write the plugin, so i want to do it without the help of netbeans. I will try to use GNU

Re: [api-dev] Howto create CalcAddin and then a .oxt File?

2008-08-22 Thread Tobias Krais
Hi Thomas, we use Eclipse and created an ant file. May be it helps you: -%- ?xml version=1.0 encoding=ISO-8859-1 ? project default=judasextension name=OOo property file=build.properties/ path id=build.classpath fileset dir=${basedir}/

[api-dev] Howto create CalcAddin and then a .oxt File?

2008-08-21 Thread Thomas
Hi all, i developed already some Calc-Addins with Java and Netbeans and the OO-Netbeans-Plugin. Now i want to know the steps what i have to do to develop a Addin without Netbeans because the OO-Netbeans-Plugin doesn't work any longer (i already send a bug report). I already have: 1) a working