You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Jayson Minard (JIRA)" <ji...@apache.org> on 2008/12/01 18:45:44 UTC

[jira] Created: (SOLR-890) Solr distribution solr.war ends up with duplicate sfl4j jars in the WEB-INF lib directory

Solr distribution solr.war ends up with duplicate sfl4j jars in the WEB-INF lib directory
-----------------------------------------------------------------------------------------

                 Key: SOLR-890
                 URL: https://issues.apache.org/jira/browse/SOLR-890
             Project: Solr
          Issue Type: Bug
    Affects Versions: 1.4
            Reporter: Jayson Minard
            Priority: Minor


In the nightly builds, or in a local build, the solr.war file ends up with duplicate files in the WEB-INF lib directory.  In most cases this isn't a notable problem, but some commands on the WAR file via jar util will cause failures.  

This is more of a cleaning issue, although it could have other consequences that I am not yet aware of to have duplicate directory listings in a zip file.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SOLR-890) Solr distribution solr.war ends up with duplicate sfl4j jars in the WEB-INF lib directory

Posted by "Shalin Shekhar Mangar (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12671297#action_12671297 ] 

Shalin Shekhar Mangar commented on SOLR-890:
--------------------------------------------

Jayson, I don't see any duplicate files in WEB-INF/lib. This is what I have from the war created with ant dist on trunk:

shalinsmangar@shalinsmangar-laptop:~/work/oss/solr-trunk/dist$ jar -tvf apache-solr-1.4-dev.war | grep WEB-INF/lib
     0 Sat Feb 07 01:37:48 IST 2009 WEB-INF/lib/
 46725 Wed Jul 30 13:30:00 IST 2008 WEB-INF/lib/commons-codec-1.3.jar
 22017 Wed Jul 30 13:30:00 IST 2008 WEB-INF/lib/commons-csv-1.0-SNAPSHOT-r609327.jar
 57779 Mon Dec 08 13:29:26 IST 2008 WEB-INF/lib/commons-fileupload-1.2.1.jar
305001 Mon Dec 08 13:29:26 IST 2008 WEB-INF/lib/commons-httpclient-3.1.jar
109043 Mon Dec 08 13:29:26 IST 2008 WEB-INF/lib/commons-io-1.4.jar
 28804 Wed Sep 10 10:51:20 IST 2008 WEB-INF/lib/geronimo-stax-api_1.0_spec-1.0.1.jar
 16746 Mon Dec 08 13:29:26 IST 2008 WEB-INF/lib/jcl-over-slf4j-1.5.5.jar
152355 Wed Feb 04 12:34:58 IST 2009 WEB-INF/lib/lucene-analyzers-2.9-dev.jar
878958 Wed Feb 04 12:34:58 IST 2009 WEB-INF/lib/lucene-core-2.9-dev.jar
 42011 Wed Feb 04 12:34:58 IST 2009 WEB-INF/lib/lucene-highlighter-2.9-dev.jar
 55408 Wed Feb 04 12:34:58 IST 2009 WEB-INF/lib/lucene-memory-2.9-dev.jar
 44260 Wed Feb 04 12:34:58 IST 2009 WEB-INF/lib/lucene-queries-2.9-dev.jar
113549 Wed Feb 04 12:34:58 IST 2009 WEB-INF/lib/lucene-snowball-2.9-dev.jar
 18656 Wed Feb 04 12:34:58 IST 2009 WEB-INF/lib/lucene-spellchecker-2.9-dev.jar
 21796 Fri Nov 07 19:19:02 IST 2008 WEB-INF/lib/slf4j-api-1.5.5.jar
  8787 Fri Nov 07 19:19:02 IST 2008 WEB-INF/lib/slf4j-jdk14-1.5.5.jar
520969 Wed Sep 10 10:51:20 IST 2008 WEB-INF/lib/wstx-asl-3.2.7.jar
976624 Sat Feb 07 01:37:30 IST 2009 WEB-INF/lib/apache-solr-core-1.4-dev.jar
199767 Sat Feb 07 01:37:18 IST 2009 WEB-INF/lib/apache-solr-solrj-1.4-dev.jar
160034 Sat Feb 07 01:37:32 IST 2009 WEB-INF/lib/apache-solr-dataimporthandler-1.4-dev.jar

> Solr distribution solr.war ends up with duplicate sfl4j jars in the WEB-INF lib directory
> -----------------------------------------------------------------------------------------
>
>                 Key: SOLR-890
>                 URL: https://issues.apache.org/jira/browse/SOLR-890
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 1.4
>            Reporter: Jayson Minard
>            Priority: Minor
>             Fix For: 1.4
>
>
> In the nightly builds, or in a local build, the solr.war file ends up with duplicate files in the WEB-INF lib directory.  In most cases this isn't a notable problem, but some commands on the WAR file via jar util will cause failures.  
> This is more of a cleaning issue, although it could have other consequences that I am not yet aware of to have duplicate directory listings in a zip file.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SOLR-890) Solr distribution solr.war ends up with duplicate sfl4j jars in the WEB-INF lib directory

Posted by "Hoss Man (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hoss Man updated SOLR-890:
--------------------------

    Fix Version/s: 1.4

> Solr distribution solr.war ends up with duplicate sfl4j jars in the WEB-INF lib directory
> -----------------------------------------------------------------------------------------
>
>                 Key: SOLR-890
>                 URL: https://issues.apache.org/jira/browse/SOLR-890
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 1.4
>            Reporter: Jayson Minard
>            Priority: Minor
>             Fix For: 1.4
>
>
> In the nightly builds, or in a local build, the solr.war file ends up with duplicate files in the WEB-INF lib directory.  In most cases this isn't a notable problem, but some commands on the WAR file via jar util will cause failures.  
> This is more of a cleaning issue, although it could have other consequences that I am not yet aware of to have duplicate directory listings in a zip file.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.