Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 95067 invoked from network); 21 Sep 2005 10:19:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Sep 2005 10:19:45 -0000 Received: (qmail 82928 invoked by uid 500); 21 Sep 2005 10:19:45 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 82890 invoked by uid 500); 21 Sep 2005 10:19:44 -0000 Mailing-List: contact continuum-users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-users@maven.apache.org Delivered-To: mailing list continuum-users@maven.apache.org Received: (qmail 82877 invoked by uid 99); 21 Sep 2005 10:19:44 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Sep 2005 03:19:44 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=FROM_ENDS_IN_NUMS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [17.250.248.86] (HELO smtpout.mac.com) (17.250.248.86) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Sep 2005 03:19:51 -0700 Received: from mac.com (smtpin02-en2 [10.13.10.147]) by smtpout.mac.com (Xserve/8.12.11/smtpout04/MantshX 4.0) with ESMTP id j8LAJLK8026901 for ; Wed, 21 Sep 2005 03:19:21 -0700 (PDT) Received: from [10.0.1.3] (cpc2-nthc3-3-1-cust233.nrth.cable.ntl.com [82.24.177.233]) (authenticated bits=0) by mac.com (Xserve/smtpin02/MantshX 4.0) with ESMTP id j8LAIw5P001353 for ; Wed, 21 Sep 2005 03:19:06 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v734) In-Reply-To: <433131B8.10305@venisse.net> References: <433131B8.10305@venisse.net> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <58BDC215-2D0E-4C4A-98B9-21CDF3A353FA@mac.com> Content-Transfer-Encoding: 7bit From: Ashley Williams Subject: Re: build failure Date: Wed, 21 Sep 2005 11:18:54 +0100 To: continuum-users@maven.apache.org X-Mailer: Apple Mail (2.734) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I like to snoop around the code - home use at the moment so not worried about stability. On 21 Sep 2005, at 11:11, Emmanuel Venisse wrote: > Why do you build svn version? you can use the released alpha-4. > > Emmanuel > > Ashley Williams wrote: > >> Just did an svn update and got the following test failure. >> Apologies that I don't have time to find out more. >> I'm running Java 5 on Mac OS X. >> from log: >> testGetBuildResult >> (org.apache.maven.continuum.store.ContinuumStoreTest) >> [ stdout ] >> --------------------------------------------------------------- >> [ stderr ] >> --------------------------------------------------------------- >> [ stacktrace ] >> ----------------------------------------------------------- >> junit.framework.AssertionFailedError: compare change set result - >> date expected:<1127296243769> but was:<1127296243768> >> at junit.framework.Assert.fail(Assert.java:47) >> at junit.framework.Assert.failNotEquals(Assert.java:282) >> at junit.framework.Assert.assertEquals(Assert.java:64) >> at junit.framework.Assert.assertEquals(Assert.java:136) >> at >> org.apache.maven.continuum.store.ContinuumStoreTest.assertChangeSetEq >> ual s(ContinuumStoreTest.java:1607) >> at >> org.apache.maven.continuum.store.ContinuumStoreTest.assertScmResultEq >> ual s(ContinuumStoreTest.java:1598) >> at >> org.apache.maven.continuum.store.ContinuumStoreTest.testGetBuildResul >> t (ContinuumStoreTest.java:796) >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native >> Method) >> at sun.reflect.NativeMethodAccessorImpl.invoke >> (NativeMethodAccessorImpl.java:39) >> at sun.reflect.DelegatingMethodAccessorImpl.invoke >> (DelegatingMethodAccessorImpl.java:25) >> at java.lang.reflect.Method.invoke(Method.java:585) >> at junit.framework.TestCase.runTest(TestCase.java:154) >> at junit.framework.TestCase.runBare(TestCase.java:127) >> at junit.framework.TestResult$1.protect(TestResult.java:106) >> at junit.framework.TestResult.runProtected(TestResult.java: >> 124) >> at junit.framework.TestResult.run(TestResult.java:109) >> at junit.framework.TestCase.run(TestCase.java:118) >> at junit.framework.TestSuite.runTest(TestSuite.java:208) >> at junit.framework.TestSuite.run(TestSuite.java:203) >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native >> Method) >> at sun.reflect.NativeMethodAccessorImpl.invoke >> (NativeMethodAccessorImpl.java:39) >> at sun.reflect.DelegatingMethodAccessorImpl.invoke >> (DelegatingMethodAccessorImpl.java:25) >> at java.lang.reflect.Method.invoke(Method.java:585) >> at org.codehaus.surefire.battery.JUnitBattery.executeJUnit >> (JUnitBattery.java:230) >> at org.codehaus.surefire.battery.JUnitBattery.execute >> (JUnitBattery.java:204) >> at org.codehaus.surefire.Surefire.executeBattery >> (Surefire.java:187) >> at org.codehaus.surefire.Surefire.run(Surefire.java:136) >> at org.codehaus.surefire.Surefire.run(Surefire.java:60) >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native >> Method) >> at sun.reflect.NativeMethodAccessorImpl.invoke >> (NativeMethodAccessorImpl.java:39) >> at sun.reflect.DelegatingMethodAccessorImpl.invoke >> (DelegatingMethodAccessorImpl.java:25) >> at java.lang.reflect.Method.invoke(Method.java:585) >> at org.codehaus.surefire.SurefireBooter.run >> (SurefireBooter.java:83) >> at org.apache.maven.test.SurefirePlugin.execute >> (SurefirePlugin.java:229) >> at >> org.apache.maven.plugin.DefaultPluginManager.executeMojo >> (DefaultPluginManager.java:362) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals >> (DefaultLifecycleExecutor.java:479) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLi >> fec ycle(DefaultLifecycleExecutor.java:452) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal >> (DefaultLifecycleExecutor.java:438) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen >> ts( DefaultLifecycleExecutor.java:273) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute >> (DefaultLifecycleExecutor.java:131) >> at org.apache.maven.DefaultMaven.execute(DefaultMaven.java: >> 186) >> at org.apache.maven.cli.MavenCli.main(MavenCli.java:302) >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native >> Method) >> at sun.reflect.NativeMethodAccessorImpl.invoke >> (NativeMethodAccessorImpl.java:39) >> at sun.reflect.DelegatingMethodAccessorImpl.invoke >> (DelegatingMethodAccessorImpl.java:25) >> at java.lang.reflect.Method.invoke(Method.java:585) >> at org.codehaus.classworlds.Launcher.launchEnhanced >> (Launcher.java:315) >> at org.codehaus.classworlds.Launcher.launch(Launcher.java: >> 255) >> at org.codehaus.classworlds.Launcher.mainWithExitCode >> (Launcher.java:430) >> at org.codehaus.classworlds.Launcher.main(Launcher.java:375) >> > >