Re: BASIC runtime error: object variable not set
Fernand Vanrie <[email protected]> Wed, 15 Dec 2010 10:31:43 +0100
| Newsgroups | gmane.comp.openoffice.devel.api |
|---|---|
| Message-ID | <[email protected]> |
oliver,
Its a typical Basic error, when you trie to change a object using a
"null" or "empty" variable.
I suppose your plugin is using a Basic add startup so you can not open
in advance the Basic IDE to sea what happens.
Find out where your plugin is using Basic at startup, for a start :-)
Hope it helps
Fernand
> Hi,
>
> I'm a contributor to the maven-ooo-plugin (https://github.com/fredericmorin/maven-ooo-plugin). We use this plugin for a project where we want to migrate from Ant to Maven. But for the OOo plugin generated by the maven-ooo-plugin I got a "BASIC-Laufzeitfehler. Objektvariable nicht belegt" (in English probably: "BASIC runtime error. Object variable not set") when I start OpenOffice. The registration ('unopkg add -v myplugin.oxt') itself was successful.
>
> Any ideas what could be wrong with the generated plugin? Or where I can look for the cause of this error?
>
> regards,
> Oliver
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]