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 "Hoss Man (JIRA)" <ji...@apache.org> on 2009/08/05 02:58:14 UTC

[jira] Updated: (SOLR-1300) need to exlcude downloaded clustering libs from release packages

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

Hoss Man updated SOLR-1300:
---------------------------

    Description: 
As noted by grant...

http://www.nabble.com/Re%3A-cleaning-up-example-p24469638.html

the build file for the clustering contrib downloads some optional jars that can't be included in the release.  Yonik/Hoss simplified the build files, but as a side effect *all* libs are included in the dist (even the ones that shouldn't be)

we need to exclude them (one way or another) before we release 1.4.

  was:
As noted by grant...

http://www.nabble.com/Re%3A-cleaning-up-example-p24469638.html

the build file for the extraction contrib downloads some optional jars that can't be included in the release.  Yonik/Hoss simplified the build files, but as a side effect *all* libs are included in the dist (even the ones that shouldn't be)

we need to exlucde them (one way or another) before we release 1.4.

        Summary: need to exlcude downloaded clustering libs from release packages  (was: need to exlcude downloaded extraction libs from release packages)

Doh! ... sorry, we have too many contribs i keep getting them confused.

yes, i was talking about clustering not extraction (issue summary/description updated) and we do still have a problem...

{code}
hossman@coaster:~/lucene/solr$ tar -ztf dist/apache-solr-1.4-dev.tgz | egrep pcj\|colt\|nni\|simple-xml
apache-solr-1.4-dev/contrib/clustering/lib/colt-1.2.0.jar
apache-solr-1.4-dev/contrib/clustering/lib/nni-1.0.0.jar
apache-solr-1.4-dev/contrib/clustering/lib/pcj-1.2.jar
apache-solr-1.4-dev/contrib/clustering/lib/simple-xml-1.7.3.jar
{code}

> need to exlcude downloaded clustering libs from release packages
> ----------------------------------------------------------------
>
>                 Key: SOLR-1300
>                 URL: https://issues.apache.org/jira/browse/SOLR-1300
>             Project: Solr
>          Issue Type: Task
>            Reporter: Hoss Man
>             Fix For: 1.4
>
>
> As noted by grant...
> http://www.nabble.com/Re%3A-cleaning-up-example-p24469638.html
> the build file for the clustering contrib downloads some optional jars that can't be included in the release.  Yonik/Hoss simplified the build files, but as a side effect *all* libs are included in the dist (even the ones that shouldn't be)
> we need to exclude them (one way or another) before we release 1.4.

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