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




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to