Thanks to Matthias Benkmann, I found the problem: there's a mistake in the documentation (OOo 2.0 Developers Guide, Section 18.6.1, Scripting Framework)
> C:\Program Files\OpenOffice.org 1.9.79\program>swriter > "vnd.sun.star.script:Library1.Macro1.bsh?language=BeanShell&location=user:uno_package/test.uno.pkg" this URL is as documented but wrong. the correct URL is: vnd.sun.star.script:Library1.Macro1.bsh?language=BeanShell&location=user:uno_packages/test.uno.pkg (please note the "s" after the string "uno_package") I created a bug report for that: http://qa.openoffice.org/issues/show_bug.cgi?id=49393 best regards, Christoph Lutz __________________________________________________________ Mit WEB.DE FreePhone mit hoechster Qualitaet ab 0 Ct./Min. weltweit telefonieren! http://freephone.web.de/?mc=021201 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
