[ 
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

My perl knowledge from earlier days of my life helped me to fix this. The 
attached patch also resolves the problem, that I had to put PERL on the PATH on 
the windows jenkins server. Now (as with any other external tool), you can pass 
-Dperl.exe=... I fixed all build.xmls to use this property.

I think it is ready, any complaints?
                
> 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
>         Attachments: 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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to