Hi,
Thanks for your quick answer. I added all dependencies in my
pom.xml, but also is needed to add in classpath project the
openoffice.org installation folder. And this is what I can't achieve.
There is no information about this in openoffice wiki link...
Any ideas?
Best regards,
Enric
Manos Batsis
Tue, 26 Jun 2007 01:59:13 -0700
http://wiki.services.openoffice.org/wiki/Uno/Java/MavenBundles
hth,
Manos
Enric Forn Jorba wrote:
Hi,
I'm trying to create a project with Maven2 which references UNO
Java libraries. To use this libraries you add the dependencies and
also you have to add in project classpath de folder in openoffice.org
is installed. I tried many things like:
<manifest>
<addClasspath>true</addClasspath>
<classpathPrefix>lib</classpathPrefix>
<classpathPrefix>/usr/lib/openoffice/program</classpathPrefix>
<mainClass>com.crearic.proves.Executor</mainClass>
</manifest>
or,
<manifestEntries> <Class-Path>/usr/lib/openoffice/program</Class-Path>
</manifestEntries>
Unfortunately, didn't work... Can anyone help me ?
Best regards,
Enric
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]