You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Matt Benson <gu...@yahoo.com> on 2008/08/02 00:55:24 UTC

[VOTE] Release JXPath 1.3 based on RC5

Thanks to anyone who reported/resolved issues with the
previous release candidates.

The artifacts are here:
http://people.apache.org/~mbenson/jxpath-1.3-rc5/

The tag is here:
http://svn.apache.org/viewvc/commons/proper/jxpath/tags/JXPATH_1_3_RC5/

Site:
http://people.apache.org/~mbenson/jxpath-1.3-rc5/site

Clirr Report (compared to 1.2; one-shot not working w/
M2)
http://people.apache.org/~mbenson/jxpath-1.3-rc5/clirr-report.txt

Thanks in advance to whomever can take the time to
check and vote on the artifacts.  This vote will be
open through Friday, August 8.

Thanks,
Matt




      

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


Re: [VOTE] Release JXPath 1.3 based on RC5

Posted by Oliver Heger <ol...@oliver-heger.de>.
+1

(One strange effect: When building the site I got 161 checkstyle errors 
with the message "File does not end with a newline.". This has probably 
to do with different line endings on Windows and Unix (I am on Windows). 
Of course no blocker.)

Oliver

Matt Benson schrieb:
> Thanks to anyone who reported/resolved issues with the
> previous release candidates.
> 
> The artifacts are here:
> http://people.apache.org/~mbenson/jxpath-1.3-rc5/
> 
> The tag is here:
> http://svn.apache.org/viewvc/commons/proper/jxpath/tags/JXPATH_1_3_RC5/
> 
> Site:
> http://people.apache.org/~mbenson/jxpath-1.3-rc5/site
> 
> Clirr Report (compared to 1.2; one-shot not working w/
> M2)
> http://people.apache.org/~mbenson/jxpath-1.3-rc5/clirr-report.txt
> 
> Thanks in advance to whomever can take the time to
> check and vote on the artifacts.  This vote will be
> open through Friday, August 8.
> 
> Thanks,
> Matt
> 
> 
> 
> 
>       
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
> 


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


Re: [VOTE] Release JXPath 1.3 based on RC5

Posted by Emmanuel Bourg <eb...@apache.org>.
+1

Checked with JDK 1.4, 1.5 and 1.6 on Windows XP.

I couldn't test with JDK 1.3, Ant suddenly returns 
ClassNotFoundException: org.apache.tools.ant.Main (that's not specific 
to JXPath)

Emmanuel Bourg



Matt Benson a écrit :
> Thanks to anyone who reported/resolved issues with the
> previous release candidates.
> 
> The artifacts are here:
> http://people.apache.org/~mbenson/jxpath-1.3-rc5/
> 
> The tag is here:
> http://svn.apache.org/viewvc/commons/proper/jxpath/tags/JXPATH_1_3_RC5/
> 
> Site:
> http://people.apache.org/~mbenson/jxpath-1.3-rc5/site
> 
> Clirr Report (compared to 1.2; one-shot not working w/
> M2)
> http://people.apache.org/~mbenson/jxpath-1.3-rc5/clirr-report.txt
> 
> Thanks in advance to whomever can take the time to
> check and vote on the artifacts.  This vote will be
> open through Friday, August 8.
> 
> Thanks,
> Matt
> 
> 
> 
> 
>       
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
> 

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


Re: [VOTE] Release JXPath 1.3 based on RC5

Posted by Jörg Schaible <jo...@gmx.de>.
+1

Matt Benson wrote:

> Thanks to anyone who reported/resolved issues with the
> previous release candidates.
> 
> The artifacts are here:
> http://people.apache.org/~mbenson/jxpath-1.3-rc5/
> 
> The tag is here:
> http://svn.apache.org/viewvc/commons/proper/jxpath/tags/JXPATH_1_3_RC5/
> 
> Site:
> http://people.apache.org/~mbenson/jxpath-1.3-rc5/site
> 
> Clirr Report (compared to 1.2; one-shot not working w/
> M2)
> http://people.apache.org/~mbenson/jxpath-1.3-rc5/clirr-report.txt
> 
> Thanks in advance to whomever can take the time to
> check and vote on the artifacts.  This vote will be
> open through Friday, August 8.
> 
> Thanks,
> Matt



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


Re: [VOTE] Release JXPath 1.3 based on RC5

Posted by Luc Maisonobe <Lu...@free.fr>.
Matt Benson a écrit :
> Thanks to anyone who reported/resolved issues with the
> previous release candidates.
> 
> The artifacts are here:
> http://people.apache.org/~mbenson/jxpath-1.3-rc5/

Only one minor comment: there is a javadoc warning, which can be removed
with the following patch:


