It seems that my setting is being ignored and it is using **/*Test*.class instead.
in project.properties I have (among other things) the following: cactus.test.includes = **/Test*.class
What could I be doing wrong?
...
...
[cactus] Testcase: testMessageTag2ArgKeyNoScopeDefaultBundle_fr took 0.394 sec
[cactus] Testcase: testMessageTag2ArgKeyApplicationScopeDefaultBundle_fr took 0.028 sec
...
...
[cactus] Testcase: testMessageTag2ArgNamePropertyApplicationScopeAlternateBundle_fr took 0.031 sec
[cactus] Testcase: testMessageTag2ArgNamePropertySessionScopeAlternateBundle_fr took 0.022 sec
[cactus] Testcase: testMessageTag2ArgNamePropertyRequestScopeAlternateBundle_fr took 0.022 sec
[cactus] Testsuite: org.apache.struts.taglib.bean.resources.FormTagTestAction
[cactus] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.672 sec
[cactus]
[cactus] Testcase: warning took 0.011 sec
[cactus] FAILED
[cactus] No tests found in org.apache.struts.taglib.bean.resources.FormTagTestAction
[cactus] junit.framework.AssertionFailedError: No tests found in org.apache.struts.taglib.bean.resources.FormTagTestAction
[cactus]
[cactus] Testcase: warning
[cactus] [ERROR] TEST org.apache.struts.taglib.bean.resources.FormTagTestAction FAILED
[cactus] Testsuite: org.apache.struts.taglib.bean.resources.IncludeTagTransactionTestAction
[cactus] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.672 sec
[cactus]
[cactus] Testcase: warning took 0.012 sec
...
...
FormTagTestAction is not a test, it simply has the word "Test" in it. Should I rename the classes? That doesn't seem like what I should have do.
Any help is appreciated.
In case you need to see some -info...
#---- BEGIN: Which report Which.version=Which.java:($Revision: 1.2 $) WhichJar.java:($Revision: 1.2 $) java.version=1.4.2_07 file.encoding=UTF-8 java.ext.dirs=/usr/java/j2sdk1.4.2_07/jre/lib/ext java.class.path=/home/jmitchell/apache_home/maven-1.0.2/lib/forehead-1.0-beta-5.jar os.name=Linux java.vendor=Sun Microsystems Inc. sun.boot.class.path=/home/jmitchell/apache_home/maven-1.0.2/lib/endorsed/xml-apis-1.0.b2.jar:/home/jmitchell/apache_home/maven-1.0.2/lib/endorsed/xerces-2.4.0.jar:/usr/java/j2sdk1.4.2_07/jre/lib/rt.jar:/usr/java/j2sdk1.4.2_07/jre/lib/i18n.jar:/usr/java/j2sdk1.4.2_07/jre/lib/sunrsasign.jar:/usr/java/j2sdk1.4.2_07/jre/lib/jsse.jar:/usr/java/j2sdk1.4.2_07/jre/lib/jce.jar:/usr/java/j2sdk1.4.2_07/jre/lib/charsets.jar:/usr/java/j2sdk1.4.2_07/jre/classes java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition #---- END: Which report
Installed plugins: maven-abbot-plugin-1.0 maven-announcement-plugin-1.2 maven-ant-plugin-1.7 ... ... maven-aspectwerkz-plugin-1.2 maven-cactus-plugin-3.2 maven-caller-plugin-1.1 ... ... maven-vdoclet-plugin-1.2 maven-war-plugin-1.6.1 maven-webserver-plugin-2.0 maven-wizard-plugin-1.1 maven-xdoc-plugin-1.8
-- James Mitchell Software Engineer / Open Source Evangelist Consulting / Mentoring / Freelance EdgeTech, Inc. 678.910.8017 AIM: jmitchtx Yahoo: jmitchtx MSN: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
