You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openoffice.apache.org by Carl Marcum <cm...@apache.org> on 2016/03/14 02:08:07 UTC

[DISCUSS] Release Groovy UNO Extension via Maven

Hi All,

Prior to calling for a release vote I wanted put this information out 
here hoping a few people will try the test script and make sure it works 
for them and see if there are questions or concerns first.

I have created a Maven bundle including source and javadoc jars and 
uploaded it to the Apache Nexus staging area [1].

I attached a test script HelloTextTableShape.groovy to this issue in 
bugzilla [2] that will test the working of the guno-extension.

The test script is a Groovy version of HelloTextTableShape.java that is 
included in the SDK examples from the Developer Guide.

The script will run as a client application and bootstrap the office 
using the previously released bootstrap-connector and Java UNO jars from 
Maven.

The test script will pull down the guno-extension from the Nexus staging 
area and get the other dependencies from Maven.

Prerequisite:
If you had earlier tested the bootstrap-connector.jar by placing it in 
~/.groovy/lib  or added the Java UNO jar files there, you need to remove 
them first.
You need Groovy to run the script.

In HelloTextTableShape.groovy, edit value for oooExeFolder to match the 
path to the soffice executable if needed. It's near the top.
Run with:
 > groovy HelloTextTableShape.groovy

To build from source:
You can get the complete guno-extension source including the Gradle 
build script from our SVN here [3].

You will need Gradle and Groovy to build with:
 > gradle jar

There are additional gradle tasks for building and pgp signing a 
complete release included also.

More info on guno-extension here [4].

[1] 
https://repository.apache.org/content/repositories/orgapacheopenoffice-1016/org/openoffice/guno-extension/0.1.4/
[2] https://bz.apache.org/ooo/show_bug.cgi?id=126770
[3] 
https://svn.apache.org/repos/asf/openoffice/devtools/guno-extension/trunk/
[4] https://wiki.openoffice.org/wiki/Groovy_UNO_Extension

Please let me know if you have any questions.

Thanks,
Carl


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org