Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 92562 invoked from network); 21 Sep 2005 10:11:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Sep 2005 10:11:52 -0000 Received: (qmail 60205 invoked by uid 500); 21 Sep 2005 10:11:52 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 60185 invoked by uid 500); 21 Sep 2005 10:11:51 -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 60170 invoked by uid 99); 21 Sep 2005 10:11:51 -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:11:51 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [62.193.206.151] (HELO mailsender.amenworld.com) (62.193.206.151) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Sep 2005 03:11:59 -0700 Received: from webmail9.amenworld.com (webmail9.amenworld.com [62.193.206.9]) by mailsender.amenworld.com (Postfix) with SMTP id 810339327DA for ; Wed, 21 Sep 2005 12:11:28 +0200 (CEST) Received: (qmail 23313 invoked from network); 21 Sep 2005 10:11:28 -0000 Received: from 230.22.99-84.rev.gaoland.net (HELO ?127.0.0.1?) (84.99.22.230) by 0 with SMTP; 21 Sep 2005 10:11:28 -0000 Message-ID: <433131B8.10305@venisse.net> Date: Wed, 21 Sep 2005 12:11:04 +0200 From: Emmanuel Venisse User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: continuum-users@maven.apache.org Subject: Re: build failure References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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.assertChangeSetEqual > s(ContinuumStoreTest.java:1607) > at > org.apache.maven.continuum.store.ContinuumStoreTest.assertScmResultEqual > s(ContinuumStoreTest.java:1598) > at > org.apache.maven.continuum.store.ContinuumStoreTest.testGetBuildResult > (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.executeGoalWithLifec > ycle(DefaultLifecycleExecutor.java:452) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal > (DefaultLifecycleExecutor.java:438) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments( > 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) > > > >