4
I Use This!
Inactive

News

Analyzed about 15 hours ago. based on code collected about 15 hours ago.
Posted about 16 years ago by Cédric
As some of my fellow developers at Novell have already explained it: we currently had a week of Innovation time. As I was on holiday during the official hack week time, I had it last week… and worked on the ooeclipse integration. This was an occasion to make some old ideas realized. The sources are [...]
Posted about 16 years ago by Cédric
I have decided to move the sources of the OOEclipse integration plugin to an ooo-build Git repo. Call it a fork if you like, but my aim here is to allow other developers to contribute easily to the project without having to sign a SCA. The code is still present on the OpenOffice.org API project [...]
Posted over 16 years ago by Cédric
For some time, I have been working on one of your comments on the Eclipse integration: I am making it work with OpenOffice.org 3.0 and its SDK. In the same time, I have found some problems with the UNO types browser. I have started to fix them and improve the OpenOffice.org bootstrapping system from Eclipse. The [...]
Posted almost 17 years ago by Cédric
Here is a new instance of the OpenOffice.org Eclipse integration tips. I hope you will enjoy it. Tip #3: Creating a valid OXT extension The OpenOffice.org Eclipse integration is starting to be out-dated and doesn't support the OXT extensions by ... [More] default. This tip explains how to create an OXT package using the Eclipse plugin. The package to build [...] [Less]
Posted almost 17 years ago by Cédric
Even if I'm not maintaining it for the moment, I'm still using the Eclipse integration of OpenOffice.org and would be glad to share some tips with you. Here are the two first tips. Stay tuned because there may be others… Tip #1 I recently decided to switch back to the default packages of OpenOffice.org on Ubuntu. However, [...]
Posted over 17 years ago by Cédric
I had a look at Lotus Symphony Beta 4 last week and I'm having a lot of doubts after that. The main difference between Lotus Symphony Beta 4 and the previous versions is that it comes with an SDK. Symphony extensions will be based on Eclipse plugins' system, not on OXT files like OpenOffice.org. The [...]
Posted over 17 years ago by Cédric
During more than one month my blog was down. I had several complains about the missing OpenOffice.org Eclipse integration update site. This is mainly due to my ISP for not warning when they unactivate an account. In fact Free.fr as unactivated my account due to too many spam comments in the database. On top of [...]
Posted over 17 years ago by Cédric
I was working very slowly during the last weeks on a major code cleaning of the OOo Eclipse integration. I did it using checkstyle rules and the eclipse-cs plugin. These rules are including some importants points like: code complexity header ... [More] presence verification naming conventions checks Javadoc checks. I was very impressed to see the complex methods I had written… and [...] [Less]
Posted over 17 years ago by Cédric
Every developer needs a way to debug its applications. It goes the same way for OpenOffice.org Java extensions. At the OOoCon 2008 in Barcelona, Steffen Grund explained me how he integrated OOo Java extensions debugging in the Netbeans plugin. Even if it was very interesting, I only had time to do it with Eclipse and [...]
Posted over 18 years ago by Cédric
Yesterday evening, I tried to find a way to register several UNO services implementations using regcomp. The problem is that the implementations have all been created using the uno-skeletonmaker tool and contained each their own static registration ... [More] methods. However there was nothing to register all the services implementations in the same jar file. This has lead [...] [Less]