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 "Felipe Leme (JIRA)" <ca...@jakarta.apache.org> on 2005/11/04 17:26:19 UTC

[jira] Updated: (CACTUS-233) Inclusion of JARs inside cactus's war should be optional

     [ http://issues.apache.org/jira/browse/CACTUS-233?page=all ]

Felipe Leme updated CACTUS-233:
-------------------------------

     Summary: Inclusion of JARs inside cactus's war should be optional  (was: Developers should not want to include some package in its war, like commons-logging)
        type: Bug  (was: New Feature)
    Priority: Major  (was: Minor)

Changed title...

> Inclusion of JARs inside cactus's war should be optional
> --------------------------------------------------------
>
>          Key: CACTUS-233
>          URL: http://issues.apache.org/jira/browse/CACTUS-233
>      Project: Cactus
>         Type: Bug
>   Components: Ant Integration
>     Versions: 1.7.1
>  Environment: Any
>     Reporter: Breno Leitao

>
> 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: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org