Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 61749 invoked from network); 22 Mar 2010 00:27:38 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 22 Mar 2010 00:27:38 -0000 Received: (qmail 5277 invoked by uid 500); 22 Mar 2010 00:27:37 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 5138 invoked by uid 500); 22 Mar 2010 00:27:37 -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 5130 invoked by uid 99); 22 Mar 2010 00:27:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Mar 2010 00:27:36 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of phil.steitz@gmail.com designates 209.85.223.180 as permitted sender) Received: from [209.85.223.180] (HELO mail-iw0-f180.google.com) (209.85.223.180) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Mar 2010 00:27:26 +0000 Received: by iwn10 with SMTP id 10so548306iwn.10 for ; Sun, 21 Mar 2010 17:27:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:x-enigmail-version:content-type :content-transfer-encoding; bh=khKAOte593ovEJaWvX8spPC7FmlXZr0LjnCg/w83jpM=; b=JgT6Qo+V0Pcr2qK2grsFx6PokQ4OuxSx1Y/W1ohf6ot6dAIeyB0XXoY5WXqEkIPj2e NG4NFOKL1hLzGcfhu3VT6zHH3wyuic8shrkgLTjmr3OIu1YWcL+bQ9/XOWfEkvbvk88A 2v1bk0jN5w5oX0T7DIIsuCO00fwttQMV9Et7A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :x-enigmail-version:content-type:content-transfer-encoding; b=xcTbd57mCAdJyrG0crHZuEmujy+pm6XFPOy7M191Afq0OOWq5sjyOW6fhtmT/33+7g cG5QsA7AWzM8brlt0okDyAMibYTyPdfyNT91f/sKTTULZnTaJx6BlQyi3ogCop9d3kzk w5wdpNX3BDt8+hTBTYupGhQ6Np8QTLDYn425g= Received: by 10.231.154.8 with SMTP id m8mr1478465ibw.2.1269217625684; Sun, 21 Mar 2010 17:27:05 -0700 (PDT) Received: from phil-steitzs-macbook-pro.local (c-76-99-90-51.hsd1.de.comcast.net [76.99.90.51]) by mx.google.com with ESMTPS id j42sm822643ibr.7.2010.03.21.17.27.04 (version=SSLv3 cipher=RC4-MD5); Sun, 21 Mar 2010 17:27:05 -0700 (PDT) Message-ID: <4BA6B957.4080707@gmail.com> Date: Sun, 21 Mar 2010 20:27:03 -0400 From: Phil Steitz User-Agent: Thunderbird 2.0.0.24 (Macintosh/20100228) MIME-Version: 1.0 To: Commons Developers List Subject: [math] releasing 2.1 - compatibility breaks, site build failure X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I have completed all of the code / doco changes that I see as necessary for 2.1. While preparing an initial RC, I ran into two issues, that I want to get consensus on before moving forward. 1) The clirr report is ugly (http://commons.apache.org/math/clirr-report.html) I was +1 on all of the breaks, which were all of the form "we got the API definitions wrong on 2.0, few users are likely depending on these APIs and we are fixing them now." I just want us all to review the full set of compatibility breaks and decide that we can release trunk as 2.0 (vs. 3.0 or try to retrofit). 2) I am still getting this nonsense from pmd with the latest commons-parent (I am really sorry, Niall, that I did not get a chance to test v. 14 prior to release) [ERROR] FATAL ERROR [INFO] ------------------------------------------------------------------------ [INFO] Couldn't find that class The markup declarations contained or pointed to by the document type declaration must be well-formed. [INFO] ------------------------------------------------------------------------ [INFO] Trace java.lang.RuntimeException: Couldn't find that class The markup declarations contained or pointed to by the document type declaration must be well-formed. at net.sourceforge.pmd.RuleSetFactory.parseRuleSetNode(RuleSetFactory.java:235) at net.sourceforge.pmd.RuleSetFactory.createRuleSet(RuleSetFactory.java:157) at net.sourceforge.pmd.RuleSetFactory.createRuleSet(RuleSetFactory.java:146) at org.apache.maven.plugin.pmd.PmdReport.executeReport(PmdReport.java:186) I would just as soon axe the pmd report from the pom. We can add it back at a later time if we like. I am +0 on moving forward with the compatibility breaks documented in release notes and eliminating the pmd report, but I would like some feedback before tagging and cutting the RC. tia, Phil --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org