On 02/11/2016 09:59 PM, Carl Marcum wrote:
I have the release candidate staged in the Apache Nexus repository [1] that includes a separate source and javadoc jar all pgp signed by myself.

All jars contain a META-INF directory with LICENSE, NOTICE, and CREDIT files.

The source jar contains the java source but SVN [2] also contains the Gradle build system that can create the jars, pgp sign them and optionally upload.

Testing:
I have attached a Groovy script to the issue created for adding the code to SVN [3].
This script will demonstrate a bootstrap connection.
A working Groovy installation (and Java runtime) is necessary.

Place the bootstrap-connector jar for testing in ~/.groovy/lib/ directory or somewhere else on the Groovy classpath.

Edit the script to point to your soffice executable directory.
example for windows (note forward slashes):
String oooExeFolder = "C:/Program Files (x86)/OpenOffice 4/program"

Run with: groovy BootstrapTest.groovy
You should see:
Connected to a running office ...

Voting will close Wednesday February 17th at midnight GMT.
3 binding +1 votes and a simple majority of votes are necessary for approval.


[1] https://repository.apache.org/content/repositories/orgapacheopenoffice-1015/org/openoffice/bootstrap-connector/0.1.1/ [2] https://svn.apache.org/repos/asf/openoffice/devtools/bootstrap-connector/trunk/
[3] https://bz.apache.org/ooo/show_bug.cgi?id=126807

__________________________________________

[ ] +1 approve the release
[ ] +0
[ ] -0
[ ] -1 not approve the release



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


I have updated the BootstrapTest.groovy script to pull down the bootstrap-connector jar from the staging repo.

Something I didn't know you could do.

bootstrap-connector no longer needs downloaded manually and placed in ~/.groovy/lib.

Only the test script attached to the bugzilla issue to anywhere and run from there.
Edit for the path to AOO soffice.


> groovy BootstrapTest.groovy

should result in:
Entered main...
entered connect...
Connected to a running office ...
Exiting..

Thanks,
Carl


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

Reply via email to