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

Inclusion of JARs inside cactus's war should be optional

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.7.1
    • None
    • Ant Integration
    • None
    • Any

    Description

      Today, some libraries is automatically included inside cactus war file, like commons-log, commons-lang, etc.
      Must exist a flag that tells about this behavior, or just a includes/excludes variables that defines what files should be include and what shouldn't.

      I got a error with a version of commons-logging, cause my jboss has a diferent version from what cactus insists on including in my war.

      Here is a snippet of the code where should the error be:

      CactifyWarTask.java (version 1.7.1)

      private void addCactusJars()

      { addJarWithClass("org.aspectj.lang.JoinPoint", "AspectJ Runtime"); addJarWithClass("org.apache.cactus.ServletTestCase", "Cactus Framework"); addJarWithClass("org.apache.commons.logging.Log", "Commons-Logging"); addJarWithClass("org.apache.commons.httpclient.HttpClient", "Commons-HttpClient"); addJarWithClass("junit.framework.TestCase", "JUnit"); }

      Thanks in advance,
      Breno Leitão.
      CPqD IT & Telecom

      Attachments

        Activity

          People

            paranoiabla Petar Tahchiev
            leitao Breno Leitao
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: