Details
-
Type:
Task
-
Status:
Closed
-
Resolution: Fixed
-
Labels:None
-
Bundle URL:multiple - see below
-
Project URL:
-
Contributor URL:NOT A DEVELOPER
Description
OpenOffice.org includes some JARs that can be used in a standalone Java app to connect to a running OpenOffice.org instance.
The OpenOffice.org team agreed to distributing those JARs through Maven 2 and assigned the task to myself
http://www.openoffice.org/issues/show_bug.cgi?id=71358
Please find the bundles here
http://jooreports.sourceforge.net/m2/openoffice.org-juh-2.1.0-bundle.jar
http://jooreports.sourceforge.net/m2/openoffice.org-jurt-2.1.0-bundle.jar
http://jooreports.sourceforge.net/m2/openoffice.org-ridl-2.1.0-bundle.jar
http://jooreports.sourceforge.net/m2/openoffice.org-unoil-2.1.0-bundle.jar
The OpenOffice.org team agreed to distributing those JARs through Maven 2 and assigned the task to myself
http://www.openoffice.org/issues/show_bug.cgi?id=71358
Please find the bundles here
http://jooreports.sourceforge.net/m2/openoffice.org-juh-2.1.0-bundle.jar
http://jooreports.sourceforge.net/m2/openoffice.org-jurt-2.1.0-bundle.jar
http://jooreports.sourceforge.net/m2/openoffice.org-ridl-2.1.0-bundle.jar
http://jooreports.sourceforge.net/m2/openoffice.org-unoil-2.1.0-bundle.jar
The dependencies use version = ${project.version}. You need change to the the official version 2.1
why ?
<groupId>org.openoffice</groupId>
<artifactId>openoffice.org-jurt</artifactId>
is it better if
<groupId>org.openoffice</groupId>
<artifactId>jurt</artifactId>
since we need both groupId and artifactId to identify the jar. may be we dont need to repeat
the groupId in the artifactId.