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

[jira] Created: (CACTUS-233) Developers should not want to include some package in its war, like commons-logging

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


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

Posted by "Felipe Leme (JIRA)" <ca...@jakarta.apache.org>.
     [ 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


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

Posted by "Petar Tahchiev (JIRA)" <ca...@jakarta.apache.org>.
     [ 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-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org