[ 
https://issues.apache.org/jira/browse/CACTUS-233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Petar Tahchiev reassigned CACTUS-233:
-------------------------------------

    Assignee: Petar Tahchiev

> Inclusion of JARs inside cactus's war should be optional
> --------------------------------------------------------
>
>                 Key: CACTUS-233
>                 URL: https://issues.apache.org/jira/browse/CACTUS-233
>             Project: Cactus
>          Issue Type: Bug
>          Components: Ant Integration
>    Affects Versions: 1.7.1
>         Environment: Any
>            Reporter: Breno Leitao
>            Assignee: Petar Tahchiev
>
> 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.
-
You can reply to this email to add a comment to the issue online.


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

Reply via email to