Return-Path: Delivered-To: apmail-axis-java-dev-archive@www.apache.org Received: (qmail 57315 invoked from network); 28 Jun 2010 02:55:58 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 28 Jun 2010 02:55:58 -0000 Received: (qmail 4521 invoked by uid 500); 28 Jun 2010 02:55:58 -0000 Delivered-To: apmail-axis-java-dev-archive@axis.apache.org Received: (qmail 3847 invoked by uid 500); 28 Jun 2010 02:55:56 -0000 Mailing-List: contact java-dev-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@axis.apache.org Delivered-To: mailing list java-dev@axis.apache.org Received: (qmail 3839 invoked by uid 99); 28 Jun 2010 02:55:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jun 2010 02:55:55 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [206.123.75.163] (HELO sosnoski.com) (206.123.75.163) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jun 2010 02:55:46 +0000 Received: from [10.0.0.117] ([209.19.127.66]) (authenticated bits=0) by sosnoski.com (8.12.10/8.12.10) with ESMTP id o5S2tJ8n005349 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 27 Jun 2010 22:55:24 -0400 Message-ID: <4C280EE8.2060201@sosnoski.com> Date: Mon, 28 Jun 2010 14:54:32 +1200 From: Dennis Sosnoski User-Agent: Thunderbird 2.0.0.23 (X11/20090822) MIME-Version: 1.0 To: java-dev@axis.apache.org Subject: Re: [Axis2] 1.5 branch build broken References: <4C20002D.2060801@sosnoski.com> <4C216B7D.7020704@sosnoski.com> 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 Andreas Veithen wrote: > Dennis, > > I don't know any project that systematically tests its builds with all > possible combinations of Maven version, Java version, Maven settings > (e.g. maven.test.skip), platform (Windows, Linux, Mac OS X) and > preconditions (local repository empty or not). We have Hudson jobs and > these builds work fine. If people encounter problems in a specific > environment or when running with non standard Maven settings, we > expect them to report the issue and provide enough information to > track down the issue. > I was running "mvn clean install" from a clean checkout of the branch, as I said in the original email about the missing Axiom jars. I'm running on Mandriva Linux 2009.1, using the Sun 1.6.0_10 JVM and Maven 2.0.11. > For the jaxws-integration test issues, you simply complain but don't > provide any relevant info about the issue. I'm tempted to say: as > usual... :-( > The big problem here is that the jaxws-integration test spews out dozens of stack traces and other verbose console output as part of the normal execution, so it's not at all clear to me what specific problem is causing the build to fail. The final output shows only one of the actual failed tests, which is: Caused by: org.apache.axis2.jaxws.sample.asyncdoclit.server.ThrowExceptionFault: message at org.apache.axis2.jaxws.sample.asyncdoclit.server.DocLitWrappedPortImpl.throwException(DocLitWrappedPortImpl.java:229) ... 17 more AsyncClient.waitBlocking Exit, 29sec remaining [SimpleHTTPServer] Stop called Tests run: 10, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 16.381 sec <<< FAILURE! [SimpleHTTPServer] Stop called Running org.apache.axis2.jaxws.xmlhttp.clientTests.dispatch.string.DispatchXPayloadStringTests [SimpleHTTPServer] Stop called Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.024 sec Running org.apache.axis2.jaxws.security.BasicAuthSecurityTests [SimpleHTTPServer] Stop called Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.172 sec Results : Failed tests: Tests run: 318, Failures: 7, Errors: 0, Skipped: 0 [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] There are test failures. > The jaxws-integration test issue has existed for quite some time in > the trunk, but got fixed in a couple of days after it became clear > that all the people who were complaining about this were actually > trying to build with maven.test.skip=true (but forgot to mention > this...). > I'm using "mvn clean install", as I said before. No other settings apply. - Dennis --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org For additional commands, e-mail: java-dev-help@axis.apache.org