[ 
https://issues.apache.org/jira/browse/LUCENE-1845?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Simon Willnauer updated LUCENE-1845:
------------------------------------

    Attachment: LUCENE-1845.patch

I haven't looked at this issue for a while now but I figured today that the 
version we are using is "not available for download" anymore on the oracle 
pages. If you follow the link in the build file you will be able to download 
the zip file but I guess we should upgrade to the latest 3.3 version of BDB-JE.
(see 
http://www.oracle.com/technology/software/products/berkeley-db/je/index.html - 
version 3.3.69)
There is also another mirror that serves the jar directly (a maven repository) 
that might be more reliable.
I updated the patch to load the 3.3.93 version of the jar directly and skip the 
unzip step as we now download only the jar file. I also updated the maven pom 
template files to reference the right version of BDB-JE which wasn't the case 
though.

I think we should give the maven-repo mirror a chance though.



> if the build fails to download JARs for contrib/db, just skip its tests
> -----------------------------------------------------------------------
>
>                 Key: LUCENE-1845
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1845
>             Project: Lucene - Java
>          Issue Type: Improvement
>            Reporter: Michael McCandless
>            Assignee: Simon Willnauer
>            Priority: Minor
>             Fix For: 3.1
>
>         Attachments: LUCENE-1845.patch, LUCENE-1845.patch, LUCENE-1845.txt, 
> LUCENE-1845.txt, LUCENE-1845.txt, LUCENE-1845.txt
>
>
> Every so often our nightly build fails because contrib/db is unable to 
> download the necessary BDB JARs from http://downloads.osafoundation.org.  I 
> think in such cases we should simply skip contrib/db's tests, if it's the 
> nightly build that's running, since it's a false positive failure.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-dev-h...@lucene.apache.org

Reply via email to