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 8327 invoked by uid 99); 23 Mar 2005 12:43:06 -0000 X-ASF-Spam-Status: No, hits=1.5 required=10.0 tests=DNS_FROM_RFC_BOGUSMX X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from turquesa.dcc.ufmg.br (HELO smtp.dcc.ufmg.br) (150.164.0.69) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 23 Mar 2005 04:43:05 -0800 Received: from [127.0.0.1] (garm.synergia.dcc.ufmg.br [150.164.5.79]) by smtp.dcc.ufmg.br (Postfix) with ESMTP id 3B18178C81 for ; Wed, 23 Mar 2005 09:42:53 -0300 (BRT) Message-ID: <424163C5.9090602@dcc.ufmg.br> Date: Wed, 23 Mar 2005 09:40:37 -0300 From: Wagner Moro Aioffi User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: cactus-user@jakarta.apache.org Subject: Maven do not run cactus test Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked Hi, I'm trying to use maven to be my build tool, but I cannot do cactus test to work. Maven build the War application, build the cactus test, deploy the war, start the tomcat server and stop the server without error, however run no cactus test. Below is the messages printed by Maven when build the application. Do someone have any idea why maven do not run cactus test? Thanks, Wagner M. Aioffi Master Student - LaPO/DCC/UFMG Software Engenieer - Synergia/DCC/UFMG "Meu interesse est� no futuro, pois � l� que vou passar o resto da minha vida" Charles Kettering ---------------------------Maven log ---------------------------------- java:jar-resources: test:prepare-filesystem: test:test-resources: test:compile: [echo] No test source files to compile. test:test: [echo] No tests to run. war:webapp: [echo] Assembling webapp siltram war:war: [echo] Building WAR siltram [jar] Building jar: M:\w\P\CMBH_SIL_Tramitacao_1_0\Artefatos\Modelos\CFSw\Controlador_Visao\target\siltram.war [cactifywar] Analyzing war: M:\w\P\CMBH_SIL_Tramitacao_1_0\Artefatos\Modelos\CFSw\Controlador_Visao\target\siltram.war [cactifywar] Building war: M:\w\P\CMBH_SIL_Tramitacao_1_0\Artefatos\Modelos\CFSw\Controlador_Visao\target\siltram-cactus.war cactus:test-war: [cactus] ----------------------------------------------------------------- [cactus] Running tests against Tomcat 4.0.x [cactus] ----------------------------------------------------------------- [cactus] Deleting 5 files from C:\DOCUME~1\aioffi\LOCALS~1\Temp\cactus\tomcat4x [cactus] Deleted 3 directories from C:\DOCUME~1\aioffi\LOCALS~1\Temp\cactus\tomcat4x BUILD SUCCESSFUL Total time: 3 minutes 29 seconds Finished at: Wed Mar 23 09:23:44 BRT 2005