Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 83437 invoked from network); 5 Jul 2008 13:05:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Jul 2008 13:05:35 -0000 Received: (qmail 97667 invoked by uid 500); 5 Jul 2008 13:05:35 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 97577 invoked by uid 500); 5 Jul 2008 13:05:35 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 97566 invoked by uid 99); 5 Jul 2008 13:05:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Jul 2008 06:05:35 -0700 X-ASF-Spam-Status: No, hits=-1.0 required=10.0 tests=RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jak-commons-dev@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Jul 2008 13:04:43 +0000 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1KF7Rm-0004zj-65 for dev@commons.apache.org; Sat, 05 Jul 2008 13:05:02 +0000 Received: from hsi-kbw-078-042-175-065.hsi3.kabel-badenwuerttemberg.de ([78.42.175.65]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 05 Jul 2008 13:05:02 +0000 Received: from joerg.schaible by hsi-kbw-078-042-175-065.hsi3.kabel-badenwuerttemberg.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 05 Jul 2008 13:05:02 +0000 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: dev@commons.apache.org To: dev@commons.apache.org From: =?ISO-8859-1?Q?J=F6rg?= Schaible Subject: Re: [VOTE] Release JXPath 1.3 based on RC4 Date: Sat, 05 Jul 2008 15:00:57 +0200 Lines: 119 Message-ID: References: <907645.39486.qm@web55106.mail.re4.yahoo.com> Reply-To: joerg.schaible@gmx.de Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="nextPart15586580.Qaz7omHuYZ" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: hsi-kbw-078-042-175-065.hsi3.kabel-badenwuerttemberg.de Mail-Copies-To: never User-Agent: KNode/0.10.9 Sender: news X-Virus-Checked: Checked by ClamAV on apache.org --nextPart15586580.Qaz7omHuYZ Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8Bit Forgot to add the path for the POM, just in case you will do another RC. J�rg Schaible wrote: > Hi Matt, > > Builds from source and works fine on my compiler zoo except for all > IBM-JDKs, but that's a different story > (http://jira.codehaus.org/browse/MNG-3580). > > Some minor issues though in the docs: > > - download page goes nowhere, I suspect this is caused by the current > location and automatically fixed for the release > - the links to the older APIs does not work, again I suspect this is fixed > for the release > - the user's guide contains a table of content at its top. However, quite > all of the link anchors do not work > > Issue in the POM: > > - it defines a property "commons.release.version" with value 1.2. This is > used by the download-page-template.xml to generate the download page in > xdocs. Therefore currently all liks are generated for JXPath 1.2. Maybe > the property's value in the POM should be defined as ${project.version} in > general and its definition can move up to the parent-pom. > - it declares an optional provided dep to commons-logging, which is simply > not true, since jxpath does not make usage of commons-logging. However > commons-beanutils has it as transitive dep in an old version, therefore > commons-logging should be declared in a dependencyManagement with version > 1.1.1 to overwrite the old transitive version > - it declares an optional runtime dep to commons-collection, but it is not > used by any other dependency and can therefore removed completely (all > tests run fine without it) > - I don't under stand why deps are declared with scope provided *and* > optional. IMHO provided is enough, but it may have also effect on the > generated dependencies page > > Wiki: > > - talks about release plan for 1.2 ;-) > > > Summary: > -1, simply because of the wrong download links, anything else is not > critical > > - J�rg --nextPart15586580.Qaz7omHuYZ Content-Type: text/x-diff; name="pom.patch" Content-Transfer-Encoding: 8Bit Content-Disposition: attachment; filename="pom.patch" Index: pom.xml =================================================================== --- pom.xml (Revision 674189) +++ pom.xml (Arbeitskopie) @@ -62,7 +62,7 @@ jxpath - 1.2 + {project.version} JXPATH 12310480 @@ -100,18 +100,21 @@ + + + + commons-logging + commons-logging + 1.1.1 + + + - commons-logging - commons-logging - 1.1.1 - true - runtime - - xerces xercesImpl 2.4.0 + provided true @@ -154,13 +157,6 @@ true - commons-collections - commons-collections - 3.2 - true - runtime - - com.mockrunner mockrunner-jdk1.3-j2ee1.3 0.4 --nextPart15586580.Qaz7omHuYZ Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org --nextPart15586580.Qaz7omHuYZ--