RE: [VOTE][RESULT] Release CXF dOSGi 1.0

2009-05-13 Thread Eoghan Glynn
Sorry that should be 7 aye-sayers: eglynn, davidb, sberyozkin, seanoc, ubhole, dkulp, jgenender -Original Message- From: Eoghan Glynn [mailto:eogl...@gmail.com] Sent: Wed 13/05/2009 17:44 To: dev@cxf.apache.org Subject: [VOTE][RESULT] Release CXF dOSGi 1.0 Hi Folks, I'm going to call

[ANN] Apache CXF dOSGi 1.0 released

2009-05-13 Thread Eoghan Glynn
The Apache CXF dOSGi team is proud to announce the availability of our first full release, 1.0. The dOSGi subproject of CXF provides the Reference Implementation of the Distribution Software (DSW) component of the Distributed OSGi Specification[1]. Download information may be found here[2] The b

[VOTE][RESULT] Release CXF dOSGi 1.0

2009-05-13 Thread Eoghan Glynn
Hi Folks, I'm going to call this result as carried with six +1s and no dissenting votes. For the record, the aye-sayers were: eglynn, davidb, sberyozkin, ubhole, dkulp, jgenender Cheers, Eoghan

Re: How to run a test with a wierd set of system properties

2009-05-13 Thread Benson Margulies
I doubt this will work for file.encoding. I fear I will need to add an entire project. On May 13, 2009, at 7:24 AM, Freeman Fang wrote: Hi Benson, You can do it like org.apache.maven.plugins maven-surefire-plugin

Re: How to run a test with a wierd set of system properties

2009-05-13 Thread Freeman Fang
Hi Benson, You can do it like org.apache.maven.plugins maven-surefire-plugin But it will affect al

How to run a test with a wierd set of system properties

2009-05-13 Thread Benson Margulies
Can one have multiple executions of the maven-surefire-plugin? I want to add a test case that runs with a strange setting of file.encoding to the systests.