Return-Path: list-help: list-unsubscribe: List-Post: List-Id: Mailing-List: contact cactus-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list cactus-user@jakarta.apache.org Received: (qmail 2307 invoked from network); 27 Feb 2004 13:48:26 -0000 Received: from unknown (HELO armail.arsoe-trelaze.com) (62.39.36.82) by daedalus.apache.org with SMTP; 27 Feb 2004 13:48:26 -0000 Received: from arsovir.arsoe.pl ([192.168.38.180]) by armail.arsoe-trelaze.com (8.11.0/8.11.0) with SMTP id i1RDmQS31377 for ; Fri, 27 Feb 2004 14:48:26 +0100 Received: from 192.168.38.176 by arsovir.arsoe.pl (InterScan E-Mail VirusWall NT); Fri, 27 Feb 2004 15:07:52 +0100 To: cactus-user@jakarta.apache.org Subject: Maven plugin : difference cactus.test.excludes and cactus.src.excludes MIME-Version: 1.0 X-Mailer: Lotus Notes Release 5.0.10 March 22, 2002 Message-ID: From: Nicolas.CHALUMEAU@arsoe-trelaze.com Date: Fri, 27 Feb 2004 14:48:29 +0100 X-MIMETrack: Serialize by Router on Domino/arsoe trelaze/rie(Release 5.0.9a |January 7, 2002) at 27/02/2004 14:48:25, Serialize complete at 27/02/2004 14:48:25 Content-Type: text/plain; charset="us-ascii" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N In my test-cactus directory I have classes who are not test class so I want to don't execute them as test. I see in the doc that cactus.test.excludes = **/MyService*.* will exclude them. But it doesn't work this classes are execute has test during a maven cactus:test-ear. When I set the cactus.src.excludes = **/MyService*.* it is ok. cactus.test.excludes is the propertie to set (in the maven cactus plugin doc) to ignore some classes during the test. Did I don't understand the excludes role in the doc ? The plugin.jelly I see cactus.test.excludes only in test:war and cactus.src.excludes only in test-ear. Isn't it the problem source ? Nicolas