Uwe Schindler created LUCENE-4434:
-------------------------------------
Summary: Make changes-to-html not depend on wget or curl
Key: LUCENE-4434
URL: https://issues.apache.org/jira/browse/LUCENE-4434
Project: Lucene - Core
Issue Type: Improvement
Components: general/build
Reporter: Uwe Schindler
The changes-to-html script currently uses wget or ant to download the JIRA
version lists. When setting up build jobs e.g. on Windows, this makes running
changes-to-html a pain. ANT already provides the functionality to download
file, so: Why not download the version list in the ANT macro to a local file
and pass this file as an argument to the PERL script? This would also remove
the Certificate warnings, as the JDK knows the Thawte certificate and can
validate it.
I would be happy to assist with that, but my PERL knowledge is limited...
--
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]