Re: [api-dev] Bootstrap.bootstrap() on macos

2008-01-28 Thread cedric . bosdonnat . ooo
Hi Juergen, Selon Juergen Schmidt [EMAIL PROTECTED]: the simple bootstrap mechanism is simply not extended to support Mac OS. It's on our todo list. Is there any other way to bootstrap OOo on macos then ? Otherwise, could I use the uno executable to run an XMain interface ? Thanks for your

[api-dev] Bootstrap.bootstrap() on macos

2008-01-27 Thread cedric . bosdonnat . ooo
Hi all, I'm testing the EclipseIntegration on MacOS X and I've found a strange problem. When I bootstrap OOo with the Java Helper, I get an error: com.sun.star.comp.helper.BootstrapException: no office executable found! at com.sun.star.comp.helper.Bootstrap.bootstrap(Bootstrap.java:253)

Re: [api-dev] Frustrations with Eclipse Plugin for Java Component Dev.

2007-12-07 Thread Cedric Bosdonnat
Hi Hasan, Bramwell, Hasan M. a écrit : That may have been true with the previous version I was using, but it is not the case with this version. At any rate not in my Windows XP machine with OOo 2.3.0 The latest dev versions haven't been tested on windows yet. I'll test it and fix the

Re: [api-dev] Frustrations with Eclipse Plugin for Java Component Dev.

2007-12-04 Thread Cedric Bosdonnat
Cedric Bosdonnat a écrit : Hi Hasan, Bramwell, Hasan M. a écrit : Looking at it with an ordinary text editor (VIM) it seems completely empty!! That is not normal! Could you turn the log level to debug (in the plugin preferences) and look if there is something wrong

Re: [api-dev] Frustrations with Eclipse Plugin for Java Component Dev.

2007-12-04 Thread Cedric Bosdonnat
Bramwell, Hasan M. a écrit : That may have been true with the previous version I was using, but it is not the case with this version. At any rate not in my Windows XP machine with OOo 2.3.0 The latest dev versions haven't been tested on windows yet. I'll test it and fix the problems if

Re: [api-dev] Frustrations with Eclipse Plugin for Java Component Dev.

2007-12-03 Thread Cedric Bosdonnat
Hi Hasan, Bramwell, Hasan M. a écrit : Could you send me your sample project in a private mail ? I tried, but it didn't work. Which address should I use? use this one: cedricbosdo 'at' openoffice.org Thanks, -- Cédric Bosdonnat OOo Eclipse Integration developer

Re: [api-dev] Frustrations with Eclipse Plugin for Java Component Dev.

2007-12-03 Thread Cedric Bosdonnat
Hi Hasan, Bramwell, Hasan M. a écrit : '''Note: The plugin needs to open a connection to Open Office ''already running'' in order for it to obtain lists of components. Starting Open Office after running the wizard will not succeed.''' It doesn't open a connection to OOo: simply bootstraps

Re: [api-dev] Frustrations with Eclipse Plugin for Java Component Dev.

2007-12-03 Thread Cedric Bosdonnat
Hi Hasan, Bramwell, Hasan M. a écrit : Looking at it with an ordinary text editor (VIM) it seems completely empty!! That is not normal! Could you turn the log level to debug (in the plugin preferences) and look if there is something wrong with the RegistrationHandler.classes definition ? You

Re: [api-dev] Frustrations with Eclipse Plugin for Java Component Dev.

2007-12-02 Thread Cedric Bosdonnat
Bramwell, Hasan M. a écrit : Dear Cedric If you manually edit an idl file the types.rdb and the .class files are regenerated. However if you have added a property in one of your interfaces, you'll have to add it in the implementation class at hand. By property do you mean attributes

Re: [api-dev] Frustrations with Eclipse Plugin for Java Component Dev.

