You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by "LaxmiKumar Reddy S (JIRA)" <ca...@jakarta.apache.org> on 2006/05/24 08:20:29 UTC

[jira] Created: (CACTUS-243) Cactus Integration with Weblogic8 and Maven

Cactus Integration with Weblogic8 and Maven
-------------------------------------------

         Key: CACTUS-243
         URL: http://issues.apache.org/jira/browse/CACTUS-243
     Project: Cactus
        Type: Bug

  Components: Maven Integration  
    Versions: 1.7    
 Environment: Maven 1.0.2, Weblogic8,cactus-maven-1.7 
    Reporter: LaxmiKumar Reddy S


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}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org