[
https://issues.apache.org/jira/browse/LUCENE-4434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Uwe Schindler updated LUCENE-4434:
----------------------------------
Attachment: LUCENE-4434.patch
Fix for unicode: Now changes.html on my windows system with windows1252 Charset
behaves as it should. It was simple, no logic changes needed, we have to just
pass "-CSD" as parameter to perl (before script file name):
http://perldoc.perl.org/perlrun.html
> 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
> Fix For: 4.1, 5.0
>
> Attachments: LUCENE-4434.patch, LUCENE-4434.patch
>
>
> The changes-to-html script currently uses WGET or CURL 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
> files: 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]