I have the directory structure as
src
---->java
-------->org.....SampleServlet.java
---->test-cactus
-------->org....TestSampleServlet.java
---->webapp
This is actually a sample that came with the maven -cactus plugin example.
Thanks a lot
vaidhy
-----Original Message-----
From: Emmanuel Venisse [mailto:evenisse@ifrance.com]
Sent: Friday, July 11, 2003 7:56 AM
To: Maven Users List
Subject: Re: unitTestSourcesPresent??
unitTestSourcesPresent is an internal variable.
How are you defined your test in your project?
----- Original Message -----
From: "Kumar, Vaidhyanatha K." <vaidhy.kumar@eds.com>
To: <users@maven.apache.org>
Sent: Friday, July 11, 2003 2:40 PM
Subject: unitTestSourcesPresent??
How do I set the variable unitTestSourcesPresent?. For some reason, maven is
not able to find my test source files.
Thanks
Vaidhy
----
test:prepare-filesystem:
test:test-resources:
test:compile:
[echo] No test source files to compile.
test:test:
[echo] No tests to run.
BUILD SUCCESSFUL
Total time: 6 seconds
_____________________________________________________________________
Envie de discuter en "live" avec vos amis ? Télécharger MSN Messenger
http://www.ifrance.com/_reloc/m la 1ère messagerie instantanée de France
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org
|