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.openoffice.testaddon.TestAddOn
-porg.openoffice.testaddon.testaddon:HelloWorld
INFO #
org.openoffice.extensions.util.ScriptExecutor,line 89:
/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.openoffice.testaddon.TestAddOn
-porg.openoffice.testaddon.testaddon:HelloWorld
CRITICAL #
org.openoffice.extensions.util.ProjectCreator,line 486:
/home/max/devel/OOoSDK/RPMS/opt/openoffice.org2.2_sdk/linux/
bin/uno-skeletonmaker:
error while loading shared libraries: libreg.so.3: wrong ELF
class:
ELFCLASS64
---> this was with official, but 32-bit, SDK
INFO #
org.openoffice.extensions.util.ProjectCreator,line 483:
/usr/lib/openoffice/sdk/linux/bin/uno-skeletonmaker add-on
--java5
-o/home/max/workspace.beans/TestAddOn/src
-norg.openoffice.testaddon.TestAddOn
-porg.openoffice.testaddon.testaddon:HelloWorld
INFO #
org.openoffice.extensions.util.ScriptExecutor,line 89:
/usr/lib/openoffice/sdk/linux/bin/uno-skeletonmaker add-on
--java5
-o/home/max/workspace.beans/TestAddOn/src
-norg.openoffice.testaddon.TestAddOn
-porg.openoffice.testaddon.testaddon:HelloWorld
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/linux/bin/.bin: not found
--->this happened with the Ubuntu SDK
--->then i changed
/usr/lib/openoffice/sdk/linux/bin/uno-skeletonmaker from
#!/bin/sh
# wrapper script for OOos SDK programs
LD_LIBRARY_PATH=/usr/lib/openoffice/program
/usr/lib/openoffice/sdk/linux/bin/`basename $0`.bin
"$ "
--->to
#!/bin/sh
# wrapper script for OOos SDK programs
LD_LIBRARY_PATH=/usr/lib/openoffice/program
/usr/lib/openoffice/sdk/linux/bin/uno-skeletonmaker.bin
"$ "
Maybe you can enlighten me what exactly went wrong in the
first place
because I don't really get it.
Thx
Max
Steffen Grund wrote:
> 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<Number>.log in your
temp directory. (For a
> different directory, set
org_openoffice_nb_integration_log_path to the
> directory of your choice.)
>
> The output of the skeletonmaker call is posted into the
logfile. It
> would be really helpful if you could post the content
of the file here.
>
> Regards, Steffen
>
> Max Giesbert wrote:
>> 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
>>
>
>
------------------------------------------------------------
---------
> To unsubscribe, e-mail: dev-unsubscribe api.openoffice.org
> For additional commands, e-mail: dev-help api.openoffice.org
>
>
--
Max Giesbert - exactt technology
Schießstättstr. 16 T: +49 17 75 07 53 44
D-80339 München F: +49 89 1 22 21 97 02
------------------------------------------------------------
---------
To unsubscribe, e-mail: dev-unsubscribe api.openoffice.org
For additional commands, e-mail: dev-help api.openoffice.org
|