[
https://issues.apache.org/jira/browse/SOLR-1433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12755789#action_12755789
]
Hoss Man commented on SOLR-1433:
--------------------------------
These nots are all as of r815491, looking at the contents of
apache-solr-1.4-dev.tgz...
1) These just shouldn't be in the release at all..
./contrib/clustering/build
./contrib/extraction/build
2) These are jar files containing src and javadocs ... but we already include
the src and java directly. I suspect these are built for maven, but they
either need to be excluded from the zip/tgz package files, or we need to
exclude the raw files from the package files (and update our READMEs)
./dist/apache-solr-cell-docs-1.4-dev.jar
./dist/apache-solr-cell-src-1.4-dev.jar
./dist/apache-solr-clustering-docs-1.4-dev.jar
./dist/apache-solr-clustering-src-1.4-dev.jar
./dist/apache-solr-core-docs-1.4-dev.jar
./dist/apache-solr-core-src-1.4-dev.jar
./dist/apache-solr-dataimporthandler-docs-1.4-dev.jar
./dist/apache-solr-dataimporthandler-extras-src-1.4-dev.jar
./dist/apache-solr-dataimporthandler-src-1.4-dev.jar
./dist/apache-solr-solrj-docs-1.4-dev.jar
./dist/apache-solr-solrj-src-1.4-dev.jar
3) This seems odd, shouldn't this jar be in the ./dist directory? ...
./contrib/velocity/src/main/solr/lib/apache-solr-velocity-1.4-dev.jar
4) These are duplicated in ./dist/solr-cell-lib/ ...
./contrib/extraction/lib/asm-3.1.jar
./contrib/extraction/lib/bcmail-jdk14-136.jar
./contrib/extraction/lib/bcprov-jdk14-136.jar
./contrib/extraction/lib/commons-codec-1.3.jar
./contrib/extraction/lib/commons-compress-1.0.jar
./contrib/extraction/lib/commons-io-1.4.jar
./contrib/extraction/lib/commons-lang-2.1.jar
./contrib/extraction/lib/commons-logging-1.1.1.jar
./contrib/extraction/lib/dom4j-1.6.1.jar
./contrib/extraction/lib/fontbox-0.1.0.jar
./contrib/extraction/lib/geronimo-stax-api_1.0_spec-1.0.jar
./contrib/extraction/lib/icu4j-3.8.jar
./contrib/extraction/lib/jempbox-0.2.0.jar
./contrib/extraction/lib/log4j-1.2.14.jar
./contrib/extraction/lib/nekohtml-1.9.9.jar
./contrib/extraction/lib/ooxml-schemas-1.0.jar
./contrib/extraction/lib/pdfbox-0.7.3.jar
./contrib/extraction/lib/poi-3.5-beta6.jar
./contrib/extraction/lib/poi-ooxml-3.5-beta5.jar
./contrib/extraction/lib/poi-ooxml-3.5-beta6.jar
./contrib/extraction/lib/poi-scratchpad-3.5-beta6.jar
./contrib/extraction/lib/tika-core-0.4.jar
./contrib/extraction/lib/tika-parsers-0.4.jar
./contrib/extraction/lib/xercesImpl-2.8.1.jar
./contrib/extraction/lib/xml-apis-1.0.b2.jar
./contrib/extraction/lib/xmlbeans-2.3.0.jar
5) These are duplicated in ./dist/solr-clustering-lib/ ...
./contrib/clustering/lib/carrot2-mini-3.0.1.jar
./contrib/clustering/lib/commons-lang-2.4.jar
./contrib/clustering/lib/ehcache-1.6.0-beta3.jar
./contrib/clustering/lib/google-collections.jar
./contrib/clustering/lib/jackson-0.9.2-patched.jar
./contrib/clustering/lib/log4j-1.2.14.jar
6) these are duplicated in ./dist/solrj-lib/ ...
./lib/commons-codec-1.3.jar
./lib/commons-httpclient-3.1.jar
./lib/commons-io-1.4.jar
./lib/geronimo-stax-api_1.0_spec-1.0.1.jar
./lib/jcl-over-slf4j-1.5.5.jar
./lib/wstx-asl-3.2.7.jar
> files included in release that shouldn't be
> -------------------------------------------
>
> Key: SOLR-1433
> URL: https://issues.apache.org/jira/browse/SOLR-1433
> Project: Solr
> Issue Type: Bug
> Reporter: Hoss Man
> Fix For: 1.4
>
>
> some files are making it into the release artifacts that shouldn't be ...
> need to take care of this in the build file prior to releasing 1.4. details
> to follow in comments.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.