From continuum-dev-return-5298-apmail-maven-continuum-dev-archive=maven.apache.org@maven.apache.org Wed Oct 18 16:57:41 2006 Return-Path: Delivered-To: apmail-maven-continuum-dev-archive@www.apache.org Received: (qmail 22846 invoked from network); 18 Oct 2006 16:57:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 Oct 2006 16:57:41 -0000 Received: (qmail 33523 invoked by uid 500); 18 Oct 2006 16:57:40 -0000 Delivered-To: apmail-maven-continuum-dev-archive@maven.apache.org Received: (qmail 33502 invoked by uid 500); 18 Oct 2006 16:57:40 -0000 Mailing-List: contact continuum-dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-dev@maven.apache.org Delivered-To: mailing list continuum-dev@maven.apache.org Received: (qmail 33491 invoked by uid 99); 18 Oct 2006 16:57:40 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Oct 2006 09:57:40 -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 [69.36.241.87] (HELO mail.sventech.com) (69.36.241.87) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Oct 2006 09:57:36 -0700 Received: from mail.sventech.com (localhost.localdomain [127.0.0.1]) by mail.sventech.com (Postfix) with ESMTP id 0579248234 for ; Wed, 18 Oct 2006 09:57:14 -0700 (PDT) Received: from [192.168.1.105] (c-66-56-51-227.hsd1.ga.comcast.net [66.56.51.227]) by mail.sventech.com (Postfix) with ESMTP id 9996248217 for ; Wed, 18 Oct 2006 09:57:13 -0700 (PDT) Message-ID: <45365D66.20201@erdfelt.com> Date: Wed, 18 Oct 2006 12:59:18 -0400 From: Joakim Erdfelt User-Agent: Thunderbird 1.5.0.7 (X11/20060922) MIME-Version: 1.0 To: continuum-dev@maven.apache.org Subject: Re: building continuum References: <1161185321.23121.27.camel@sankyo.elis.UGent.be> <86aa493a0610180843y3f8d77ave44e0e538c7803ba@mail.gmail.com> In-Reply-To: <86aa493a0610180843y3f8d77ave44e0e538c7803ba@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N The automated unit testing of continuum-release is very hit and miss. Hard to track down. For some people it works every time. For others it works randomly. Even a few people report that the tests work only after executing them multiple times. What I'd like to know is what the differences in environment are between all of these developers? What OS? What JDK? What version of Maven? etc ... - Joakim ben short wrote: > Hi Philippe, > > I wanted to do the same to see if there where any cool new features > andran into the same problem. > > if you do mvn -Dmaven.test.failure.ignore=true package you can grab > the war and deploy it tomcat ( or an app server of your choice ) > you'll then need to setup 2 jndi jdbc resources which you can see the > names for in the log file. > > I was hoping to see the release stuff like the maestro project server > has. I guess this is a feature that has been added by the guys at > mergere. > > Anyway just set the flag and you will get a bit further. > > Ben > > On 10/18/06, Philippe Faes wrote: >> Dear all, >> >> I'd like to get my hands diry on continuum, but I cannot build the >> continuum trunk http://svn.apache.org/repos/asf/maven/continuum/trunk by >> running >> mvn clean install >> Is this a temprary issue or am I doing something wrong? >> >> Also, can I compile (and run the tests) while I have a production >> continuum-1.0.3 running on the default ports? >> >> thanks >> Philippe >> >> >> ------------------------------------------------------------------------------- >> >> Test set: >> org.apache.maven.continuum.release.executors.ReleaseTaskExecutorTest >> ------------------------------------------------------------------------------- >> >> Tests run: 2, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 2.773 >> sec <<< FAILURE! >> testReleaseSimpleProject(org.apache.maven.continuum.release.executors.ReleaseTaskExecutorTest) >> Time elapsed: 1.724 sec <<< FAILURE! >> junit.framework.AssertionFailedError: Test dev version >> at junit.framework.Assert.fail(Assert.java:47) >> at junit.framework.Assert.assertTrue(Assert.java:20) >> at >> org.apache.maven.continuum.release.executors.ReleaseTaskExecutorTest.testReleaseSimpleProject(ReleaseTaskExecutorTest.java:96) >> >> >> testReleaseSimpleProjectWithNextVersion(org.apache.maven.continuum.release.executors.ReleaseTaskExecutorTest) >> Time elapsed: 0.992 sec <<< FAILURE! >> junit.framework.AssertionFailedError: Test dev version >> at junit.framework.Assert.fail(Assert.java:47) >> at junit.framework.Assert.assertTrue(Assert.java:20) >> at >> org.apache.maven.continuum.release.executors.ReleaseTaskExecutorTest.testReleaseSimpleProjectWithNextVersion(ReleaseTaskExecutorTest.java:132) >> >> >> -- >> ir. Philippe Faes >> Ghent University - Department ELIS >> Sint-Pietersnieuwstraat 41 -- B-9000 Gent >> Tel:+32 9 264 95 25 - Fax:+32 9 264 35 94 >> http://www.elis.UGent.be/~pfaes >> ON5DEU -- LPIC1 -- gpg-key:173720B6 >> >> >