Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 28068 invoked from network); 20 Mar 2006 03:48:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Mar 2006 03:48:13 -0000 Received: (qmail 57049 invoked by uid 500); 20 Mar 2006 03:48:10 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 56979 invoked by uid 500); 20 Mar 2006 03:48:10 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 56968 invoked by uid 99); 20 Mar 2006 03:48:10 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Mar 2006 19:48:10 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of phil.steitz@gmail.com designates 64.233.182.194 as permitted sender) Received: from [64.233.182.194] (HELO nproxy.gmail.com) (64.233.182.194) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Mar 2006 19:48:09 -0800 Received: by nproxy.gmail.com with SMTP id o60so714025nfa for ; Sun, 19 Mar 2006 19:47:48 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=j3O6bF/7ekHkJlTRxHJuwZ3RhbxhyrwEcEd4eus2hsyrNPEUQoIIXGiS0KEy2lhakii7vsIPZQY0zEVN0lNuy8dNKyny8D9F/dJbvYPuOHgwW2RMipoM0WceNqDv6daBs325FaqhrISfh/d9jiiByJSa/0AY/23OkrazeNVMxCk= Received: by 10.48.246.18 with SMTP id t18mr746573nfh; Sun, 19 Mar 2006 19:47:48 -0800 (PST) Received: by 10.49.26.7 with HTTP; Sun, 19 Mar 2006 19:47:48 -0800 (PST) Message-ID: <8a81b4af0603191947q25fe0089v4e40b028ed556942@mail.gmail.com> Date: Sun, 19 Mar 2006 20:47:48 -0700 From: "Phil Steitz" To: "Jakarta Commons Developers List" Subject: Re: [VOTE] Release Validator 1.3.0 based on RC2 In-Reply-To: <55afdc850603191915j575b2d5y2485a38eb56ccafd@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <008601c649df$08ed9380$0300a8c0@DELL1800> <8a81b4af0603181211u7eeb81b8p64268771567c05b3@mail.gmail.com> <55afdc850603191915j575b2d5y2485a38eb56ccafd@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N > On 3/19/06, Niall Pemberton wrote: > On 3/18/06, Phil Steitz wrote: > > The maven build fails for me on RH FC2, both Sun JDK 1.5.0_06 and > > 1.4.2_10 with the same failures attached below. Could be my local > > setup or some undocumented config dependencies (I tried to config the > > javadoc thingy mentioned in maven.xml, but still see the same > > failures). I get the same failures with Ant, once build properties > > are set. > > The stack traces are misleading - they're from an "exception test" > that actually passes. The problem seems to be that > CurrencyValidatorTest has failed for you. Could you post the output > for that test please? Here is what I get, with either of the JDKs above and either maven (1.0.2) or Ant (1.6.5). Could be this is a problem with my local setup? Some of the errors in the report above seemed to be referring to localization setup...? Testsuite: org.apache.commons.validator.routines.CurrencyValidatorTest Tests run: 6, Failures: 3, Errors: 0, Time elapsed: 0.02 sec Testcase: testPattern(org.apache.commons.validator.routines.CurrencyValidat= orTest):=09FAILED default expected:<1234.567> but was: junit.framework.AssertionFailedError: default expected:<1234.567> but was:<= null> =09at org.apache.commons.validator.routines.CurrencyValidatorTest.testPatte= rn(CurrencyValidatorTest.java:181) =09at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) =09at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.= java:39) =09at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces= sorImpl.java:25) =09at org.apache.commons.jelly.tags.ant.AntTag.doTag(AntTag.java:185) =09at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279) =09at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135) =09at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233) =09at org.apache.commons.jelly.tags.core.IfTag.doTag(IfTag.java:88) =09at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279) =09at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135) =09at org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(MavenGoalTa= g.java:79) =09at org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.perfor= mAction(MavenGoalTag.java:110) =09at com.werken.werkz.Goal.fire(Goal.java:639) =09at com.werken.werkz.Goal.attain(Goal.java:575) =09at com.werken.werkz.Goal.attainPrecursors(Goal.java:488) =09at com.werken.werkz.Goal.attain(Goal.java:573) =09at org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:= 671) =09at org.apache.maven.MavenSession.attainGoals(MavenSession.java:263) =09at org.apache.maven.cli.App.doMain(App.java:488) =09at org.apache.maven.cli.App.main(App.java:1239) =09at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) =09at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.= java:39) =09at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces= sorImpl.java:25) =09at com.werken.forehead.Forehead.run(Forehead.java:551) =09at com.werken.forehead.Forehead.main(Forehead.java:581) Testcase: testValid(org.apache.commons.validator.routines.CurrencyValidator= Test):=09FAILED Default locale expected:<1234.56> but was: junit.framework.AssertionFailedError: Default locale expected:<1234.56> but was: =09at org.apache.commons.validator.routines.CurrencyValidatorTest.testValid= (CurrencyValidatorTest.java:85) =09at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) =09at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.= java:39) =09at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces= sorImpl.java:25) =09at org.apache.commons.jelly.tags.ant.AntTag.doTag(AntTag.java:185) =09at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279) =09at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135) =09at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233) =09at org.apache.commons.jelly.tags.core.IfTag.doTag(IfTag.java:88) =09at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279) =09at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135) =09at org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(MavenGoalTa= g.java:79) =09at org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.perfor= mAction(MavenGoalTag.java:110) =09at com.werken.werkz.Goal.fire(Goal.java:639) =09at com.werken.werkz.Goal.attain(Goal.java:575) =09at com.werken.werkz.Goal.attainPrecursors(Goal.java:488) =09at com.werken.werkz.Goal.attain(Goal.java:573) =09at org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:= 671) =09at org.apache.maven.MavenSession.attainGoals(MavenSession.java:263) =09at org.apache.maven.cli.App.doMain(App.java:488) =09at org.apache.maven.cli.App.main(App.java:1239) =09at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) =09at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.= java:39) =09at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces= sorImpl.java:25) =09at com.werken.forehead.Forehead.run(Forehead.java:551) =09at com.werken.forehead.Forehead.main(Forehead.java:581) Testcase: testIntegerValid(org.apache.commons.validator.routines.CurrencyVa= lidatorTest):=09FAILED Default locale expected:<1234.00> but was: junit.framework.AssertionFailedError: Default locale expected:<1234.00> but was: =09at org.apache.commons.validator.routines.CurrencyValidatorTest.testInteg= erValid(CurrencyValidatorTest.java:138) =09at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) =09at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.= java:39) =09at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces= sorImpl.java:25) =09at org.apache.commons.jelly.tags.ant.AntTag.doTag(AntTag.java:185) =09at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279) =09at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135) =09at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233) =09at org.apache.commons.jelly.tags.core.IfTag.doTag(IfTag.java:88) =09at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279) =09at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135) =09at org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(MavenGoalTa= g.java:79) =09at org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.perfor= mAction(MavenGoalTag.java:110) =09at com.werken.werkz.Goal.fire(Goal.java:639) =09at com.werken.werkz.Goal.attain(Goal.java:575) =09at com.werken.werkz.Goal.attainPrecursors(Goal.java:488) =09at com.werken.werkz.Goal.attain(Goal.java:573) =09at org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:= 671) =09at org.apache.maven.MavenSession.attainGoals(MavenSession.java:263) =09at org.apache.maven.cli.App.doMain(App.java:488) =09at org.apache.maven.cli.App.main(App.java:1239) =09at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) =09at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.= java:39) =09at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces= sorImpl.java:25) =09at com.werken.forehead.Forehead.run(Forehead.java:551) =09at com.werken.forehead.Forehead.main(Forehead.java:581) --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org