Developers should not want to include some package in its war, like 
commons-logging
-----------------------------------------------------------------------------------

         Key: CACTUS-233
         URL: http://issues.apache.org/jira/browse/CACTUS-233
     Project: Cactus
        Type: New Feature
  Components: Ant Integration  
    Versions: 1.7.1    
 Environment: Any
    Reporter: Breno Leitao
    Priority: Minor


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


-- 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to