Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.7
-
None
-
None
-
Maven 1.0.2, Weblogic8,cactus-maven-1.7
Description
I am not able to get the maven cactus:test nor cactus:report run get succeed. Configuration includes Maven 1.0.2, Weblogic8,cactus-maven-1.7 . My project.properties is like this
- Location of Cactus tests in project sources
cactus.src.dir = ${basedir}/src/java/com/ge/med/service/icenter/admintools/struts/cactus
cactus.test.includes = **/Test.class
- Server Home in local machine
cactus.home.weblogic8 = D:\bea
cactus.weblogic7x.beahome= D:\bea - Default Cactus test files to include in the test
cactus.port=7001 - Decides whether the test result will be printed to the console or
- not. Default is false
cactus.junit.usefile = false
- Location of junit test reports for the Cactus tests
cactus.reports.dir = ${maven.build.dir}/test-cactus-reports
- Shall we stop the build in case of test failures?
cactus.halt.on.failure = true
- Shall we stop the build in case of test errors?
cactus.halt.on.error = true
- How summary information on test should be printed (see the
- "printsummary" attribute of the JUnit Ant task.
cactus.printsummary = withOutAndErr
- Arguments to be passed to the container's JVM
cactus.weblogic8x.jvmArgs=${cactus.genericContainer.jvmArgs}