2007-12-02 Thread Cedric Bosdonnat
Hi Hasan, Bramwell, Hasan M. a écrit : Please ignore the preceding message. I hit send instead of save. :-( You will find a better version (thought not released yet) here: http://cedric.bosdonnat.free.fr/ooeclipseintegration_site.zip I'm trying it out, but it fails! Is this the

Re: [api-dev] Frustrations with Eclipse Plugin for Java Component Dev.

2007-11-30 Thread Cedric Bosdonnat
Hi Stephan, Stephan Bergmann a écrit : No: the javamaker tool in the SDK only generates the .class file. IIRC at the beginning this tool generated the .java file but I don't know why it has changed. The main reason it changed was that for polymorphic UNO structs it produces code that uses

Re: [api-dev] Frustrations with Eclipse Plugin for Java Component Dev.

2007-11-30 Thread Cedric Bosdonnat
Hi Gerhard, Gerhard Schuster a écrit : would it be much effort for you to also automaticly generate an ant file for component deployment? There is this Export to UNO funxtionality in the GUI, but I find it very intransparent. - You have no means to see what this function actually does - You

Re: [api-dev] Frustrations with Eclipse Plugin for Java Component Dev.

2007-11-30 Thread Cedric Bosdonnat
Hi Laurent, Tobias, Laurent Godard a écrit : these files are created with the javamaker utility. There does no source code exist. It is not free ? No: the javamaker tool in the SDK only generates the .class file. IIRC at the beginning this tool generated the .java file but I don't know why

Re: [api-dev] Frustrations with Eclipse Plugin for Java Component Dev.

2007-11-30 Thread Cedric Bosdonnat
Hi Hasan, Bramwell, Hasan M. a écrit : I have successfully developed a Java Component using your excellent Eclipse plugin, but I had several frustrations with it. These may be dealt with in documentation I haven't yet found or they may be design flaws, I don't know. Thanks for using the

Re: [api-dev] Frustrations with Eclipse Plugin for Java Component Dev.

2007-11-30 Thread Cedric Bosdonnat
Hi Gerhard, Gerhard Schuster a écrit : CB You can use the package.properties file in the project root (it might be CB absent with some versions of the plugin). This files configures the UNO CB export packaging. I don't see it. I thought I had the most recent version. Hum... you are perhaps

[api-dev] uno-skeletonmaker question

2007-11-23 Thread Cedric Bosdonnat
Hi Juergen, all, I've found a small problem with the uno-skeletonmaker when refactoring code. The idl code was building correctly after the refactoring, but there was an error when running the uno-skeletonmaker afterwards. The error message was something like this: Error: Rejecting types due to

Re: [api-dev] Developing Extensions with Eclipse Plugin

2007-10-10 Thread Cedric Bosdonnat
Hi Tobias, Tobias Krais a écrit : Simply double click on the file, it should be edited in a special Editor. This editor will allow you to check the files to add (their types are automatically recognized). when double clicking the file, no special editor opens, just the normal text editor.

Re: [api-dev] Developing Extensions with Eclipse Plugin

2007-10-09 Thread Cedric Bosdonnat
Hi Tobias, Tobias Krais a écrit : Or is there a chance to tell the package wizard to include additional files? Simply create a package.properties file at your project's root. Open this file a check the files to include. I should create an empty package.properties file during the project

Re: [api-dev] Developing Extensions with Eclipse Plugin

2007-10-09 Thread Cedric Bosdonnat
Tobias Krais a écrit : Hum, as I've a bit less time to work on the plugin, I've no time to fix the important issues before a next release. I'm using an unstable one and the package.properties might be in that version. I'll try to package an a-bit-better version before the end of october...

Re: [api-dev] Developing Extensions with Eclipse Plugin

2007-10-09 Thread Cedric Bosdonnat
Hi Tobias, Tobias Krais a écrit : after several test, one time it worked! When creating a new project, then package.properties file was automatically created! This file is empty. Please tell me, how to edit this file to use it correct... Simply double click on the file, it should be edited in

Re: [api-dev] Developing Extensions with Eclipse Plugin

2007-10-08 Thread Cedric Bosdonnat
Hi Tobias, Tobias Krais a écrit : today I tried to migrate my extension project to an Eclipse UNO-IDL project. The extension contains a protocol handler with the Addons.xcu,... I created successfully the project, but when exporting the project as an oxt file, my description.xml,

Re: [api-dev] maven plugin to build OOo extensions

2007-09-28 Thread Cedric Bosdonnat
Hi Juergen, Laurent, Juergen Schmidt a écrit : I discovered the power of maven a few days ago and was already wondering if there is a plugin to build OOo extensions using maven. After some discussions on the topic at the OOoCon in Barcelona, I found out that there doesn't seem to be such a

[api-dev] maven plugin to build OOo extensions

2007-09-26 Thread Cedric Bosdonnat
Hi all, I discovered the power of maven a few days ago and was already wondering if there is a plugin to build OOo extensions using maven. After some discussions on the topic at the OOoCon in Barcelona, I found out that there doesn't seem to be such a plugin. Thus I decided to start one. For the

Re: [api-dev] Error Installing OOo SDK Eclipse Plugin on OS X

2007-07-27 Thread Cedric Bosdonnat
Hi Matthew, Matthew Harrison a écrit : Pardon me if this is a duplicate message, but I wasn't subscribed to the list the first time I sent it and I didn't see it go through: No problem ;) Hello. I'm trying to use the OOo SDK plugin for Eclipse on OS X 10.4.10 (Intel) as per the

