On 08/05/09 15:23, Fabian Köster wrote:
I am working on a library which uses the OpenOffice.org Java API.

The binary-Jars which are available at the Central Maven Repository [1] are just fine, but because of our company-policy I really need to build them by source.

I looked into the corresponding pom.xml but for every artifact it just says

scm:cvs:pserver:[email protected]:/cvs

as source for the code. But I do not know which parts of the repository are really needed for building the indivual jar-files (ridl.jar, jurt.jar, ...) and I do not know which CVS-tag to check out, if I - for example - want to build the Jars for OOo 2.2.1.

Can you please help me?

I do not know who placed any data at
<http://repo2.maven.org/maven2/org/openoffice/>, it is definitely not
something provided by the core OOo community. (And I assume the one who placed the data there should be able to tell you the exact steps to produce that data.)

Anyway, building just parts of OOo indeed requires the whole OOo source to be checked out (only if you are experienced, you might be able to make shortcuts...). Build instructions (incl. how to obtain the source) for recent OOo versions is maintained at <http://wiki.services.openoffice.org/wiki/Documentation/Building_Guide/Getting_the_source>; for such old versions as 2.2.1, you might have some luck finding information at <http://tools.openoffice.org>.

By the way, the recommended way to program against the OOo UNO API is to use the OOo SDK, see <http://api.openoffice.org> (and for Java, there is an integration into NetBeans, see <http://wiki.services.openoffice.org/wiki/OpenOffice_NetBeans_Integration>).

-Stephan

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to