You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Steven Rowe (Updated) (JIRA)" <ji...@apache.org> on 2011/11/26 08:57:40 UTC

[jira] [Updated] (LUCENE-3228) build should allow you (especially hudson) to refer to a local javadocs installation instead of downloading

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

Steven Rowe updated LUCENE-3228:
--------------------------------

    Attachment: LUCENE-3228.branch_3x.patch

Patch for branch_3x.  Features:

# Adds package-list files for Oracle Java javadocs and JUnit javadocs to subversion.
# When building Lucene and Solr source releases, the Oracle Java javadocs package-list file is removed.
# When connected or disconnected from the network, javadocs built from a subversion checkout contain links to Oracle javadocs.
# When connected to the network, javadocs built from a source release will attempt to download the Oracle Java package-list file.
# When the Oracle Java package-list file is not present, either because the user is building from a source release while disconnected from the network, or because the package-list file for Oracle Java javadocs is not downloadable for some other reason, javadocs will be built and the build will not fail, though an error will appear in the build log.
# Links from Solr javadocs to Lucene's javadocs are enabled.  When building a non-release version, the links are to the most recently built nightly Jenkins javadocs, as in Hoss's patch on this issue.  When building a release version, links are to the same-versioned Lucene release javadocs.
                
> build should allow you (especially hudson) to refer to a local javadocs installation instead of downloading
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: LUCENE-3228
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3228
>             Project: Lucene - Java
>          Issue Type: Task
>            Reporter: Robert Muir
>            Assignee: Robert Muir
>         Attachments: LUCENE-3228.branch_3x.patch, LUCENE-3228.patch
>
>
> Currently, we fail on all javadocs warnings.
> However, you get a warning if it cannot download the package-list from sun.com
> So I think we should allow you optionally set a sysprop using linkoffline.
> Then we would get much less hudson "fake failures"
> I feel like Mike opened an issue for this already but I cannot find it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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