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]