Re: [api-dev] Problems with installing and uninstalling Extensions

2007-10-25 Thread Tobias Krais
Hi Juergen, I experience some new failures that seem to be associated with the problem I described in this thread: when updating my extension using the XPackageManager.addPackage(...), the extension is not correctly activated (this means, the JAR file contained in the extension cannot be

Re: [api-dev] Problems with installing and uninstalling Extensions

2007-10-25 Thread Juergen Schmidt
Tobias Krais wrote: Hi Juergen, I experience some new failures that seem to be associated with the problem I described in this thread: when updating my extension using the XPackageManager.addPackage(...), the extension is not correctly activated (this means, the JAR file contained in the

Re: [api-dev] Problems with installing and uninstalling Extensions

2007-10-24 Thread Christoph Neumann
Hi Tobias, Tobias Krais wrote: 6. The problem first occured when doing the following steps via Java API: - detecting the version number of the installed extension. Then removing the extension. At least installing a newer version of the extension. does your Java tool hold a reference to the

Re: [api-dev] Problems with installing and uninstalling Extensions

2007-10-22 Thread Tobias Krais
Hi Juergen, - Is my OpenOffice registry broken? you can easy test it. Run your office with soffice -env:UserInstalltion=./mynewuserdir now I continued testing here my results: 1. On Windows systems (Windows XP, OOo 2.3), installing the extension via API and unopkg works always properly and

Re: [api-dev] Problems with installing and uninstalling Extensions

2007-10-22 Thread Juergen Schmidt
Tobias Krais wrote: Hi Juergen, - Is my OpenOffice registry broken? you can easy test it. Run your office with soffice -env:UserInstalltion=./mynewuserdir now I continued testing here my results: 1. On Windows systems (Windows XP, OOo 2.3), installing the extension via API and unopkg works

Re: [api-dev] Problems with installing and uninstalling Extensions

2007-10-22 Thread Tobias Krais
Hi Juergen, Thus my results are: my former user directory was malformed. For me, it seems to be a linux x86_64 issue. What do you think? Can anybody do a 5 minutes test out there? I can send debug instructions for details. mmh, i don't know what the problem on your Ubuntu system is but it

Re: [api-dev] Problems with installing and uninstalling Extensions

2007-10-19 Thread Juergen Schmidt
Tobias Krais wrote: Hi Juergen, well, that can have different reasons. It works normally quite well and more interesting would be what are you doing in detail. I tested many many times and I try to find out what is wrong, to be able to reproduce my failure. The last thing I found out is: 1.

Re: [api-dev] Problems with installing and uninstalling Extensions

2007-10-19 Thread Juergen Schmidt
Tobias Krais wrote: Hi together, I have a strange problem here. I created a java program installing my OO extension. After testing it many times (removing and adding the extension again and again, maybe 50 times), the extension (written in Java, too) does not work anymore! As if the the API I

Re: [api-dev] Problems with installing and uninstalling Extensions

2007-10-19 Thread Joachim Lingner
Tobias Krais schrieb: Hi together, I have a strange problem here. I created a java program installing my OO extension. After testing it many times (removing and adding the extension again and again, maybe 50 times), the extension (written in Java, too) does not work anymore! As if the the API I

Re: [api-dev] Problems with installing and uninstalling Extensions

2007-10-19 Thread Tobias Krais
Hi Juergen, well, that can have different reasons. It works normally quite well and more interesting would be what are you doing in detail. I tested many many times and I try to find out what is wrong, to be able to reproduce my failure. The last thing I found out is: 1. If I install my

[api-dev] Problems with installing and uninstalling Extensions

2007-10-18 Thread Tobias Krais
Hi together, I have a strange problem here. I created a java program installing my OO extension. After testing it many times (removing and adding the extension again and again, maybe 50 times), the extension (written in Java, too) does not work anymore! As if the the API I use and also unopkg