Return-Path: Delivered-To: apmail-maven-issues-archive@locus.apache.org Received: (qmail 34051 invoked from network); 2 Apr 2007 21:16:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Apr 2007 21:16:38 -0000 Received: (qmail 45808 invoked by uid 500); 2 Apr 2007 21:16:37 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 45760 invoked by uid 500); 2 Apr 2007 21:16:37 -0000 Mailing-List: contact issues-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list issues@maven.apache.org Received: (qmail 45735 invoked by uid 99); 2 Apr 2007 21:16:37 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Apr 2007 14:16:37 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [63.246.20.114] (HELO 63-246-20-114.contegix.com) (63.246.20.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Apr 2007 14:16:27 -0700 Received: (qmail 1595 invoked by uid 89); 2 Apr 2007 21:16:06 -0000 Received: from unknown (HELO codehaus01.managed.contegix.com) (127.0.0.1) by smtp.domain.com with SMTP; 2 Apr 2007 21:16:06 -0000 Message-ID: <54197883.1175548566448.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Mon, 2 Apr 2007 16:16:06 -0500 (CDT) From: "Jason Chaffee (JIRA)" To: issues@maven.apache.org Subject: [jira] Commented: (SUREFIRE-316) [M206] Test doesn't work anymore In-Reply-To: <53838156.1175523366192.JavaMail.haus-jira@codehaus01.managed.contegix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/SUREFIRE-316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_91827 ] Jason Chaffee commented on SUREFIRE-316: ---------------------------------------- The version is being set in a parent pom that has the . The configuration I provided is the the specific configuration for a particular project that manifests this bug. In other words, I have the following config in the parent pom.xml: org.apache.maven.plugins maven-surefire-plugin 2.3 true false user.dir ${basedir} sun.net.client.defaultConnectTimeout 60000 sun.net.client.defaultReadTimeout 60000 > [M206] Test doesn't work anymore > -------------------------------- > > Key: SUREFIRE-316 > URL: http://jira.codehaus.org/browse/SUREFIRE-316 > Project: Maven Surefire > Issue Type: Bug > Environment: Windows XP > Reporter: Denis Cabasson > Attachments: 206-test.zip, diff.txt, pom.xml, test-exec-205.txt, test-exec-206.txt > > > When running "mvn test" on the simple use cas attached, M205 is doing fine, while M206 is crashing with a java.lang.IllegalArgumentException, apparently due to a diffrence in the command line used to fork the JVM for surefire. > Attached are the 2 executions, with M205 and M206. I haven't managed to figure out where this bug is coming from.... -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira