Uploaded image for project: 'Cactus'
  1. Cactus
  2. CACTUS-243

Cactus Integration with Weblogic8 and Maven

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.7
    • None
    • Maven Integration
    • 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

      1. 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

      1. Server Home in local machine
        cactus.home.weblogic8 = D:\bea
        cactus.weblogic7x.beahome= D:\bea
      2. Default Cactus test files to include in the test
        cactus.port=7001
      3. Decides whether the test result will be printed to the console or
      4. not. Default is false
        cactus.junit.usefile = false
      1. Location of junit test reports for the Cactus tests
        cactus.reports.dir = ${maven.build.dir}/test-cactus-reports
      1. Shall we stop the build in case of test failures?
        cactus.halt.on.failure = true
      1. Shall we stop the build in case of test errors?
        cactus.halt.on.error = true
      1. How summary information on test should be printed (see the
      2. "printsummary" attribute of the JUnit Ant task.
        cactus.printsummary = withOutAndErr
      1. Arguments to be passed to the container's JVM
        cactus.weblogic8x.jvmArgs=${cactus.genericContainer.jvmArgs}

      Attachments

        Activity

          People

            Unassigned Unassigned
            laxmikumar LaxmiKumar Reddy S
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: