[OFF-LIST] RE: [VOTE] Release Java Bootstrap Connector via Maven

2016-03-05 Thread Dennis E. Hamilton
Patricia, for your [VOTE] to be binding, you need to confirm having built from 
source, checked signatures, etc.

Please provide an account of what you did along with your vote.  

I just want to make certain that you did it.

 - Dennis

> -Original Message-
> From: Patricia Shanahan [mailto:p...@acm.org]
> Sent: Saturday, March 5, 2016 02:48
> To: dev@openoffice.apache.org
> Subject: Re: [VOTE] Release Java Bootstrap Connector via Maven
> 
> +1
> 
> On 2/12/2016 6:46 PM, Pedro Giffuni wrote:
> > [.] +1 approve the release
> >
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> > For additional commands, e-mail: dev-h...@openoffice.apache.org
> >
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org


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



[RESULT][VOTE] Release Java Bootstrap Connector via Maven

2016-03-05 Thread Carl Marcum

The [VOTE] to Release Java Bootstrap Connector via Maven has passed.

3 binding +1 votes are necessary for the release.

I will release the artifacts to Maven today.

Tally:

+1 Pedro Giffuni
+1 Patricia Shanahan (binding)
+1 Carl B. Marcum (binding)
+1 Andrea Pescetti (binding)

+0 Marcus Lange
+0 Dennis E. Hamilton

4 Approval (+1) votes
2 Abstention (+0) votes
0 Disapproval (-1) votes


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



Re: [VOTE] Release Java Bootstrap Connector via Maven

2016-03-05 Thread Patricia Shanahan

+1

On 2/12/2016 6:46 PM, Pedro Giffuni wrote:

[.] +1 approve the release


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



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



RE: [DISCUSS][VOTE] Release Java Bootstrap Connector via Maven

2016-02-25 Thread Dennis E. Hamilton
+1 on your timing.  Your switching to a personal distribution is also a good 
fall-back approach.

 - Dennis

> -Original Message-
> From: Carl Marcum [mailto:cmar...@apache.org]
> Sent: Thursday, February 25, 2016 15:51
> To: dev@openoffice.apache.org
> Subject: Re: [DISCUSS][VOTE] Release Java Bootstrap Connector via Maven
> 
> I can postpone taking any action individually until the end of next week
> as I a can use a local Maven repo for what I need this week.
> 
> The following week I'm doing a presentation on Groovy with OpenOffice so
> I've got some more time.
> 
> Hopefully this will give anyone who hasn't had a chance to review it to
> do so.
> 
> Thanks,
> Carl
> 
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org


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



Re: [DISCUSS][VOTE] Release Java Bootstrap Connector via Maven

2016-02-25 Thread Carl Marcum
I can postpone taking any action individually until the end of next week 
as I a can use a local Maven repo for what I need this week.


The following week I'm doing a presentation on Groovy with OpenOffice so 
I've got some more time.


Hopefully this will give anyone who hasn't had a chance to review it to 
do so.


Thanks,
Carl


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



[DISCUSS][VOTE] Release Java Bootstrap Connector via Maven

2016-02-24 Thread Carl Marcum

I will leave the vote open to see if it can reach quorum.

If not by tomorrow, I will alter the organization in the pom.xml and 
submit to Maven as an individual as I need this jar in Maven to continue 
work on the Groovy UNO extension I'm working on.


If it later reaches quorum I will complete the release as planned so we 
will have an org.openoffice one.


Thanks,
Carl


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



Re: [VOTE] Release Java Bootstrap Connector via Maven

2016-02-21 Thread Carl Marcum

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



Re: [VOTE] Release Java Bootstrap Connector via Maven

2016-02-18 Thread Andrea Pescetti

On 12/02/2016 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.


+1 for releasing it.

Note that I had to try multiple times, so to the benefit of others I 
will say that it worked with Groovy version 2.4.4 and Java 8 (not with 
Groovy 1.8.x and Java 7).


That said, I don't really think we should treat "devtools" releases as 
"real" releases since artifacts get, of course, much less attention. As 
others wrote, it will be good to align when we release 4.2.0 and this 
will fix it with no need for further discussions on the matter.


Regards,
  Andrea.

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



Re: [VOTE] Release Java Bootstrap Connector via Maven

2016-02-16 Thread Carl Marcum

[X] +1 approve the release - Now Binding

On 02/14/2016 06:57 AM, Carl Marcum wrote:

[X] +1 approve the release - Non-Binding


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




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



RE: [VOTE] Release Java Bootstrap Connector via Maven

2016-02-15 Thread Dennis E. Hamilton
+0 from me too.

This is just a ping.  I want to examine the source packaging and try compiling 
the jars but not at the moment.  More feedback soon.

> -Original Message-
> From: Marcus [mailto:marcus.m...@wtnet.de]
> Sent: Monday, February 15, 2016 14:21
> To: dev@openoffice.apache.org
> Subject: Re: [VOTE] Release Java Bootstrap Connector via Maven
> 
> +0
> 
> I'm sorry but I cannot test anything with your RC as I'm not a developer
> and therefore don't know how to handle this. So, I cannot give you a
> positive vote for it.
> 
> However, I would like to express at least my positive opinion with a
> "0+" and not with a "-1".
> 
> I hope you can understand my dilemma.
> 
> Marcus
> 
> 
> 
> Am 02/12/2016 03:59 AM, schrieb Carl Marcum:
> > 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


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



Re: [VOTE] Release Java Bootstrap Connector via Maven

2016-02-14 Thread Carl Marcum

[X] +1 approve the release - Non-Binding


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



Re: [VOTE] Release Java Bootstrap Connector via Maven

2016-02-12 Thread Pedro Giffuni

[.] +1 approve the release


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



[VOTE] Release Java Bootstrap Connector via Maven

2016-02-11 Thread Carl Marcum
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