src/java/org/apache/commons/jxpath/ri/compiler/Step.java~
src/java/org/apache/commons/jxpath/ri/compiler/Step.java
--- src/java/org/apache/commons/jxpath/ri/compiler/Step.java~	2008-07-30
18:31:28.000000000 +0200
+++ src/java/org/apache/commons/jxpath/ri/compiler/Step.java	2008-08-02
13:49:17.000000000 +0200
@@ -128,7 +128,7 @@
      * @param axis int code
      * @return String name.
      * @see Compiler
-     * @see http://www.w3.org/TR/xpath#axes
+     * @see <a href="http://www.w3.org/TR/xpath#axes">Xpath
recommendation - axes</a>
      */
     public static String axisToString(int axis) {
         switch (axis) {



otherwise +1.

Luc


> 
> The tag is here:
> http://svn.apache.org/viewvc/commons/proper/jxpath/tags/JXPATH_1_3_RC5/
> 
> Site:
> http://people.apache.org/~mbenson/jxpath-1.3-rc5/site
> 
> Clirr Report (compared to 1.2; one-shot not working w/
> M2)
> http://people.apache.org/~mbenson/jxpath-1.3-rc5/clirr-report.txt
> 
> Thanks in advance to whomever can take the time to
> check and vote on the artifacts.  This vote will be
> open through Friday, August 8.
> 
> Thanks,
> Matt
> 
> 
> 
> 
>       
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
> 
> 



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


Re: [VOTE] Release JXPath 1.3 based on RC5

Posted by Matt Benson <gu...@yahoo.com>.
Much obliged, Niall!

-Matt

--- Niall Pemberton <ni...@gmail.com> wrote:

> On Tue, Aug 12, 2008 at 6:50 PM, Matt Benson
> <gu...@yahoo.com> wrote:
> >
> > --- Rahul Akolkar <ra...@gmail.com> wrote:
> >
> >> On Mon, Aug 11, 2008 at 4:03 PM, Matt Benson
> >> <gu...@yahoo.com> wrote:
> >> <snip/>
> >> >
> >> > P.S. Now, who wants to guide me through the
> >> remainder
> >> > of this process, besides renaming the svn tag?
> >> TIA
> >> >
> >> <snap/>
> >>
> >> Its easier if you ask questions if you need to.
> >>
> >
> > Am I supposed to do the actual release with m2? 
> From
> > the same branch, rebuilding/signing the artifacts?
>  Or
> > simply releasing the same exact artifacts as
> > constituted the RC?  m2 always leaves me in a
> state of
> > doubt.
> 
> No, that would re-build the artifacts and you need
> to complete the
> release using the artifacts we voted on.
> 
> You need to do from Step 6 onwards documented here -
> but with a few variations:
>    http://commons.apache.org/releases/release.html
> 
> In Step 8 (Deploy jar, project.xml and license.html
> to
> Java-Repository) you need to do this in the m2 repo
> (rather than m1)
> here:
> 
>
/www/people.apache.org/repo/m2-ibiblio-rsync-repository/commons-jxpath
> /commons-jxpath/1.3/
> 
> ... by just creating the appropriate directory
> structure and copying
> in the pom, jars sigs etc
> 
> You also need to create a maven-metadata.xml file in
>
/www/people.apache.org/repo/m2-ibiblio-rsync-repository/commons-jxpath
> /commons-jxpath/
> 
> I would start with the following one and add in the
> 1.3 release:
>
http://repo1.maven.org/maven2/commons-jxpath/commons-jxpath/maven-metadata.xml
> 
> Because this is the first m2 release of JXPath you
> also need to ping
> repository@apache.org telling theres a new m2
> groupId (i.e.
> commons-jxpath).
> 
> hth
> 
> Niall
> 
> > -Matt
> >
> >> -Rahul
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> dev-unsubscribe@commons.apache.org
> For additional commands, e-mail:
> dev-help@commons.apache.org
> 
> 



      

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


Re: [VOTE] Release JXPath 1.3 based on RC5

Posted by Niall Pemberton <ni...@gmail.com>.
On Tue, Aug 12, 2008 at 6:50 PM, Matt Benson <gu...@yahoo.com> wrote:
>
> --- Rahul Akolkar <ra...@gmail.com> wrote:
>
>> On Mon, Aug 11, 2008 at 4:03 PM, Matt Benson
>> <gu...@yahoo.com> wrote:
>> <snip/>
>> >
>> > P.S. Now, who wants to guide me through the
>> remainder
>> > of this process, besides renaming the svn tag?
>> TIA
>> >
>> <snap/>
>>
>> Its easier if you ask questions if you need to.
>>
>
> Am I supposed to do the actual release with m2?  From
> the same branch, rebuilding/signing the artifacts?  Or
> simply releasing the same exact artifacts as
> constituted the RC?  m2 always leaves me in a state of
> doubt.

No, that would re-build the artifacts and you need to complete the
release using the artifacts we voted on.

You need to do from Step 6 onwards documented here - but with a few variations:
   http://commons.apache.org/releases/release.html

In Step 8 (Deploy jar, project.xml and license.html to
Java-Repository) you need to do this in the m2 repo (rather than m1)
here:

/www/people.apache.org/repo/m2-ibiblio-rsync-repository/commons-jxpath
/commons-jxpath/1.3/

... by just creating the appropriate directory structure and copying
in the pom, jars sigs etc

You also need to create a maven-metadata.xml file in
/www/people.apache.org/repo/m2-ibiblio-rsync-repository/commons-jxpath
/commons-jxpath/

I would start with the following one and add in the 1.3 release:
http://repo1.maven.org/maven2/commons-jxpath/commons-jxpath/maven-metadata.xml

Because this is the first m2 release of JXPath you also need to ping
repository@apache.org telling theres a new m2 groupId (i.e.
commons-jxpath).

hth

Niall

> -Matt
>
>> -Rahul

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


Re: [VOTE] Release JXPath 1.3 based on RC5

Posted by Matt Benson <gu...@yahoo.com>.
--- Rahul Akolkar <ra...@gmail.com> wrote:

> On Mon, Aug 11, 2008 at 4:03 PM, Matt Benson
> <gu...@yahoo.com> wrote:
> <snip/>
> >
> > P.S. Now, who wants to guide me through the
> remainder
> > of this process, besides renaming the svn tag? 
> TIA
> >
> <snap/>
> 
> Its easier if you ask questions if you need to.
> 

Am I supposed to do the actual release with m2?  From
the same branch, rebuilding/signing the artifacts?  Or
simply releasing the same exact artifacts as
constituted the RC?  m2 always leaves me in a state of
doubt.

-Matt

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



      

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


Re: [VOTE] Release JXPath 1.3 based on RC5

Posted by Rahul Akolkar <ra...@gmail.com>.
On Mon, Aug 11, 2008 at 4:03 PM, Matt Benson <gu...@yahoo.com> wrote:
<snip/>
>
> P.S. Now, who wants to guide me through the remainder
> of this process, besides renaming the svn tag?  TIA
>
<snap/>

Its easier if you ask questions if you need to.

-Rahul

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


Re: [VOTE] Release JXPath 1.3 based on RC5

Posted by Matt Benson <gu...@yahoo.com>.
This vote has passed, with the following +1 votes:

Luc Maisonobe (I think; I did not interpret his
comment as a blocker)
Oliver Heger
Emmanuel Bourg
Matt Benson
Jorg Schaible

--and no +0 or -1 votes.  Thanks again!

-Matt

P.S. Now, who wants to guide me through the remainder
of this process, besides renaming the svn tag?  TIA

--- Matt Benson <gu...@yahoo.com> wrote:

> Thanks to anyone who reported/resolved issues with
> the
> previous release candidates.
> 
> The artifacts are here:
> http://people.apache.org/~mbenson/jxpath-1.3-rc5/
> 
> The tag is here:
>
http://svn.apache.org/viewvc/commons/proper/jxpath/tags/JXPATH_1_3_RC5/
> 
> Site:
>
http://people.apache.org/~mbenson/jxpath-1.3-rc5/site
> 
> Clirr Report (compared to 1.2; one-shot not working
> w/
> M2)
>
http://people.apache.org/~mbenson/jxpath-1.3-rc5/clirr-report.txt
> 
> Thanks in advance to whomever can take the time to
> check and vote on the artifacts.  This vote will be
> open through Friday, August 8.
> 
> Thanks,
> Matt
> 
> 
> 
> 
>       
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> dev-unsubscribe@commons.apache.org
> For additional commands, e-mail:
> dev-help@commons.apache.org
> 
> 



      

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


Re: [VOTE] Release JXPath 1.3 based on RC5

Posted by Matt Benson <gu...@yahoo.com>.
My own +1.

-Matt

--- Matt Benson <gu...@yahoo.com> wrote:

> Thanks to anyone who reported/resolved issues with
> the
> previous release candidates.
> 
> The artifacts are here:
> http://people.apache.org/~mbenson/jxpath-1.3-rc5/
> 
> The tag is here:
>
http://svn.apache.org/viewvc/commons/proper/jxpath/tags/JXPATH_1_3_RC5/
> 
> Site:
>
http://people.apache.org/~mbenson/jxpath-1.3-rc5/site
> 
> Clirr Report (compared to 1.2; one-shot not working
> w/
> M2)
>
http://people.apache.org/~mbenson/jxpath-1.3-rc5/clirr-report.txt
> 
> Thanks in advance to whomever can take the time to
> check and vote on the artifacts.  This vote will be
> open through Friday, August 8.
> 
> Thanks,
> Matt
> 
> 
> 
> 
>       
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> dev-unsubscribe@commons.apache.org
> For additional commands, e-mail:
> dev-help@commons.apache.org
> 
> 



      

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