Lance Norskog created LUCENE-4329:
-------------------------------------
Summary: Lucene and Solr builds
Key: LUCENE-4329
URL: https://issues.apache.org/jira/browse/LUCENE-4329
Project: Lucene - Core
Issue Type: Task
Components: general/build
Reporter: Lance Norskog
Priority: Minor
There are a raft of Perl scripts in the Lucene/Solr project. Five are used by
the build, one is an undocumented release manager's tool, three are code
generators that are saved for reference, and 2 appear truly dead.
{noformat}
lucene/benchmark/build.xml refers to scripts/shingle.bm2jira.pl
lucene/build.xml refers to @{changes.src.dir}/changes2html.pl
OR lucene/site/changes/changes2html.pl
lucene/common-build.xml refers to
${dev-tools.scripts.dir}/write.stage.maven.build.xml.pl
OR dev-tools/scripts/write.stage.maven.build.xml.pl
solr/build.xml refers to
${common-solr.dir}/dev-tools/stub-analysis-factory-maker.pl
OR solr/dev-tools/stub-analysis-factory-maker.pl
lucene/benchmark/build.xml refers to scripts/collation.bm2jira.pl
{noformat}
This is a release manager's tool which is not documented anywhere that
LucidFind crawls: [http://find.searchhub.org/?q=poll-mirrors.pl]. Perhaps it
should be added to the release manager's checklist?
{noformat}
dev-tools/scripts/poll-mirrors.pl
{noformat}
These appear to be standalone scripts that someone may want to run by hand:
{noformat}
lucene/analysis/common/src/test/org/apache/lucene/analysis/core/generateJavaUnicodeWordBreakTest.pl
lucene/benchmark/scripts/compare.collation.benchmark.tables.pl
lucene/benchmark/scripts/compare.shingle.benchmark.tables.pl
{noformat}
These appear to be assistants whose time is past.
{noformat}
dev-tools/scripts/LUCENE-3753.patch.hack.pl dates from 3.4 accd. to the CHANGES
file.
dev-tools/scripts/LUCENE-3753.patch.hack.pl is from February 2012.
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]