Return-Path: X-Original-To: apmail-maven-issues-archive@minotaur.apache.org Delivered-To: apmail-maven-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 44A171B91 for ; Wed, 20 Apr 2011 11:41:52 +0000 (UTC) Received: (qmail 99784 invoked by uid 500); 20 Apr 2011 11:41:52 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 99735 invoked by uid 500); 20 Apr 2011 11:41:52 -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 99727 invoked by uid 99); 20 Apr 2011 11:41:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Apr 2011 11:41:52 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [63.246.2.115] (HELO codehaus01.managed.contegix.com) (63.246.2.115) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Apr 2011 11:41:46 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id D349914A83BE for ; Wed, 20 Apr 2011 06:41:24 -0500 (CDT) Date: Wed, 20 Apr 2011 06:41:22 -0500 (CDT) From: "Kristian Rosenvold (JIRA)" To: issues@maven.apache.org Message-ID: <20091672.58340.1303299682537.JavaMail.haus-jira@codehaus01.managed.contegix.com> In-Reply-To: <32972714.57537.1303226423448.JavaMail.haus-jira@codehaus01.managed.contegix.com> Subject: [jira] Commented: (SUREFIRE-729) Surefire 2.8, surefire-junit47, No tests to run MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 4e90ceb663894a42f12c0e28abbab431 X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/SUREFIRE-729?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=264187#action_264187 ] Kristian Rosenvold commented on SUREFIRE-729: --------------------------------------------- I looked at the spring source and your stacktrace indicates you have an implementation of org.springframework.test.context.TestExecutionListener that is not compatible with spring 3. This is the source of your problems. > Surefire 2.8, surefire-junit47, No tests to run > ----------------------------------------------- > > Key: SUREFIRE-729 > URL: http://jira.codehaus.org/browse/SUREFIRE-729 > Project: Maven Surefire > Issue Type: Bug > Reporter: Igor Petruk > Assignee: Kristian Rosenvold > Attachments: com.ubs.crmwb.persistence.core.dao.impl.bag.CptInfoBagDaoImplTest.txt, deps.txt, surfire-config.xml > > > Concurrency config is parallel='none', perCoreThreadCount=true, threadCount=2, useUnlimitedThreads=false > There are no tests to run. > Here is a part of my config > > org.apache.maven.plugins > maven-surefire-plugin > 2.8 > > > org.apache.maven.surefire > surefire-junit47 > 2.8 > > > > > **/manual/** > > -Xmx1024m -XX:MaxPermSize=128m > > > Adding "includes" of any form does not change anything. > But when I add > **/* > it fails trying to run an xml file in resources, interpreting it as class > com/mycompany/Myxml.xml is treated java test class com.mycompany.Myxml test class. Of course it fails -- 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