RE: [api-dev] Problem with with NetBeans Plug-In

2007-07-31 Thread Jesse Alexander (KSFD 121)
9:39 AM To: dev@api.openoffice.org Subject: Re: [api-dev] Problem with with NetBeans Plug-In Hi, the way how the SDK is installed on Ubuntu is more or less the same idea i have in mind for the SDK in the future. On Ubuntu the SDK is installed in a sudirectory (/usr/lib/openoffice/sdk) under

Re: [api-dev] Problem with with NetBeans Plug-In

2007-07-31 Thread Juergen Schmidt
Hi, the way how the SDK is installed on Ubuntu is more or less the same idea i have in mind for the SDK in the future. On Ubuntu the SDK is installed in a sudirectory (/usr/lib/openoffice/sdk) under the office installation. My plan is to make the SDK an optional part of a normal office instal

Re: [api-dev] Problem with with NetBeans Plug-In

2007-07-30 Thread Max Giesbert
Hi Steffen, thx for the explanations. I posted a bug under http://www.openoffice.org/issues/show_bug.cgi?id=80183 I didn't know your username. So go and get it. It's all yours ;-) Thx Max Steffen Grund wrote: > Hi Max, > > the problem is that Ubuntu inserts the wrapper scripts to call the s

Re: [api-dev] Problem with with NetBeans Plug-In

2007-07-30 Thread Max Giesbert
basename IS installed. that is not the problem. see the post of Steffen Grund from 15h18 CEST for more details. thx anyway max Marc Santhoff wrote: > Am Montag, den 30.07.2007, 16:18 +0200 schrieb Max Giesbert: >> CRITICAL # org.openoffice.extensions.util.ProjectCreator,line 486: >> /usr/lib/o

Re: [api-dev] Problem with with NetBeans Plug-In

2007-07-30 Thread Marc Santhoff
Am Montag, den 30.07.2007, 16:18 +0200 schrieb Max Giesbert: > CRITICAL # org.openoffice.extensions.util.ProjectCreator,line 486: > /usr/lib/openoffice/sdk/linux/bin/uno-skeletonmaker: 4: basename: not > found > /usr/lib/openoffice/sdk/linux/bin/uno-skeletonmaker: 4: > /usr/lib/openoffice/sdk/lin

Re: [api-dev] Problem with with NetBeans Plug-In

2007-07-30 Thread Steffen Grund
Hi Max, the problem is that Ubuntu inserts the wrapper scripts to call the sdk commands. Commands are renamed with extension .bin and the scripts take the place of the commnds. So the plugin calls the scripts with an environment which is customized for the commands. This environment does not

Re: [api-dev] Problem with with NetBeans Plug-In

2007-07-30 Thread Max Giesbert
Hi Steffen, thx a lot. Now i have my .java file :-D here is the log file: INFO # org.openoffice.extensions.util.ProjectCreator,line 483: /home/max/devel/OOoSDK/RPMS/opt/openoffice.org2.2_sdk/linux/bin/uno-skeletonmaker add-on --java5 -o/home/max/workspace.beans/TestAddOn/src -norg.openoffi

Re: [api-dev] Problem with with NetBeans Plug-In

2007-07-30 Thread Steffen Grund
Hi Max, indeed you can. You have to set an environment variable org_openoffice_nb_integration_log_level = all and start NetBeans with this set. The OOo plugin will then create a log file called OOoNBIntegration1.log in your temp directory. (For a different directory, set org_openoffice_nb_int

Re: [api-dev] Problem with with NetBeans Plug-In

2007-07-30 Thread ashok _
Hello Max: I had similar problems on Ubuntu, until I removed the default Openoffice installtion + SDK, and installed my own copies of both (rpm->convert to deb->install the deb) Ashok On 7/30/07, Max Giesbert <[EMAIL PROTECTED]> wrote: > Hi Juergen, > > yes, i am using the Ubuntu OOo-dev from th

Re: [api-dev] Problem with with NetBeans Plug-In

2007-07-30 Thread Max Giesbert
Hi Juergen, yes, i am using the Ubuntu OOo-dev from the repositories. But using the official (32-Bit) OOo-SDK doesn't do the trick either. As before the package is created but no .java file in it... Is there a log file or anything where i can see what's happening? Thx Max Juergen Schmidt wrot

Re: [api-dev] Problem with with NetBeans Plug-In

2007-07-30 Thread Juergen Schmidt
Hi Max, Max Giesbert wrote: Hi Folks, i followed the steps mentioned on http://wiki.services.openoffice.org/wiki/OpenOffice_NetBeans_Integration and as well http://wiki.services.openoffice.org/wiki/OpenOffice_Add-On_Project_Type . Besides missing part 3 in the latter one I have the problem that

[api-dev] Problem with with NetBeans Plug-In

2007-07-28 Thread Max Giesbert
Hi Folks, i followed the steps mentioned on http://wiki.services.openoffice.org/wiki/OpenOffice_NetBeans_Integration and as well http://wiki.services.openoffice.org/wiki/OpenOffice_Add-On_Project_Type . Besides missing part 3 in the latter one I have the problem that the .java file is not generate