Re: [api-dev] AWT Table in OpenOffice.org

2007-05-04 Thread Cedric Bosdonnat
Hi Carsten, Carsten Driesner a écrit : We have a known problem with complex controls within UNO AWT. Therefore I made a analysis which parts of UNO AWT are missing. We want to have a powerful UNO AWT for developers to create extension. You can find the final document about the analysis here:

[api-dev] AWT Table in OpenOffice.org

2007-05-03 Thread Cedric Bosdonnat
Hi all, I'ld like to create a table to present some data in an OpenOffice.org dialog. I'ld like to know which service(s) should be used to create a table like the one in the Options Fonts page. Thanks for your ideas. Cedric -- Cédric Bosdonnat OOo Eclipse Integration developer

[api-dev] OOEclipseIntegration update site down

2007-04-12 Thread Cedric Bosdonnat
Hi all, As the eclipse update site is currently down due to ISP problems, here is a rescue mirror, hosted by StarXpert: http://starxpert.fr/~cbosdonnat/ooeclipseintegration/ Sorry for the inconvenience -- Cédric Bosdonnat OOo Eclipse Integration developer http://cedric.bosdonnat.free.fr

Re: [api-dev] Java Eclipse Tutorial Problem

2007-03-28 Thread Cedric Bosdonnat
Hi Max, Max Giesbert a écrit : I just created a small trouble shooting section in the wiki page ( http://wiki.services.openoffice.org/wiki/JavaEclipseTuto ). Hope this helps others to avoid my problems. Hope I didn't get anything wrong. I just had no time yet to dig into the AMD64 issue...

Re: [api-dev] Google SoC Application Help Request

2007-03-27 Thread Cedric Bosdonnat
Hi Cory, First, I'm sorry for the delay, ut I had no time this week-end... Cory E. Burke a écrit : I intially felt I would be a great candidate for this project because I am currently in a complilers design course. Jürgen responded to the project that he was uncertain that a new parser was

Re: [api-dev] Java Eclipse Tutorial Problem

2007-03-20 Thread Cedric Bosdonnat
Hi Max Max Giesbert a écrit : The problem I have is that after finishing the New-UNO-IDL-Project wizard Gedit opens with an empty HelloWorldImpl.java. This means that the uno-skeletonmaker failed. Could you set the logs to debug level and send the logs ? Have you installed the SDK 2.0.4 or

Re: [api-dev] Java Eclipse Tutorial Problem

2007-03-20 Thread Cedric Bosdonnat
Hi Max, Max Giesbert a écrit : linking the official libstlport_gcc.so helped with the 32-bit installation. have to dig into 64-bit version later on. I never checked this, but have you configured your SDK at least once ? using the SetLinuxEnv.sh (or a name like this) script ? will also

Re: [api-dev] Java Eclipse Tutorial Problem

2007-03-20 Thread Cedric Bosdonnat
Max Giesbert a écrit : have to dig into 64-bit version later on. I never checked this, but have you configured your SDK at least once ? using the SetLinuxEnv.sh (or a name like this) script ? I hadn't configured the SDK. But it didn't change anything as I did it now... At the end of the SDK

Re: [api-dev] Java Eclipse Tutorial Problem

2007-03-19 Thread Cedric Bosdonnat
Hi Max, Max Giesbert a écrit : The problem I have is that after finishing the New-UNO-IDL-Project wizard Gedit opens with an empty HelloWorldImpl.java. This means that the uno-skeletonmaker failed. Could you set the logs to debug level and send the logs ? Have you installed the SDK 2.0.4 or

[api-dev] SubComponent in IZ for OOEclipseIntegration

2007-02-04 Thread Cedric Bosdonnat
Hi Juergen, all Could it be possible to have a subcomponent for reporting the OOEclipseIntegration bugs ? It could help the project a lot. Thanks, Cedric - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: [api-dev] OOEclipseIntegration released on EclipsePluginCentral

2007-02-02 Thread Cedric Bosdonnat
Hi Moctar, ould moctar a écrit : That's great news! So, I would like to know if the developer documentation is finished or not? This will help everyone to contribute to develop on Eclipse plugin and mainly the part concerning C++ language. A developer documentation is never really finished,

[api-dev] Using the uno-skeletonmaker to generate a Calc Addin

2007-01-24 Thread Cedric Bosdonnat
Hi Juergen, all, Is there a place describing how to configure the functions descriptions, display name and their different locale values for use with the uno-skeletonmaker ? I saw that I could use the -n and -t options to define the Addin implementation and IDL service, but is there any way to

[api-dev] A new version of the Eclipse integration

2007-01-16 Thread Cedric Bosdonnat
Hi all, You can find a new version of the Eclipse plugin to help the OpenOffice.org extension developpement. The Eclipse update site to use is: http://cedric.bosdonnat.free.fr/ooeclipseintegration/ Among the new interesting features: + The support of the uno-skeletonmaker to generate a

Re: [api-dev] Ubuntu OpenOffice.org eclipse plugin

2006-11-30 Thread Cedric Bosdonnat
Mikael De Bie a écrit : Thank you very much for your help ! I've followed the steps and manage to create a UNO package. :) But it still remains a problem : I've made the really simple macro : Sub TestHelloworld helloworld = createUnoService(org.openoffice.helloworld.Helloworld)

Re: [api-dev] XP Problem with OpenOffice.org eclipse plugin?

2006-11-28 Thread Cedric Bosdonnat
Bonjour Freddy, Freddy Marboeuf a écrit : I have the same problem than Alamo Vallejo, and I'm using the last version of the OOo SDK, which is 2.0.4. Error message is Invalid SDK path and Name field has value 680m3. I didn't found any solution for this problem and won't have time to create a

Re: [api-dev] Problems with User text fields

2006-11-16 Thread Cedric Bosdonnat
Hi Christoph, Oliver, Christoph Neumann a écrit : The property is MacroExecutionMode: PropertyValue[] DocArgs = new PropertyValue[1]; PropertyValue DocArg = new PropertyValue(); DocArg.Name = MacroExecutionMode; DocArg.Value = new Short(

Re: [api-dev] Problems with User text fields

2006-11-16 Thread Cedric Bosdonnat
Hi Andreas, Andreas Schlüns a écrit : The basic property ThisComponent is'nt a realy stable feature. It referrs to the current document ... and that can be the problem here. Do you realy know which of your documents is the current one at the time you call ThisComponent.getTextFields() ? In

Re: [api-dev] Problems with User text fields

2006-11-16 Thread Cedric Bosdonnat
Hi Franck, Frank Schönheit - Sun Microsystems Germany a écrit : [...] As far as I know, in case of macros contained in a document, ThisComponent *always* refers to the document itself. Only if your macro is part of some global (application-wide) Basic library, then ThisComponent follows the

Re: [api-dev] XP Problem with OpenOffice.org eclipse plugin?

2006-11-13 Thread Cedric Bosdonnat
Alamo Vallejo, Joan a écrit : Sorry, the attachment didn't seem to work... Here it is: Invalid SDK path. And the directory exists!! Which version of the SDK are you using ? Cedric - To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: [api-dev] idlc cannot handle spaces in pathnames?

2006-08-03 Thread cedric . bosdonnat . ooo
Hi Juergen, Eric, Selon Jürgen Schmidt [EMAIL PROTECTED]: idlc -IC:\Program Files\OpenOffice.org_2.0_SDK\idl my_proj.idl C:/Program Files/OpenOffice.org_2.0_SDK/windows/bin/idlc.exe: compile 'my_proj.idl' ... cpp: Can't open input file Files\OpenOffice.org_2.0_SDK\idl C:/Program

Re: [api-dev] [ooeclipseintegration] New plugin sources organization

2006-04-26 Thread Cedric Bosdonnat
Hi Tom, Tom Schindl a écrit : just started taking a look at it but I'm failing at the very early stages, what do you want me to check out, the complete ooeclipseintegration directory, each of the sub-directories on its own, ... . You just need the three sub-directories listed here: + core

Re: [api-dev] [ooeclipseintegration] New plugin sources organization

2006-04-05 Thread Cedric Bosdonnat
Hi Tom, Tom Schindl a écrit : Where can I get access to the plugin. I just wanted to give it a try and take a look at the code but I only found: http://cedric.bosdonnat.free.fr/ooeclipseintegration/ This is only the download site ;) and I had no time these days to update it. May be this

[api-dev] [ooeclipseintegration] New plugin sources organization

2006-04-03 Thread Cedric Bosdonnat
Hi all, I commited yesterday evening some huge changes for the Eclipse plugin. Here are the most important changes: 1. the Java specific code has been separated from the UNO-IDL code. This makes two plugins: a core defining an extension point (language) and a language plugin. This has been done

Re: [api-dev] OOoBean correct termination

2006-03-06 Thread cedric . bosdonnat . ooo
Hi Joachim, Quoting Joachim Lingner [EMAIL PROTECTED]: Unfortunately I cannot integrate it right away. We still have to figure out some special cases. For example, what happens if the office was started by OOoBean and then a user starts OOo. Both are using the same office. If now the OOoBean

Re: [api-dev] OOoBean correct termination

2006-03-04 Thread cedric . bosdonnat . ooo
Hi Joachin, I just have modified and tested my new bean thanks to your advice. I attached the Diff with a comment to the issue. I simply added a method terminateOOo as suggested on the issue. This method check if there are other components in the desktop and terminate the office if there is only

[api-dev] OOoBean correct termination

2006-03-01 Thread cedric . bosdonnat . ooo
Hi everybody, I'm using the OOoBean and would like to terminate correctly the OOo I've started. I used the code of the Developer's Guide example (http://api.openoffice.org/source/browse/api/odk/examples/DevelopersGuide/OfficeBean/OOoBeanViewer.java) and I get the exception pasted at the end of

Re: [api-dev] SRC680m150/OOo2.0.2/URE1.1 Build Incompatibility

2006-01-27 Thread Cedric Bosdonnat
Hi Stephan, Stephan Bergmann a écrit : No, you do not need to generate the headers every time you use them. However, when you compiled your software against (some milestone of) URE/OOo/SDK version X, and you now want to compile your software against (some milestone of) another URE/OOo/SDK

Re: [api-dev] SRC680m150/OOo2.0.2/URE1.1 Build Incompatibility

2006-01-26 Thread Cedric Bosdonnat
Hi Stephan, Stephan Bergmann a écrit : Just so that you will not get bitten by this: Since SRC680m150 (and thus for the forthcoming OOo 2.0.2 and URE 1.1), you can no longer compile with cppumaker-generated C++ UNO headers (i.e., the generated .hdl/.hpp files) generated prior to SRC680m150.

[api-dev] A snippet about OUString conversion into UTF8

2005-12-23 Thread Cedric Bosdonnat
Hi there, After a small discussion on the IRC, I get to convert an OUString into UTF-8 character encoding. I'ld like to submit a snippet to explain what makes me understand. Hope that helps, Cedric ?xml version=1.0? !-- $RCSfile: $ last change: $Revision: $ $Author: $ $Date: $ (c)2003 by the

[api-dev] [ooeclipseintegration] New version released

2005-11-27 Thread cedric . bosdonnat . ooo
Hi everybody, I just have commited a new version of the eclipse integration with the following changes: + improvement of the new UNO project wizard + new UNO interface wizard + fix of the project build (was just a workspace refresh problem) + some other misceleanous improvements. You can

Re: [api-dev] [ooeclipseintegration] new release for the Eclipse plugin

2005-11-21 Thread cedric . bosdonnat . ooo
Hi, I'm aware of this bug (I discovered it during the OOoCons2005). I have to commit the piece of code for this. I wanted to commit it with a new interface wizard, but I'll perhaps commit it before. You shouldn't have to do anything with Eclipse or the JDK. Just have to wait until one day or

[api-dev] UNO/URE exercise for newcomers

2005-10-30 Thread cedric . bosdonnat . ooo
Hi all, I just have written an exercise with the solution to help people make a simple C++ URE based application. It is quite well documented for a URE and UNO newcomer. You can find it at http://blogs.nuxeo.com/sections/blogs/cedric_bosdonnat/2005_10_29_uno-ure-exercise Please give me your

[api-dev] Helper for XNameContainer implementation ?

2005-10-30 Thread cedric . bosdonnat . ooo
Hi all, I just wondered if there is a helper for the XNameContainer implementation. I wanted to use this interface, but I'll have many others to implement :( It would be good to use a helper configured with the type of the elements (when there is only one type). Thanks for your help, Cedric

Re: [api-dev] [ooeclipseintegration] OpenOffice.org integration in Eclipse

2005-09-09 Thread cedric . bosdonnat . ooo
Hi Pierre-Andre, Selon Galmes Pierre-Andre [EMAIL PROTECTED]: iii - In the UNO types selector, the Uno types are never fetched, but the informative sentence Wait whilst fetching uno types is displayed. I've checked the files on my computer: the jar which is executed to fetch the types has not

[api-dev] SISSL licence for ooeclipseintegration

2005-09-09 Thread cedric . bosdonnat . ooo
Hi everybody, Now that the SISSL Licence has been dropped, what should I do with the OOEclipseIntegration licence ? it was under both LGPL and SISSL licence as every part of OOo... Should I remove it ? Thanks for your help, Cedric

Re: [api-dev] [ooeclipseintegration] OpenOffice.org integration in Eclipse

2005-09-08 Thread cedric . bosdonnat . ooo
Hi Pierre-Andre, Selon Galmes Pierre-Andre [EMAIL PROTECTED]: I thank you for your effort to get time to improve my work :-) Eclipse people have tested a bit the plugin to help me correcting some bugs. For now, I was not able to find the time to test your plug-in, but will try

Re: [api-dev] [ooeclipseintegration] OpenOffice.org integration in Eclipse

2005-09-05 Thread cedric . bosdonnat . ooo
Hi Pierre-Andre, Selon Pierre-André [EMAIL PROTECTED]: First of all, I would like to apologize for the delay in my answer. Holydays with no internet connection are very good for resting but not so good for developping ;-) Hollidays aren't normally given to developp ;-) However I did it...

[api-dev] [ooeclipseintegration] new release for the Eclipse plugin

2005-08-30 Thread cedric . bosdonnat . ooo
Hi everybody, I have just commited a new release for the Eclipse plugin enabling OOo / SO development. The new features are: + New service wizard + Incorporation of the new service wizard inthe new project wizard + Separation of the OOo and SDK configuration + Correction of some bugs

[api-dev] A first basis for an OOO eclipse integration

2005-07-18 Thread Cedric Bosdonnat
Hello, I am quite new on this list. I work on an eclipse plugin providing a support for OpenOffice.org development. I commited a first working basic version on the CVS. The features implemented in this version are : + syntax highlighting for uno-idl files + SDK Configuration using eclipse

[api-dev] Google summer of Code Idea

2005-06-11 Thread Cedric Bosdonnat
Hello everybody, I'm new on this mailing-list, but I'm in the 'fr' project for approximately 6 month. I'm wondering if I couldn't work on a subject which wasn't proposed : developping an eclipse plugin to create UNO components features to be coded: + Syntax highlighting for UNO-IDL files