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 (JIRA)" <ji...@apache.org> on 2011/06/13 20:00:52 UTC

[jira] [Created] (SOLR-2590) javadoc.link.lucene property value in solr/common-build.xml is obsolete

javadoc.link.lucene property value in solr/common-build.xml is obsolete
-----------------------------------------------------------------------

                 Key: SOLR-2590
                 URL: https://issues.apache.org/jira/browse/SOLR-2590
             Project: Solr
          Issue Type: Bug
          Components: Build
    Affects Versions: 4.0
            Reporter: Steven Rowe
            Assignee: Steven Rowe
            Priority: Minor
             Fix For: 3.3, 4.0


The link to the Jenkins-built Lucene javadocs used by Solr's "javadoc" target no longer works.

>From https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/8811/consoleText :

{noformat}
  [javadoc] javadoc: warning - Error fetching URL: https://hudson.apache.org/hudson/job/Lucene-trunk/javadoc/all/package-list
...
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/solr/build.xml:213: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/solr/common-build.xml:389: Javadocs warnings were found!
{noformat}

The link should instead be https://builds.apache.org/job/Lucene-trunk/javadoc/all/package-list

--
This message is automatically generated by JIRA.
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


[jira] [Commented] (SOLR-2590) javadoc.link.lucene property value in solr/common-build.xml is obsolete

Posted by "Steven Rowe (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-2590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13048676#comment-13048676 ] 

Steven Rowe commented on SOLR-2590:
-----------------------------------

If you paste the old link into a browser, you get redirected to https://builds.apache.org/ - I guess the admins got tired of supporting the old Hudson links?

> javadoc.link.lucene property value in solr/common-build.xml is obsolete
> -----------------------------------------------------------------------
>
>                 Key: SOLR-2590
>                 URL: https://issues.apache.org/jira/browse/SOLR-2590
>             Project: Solr
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 4.0
>            Reporter: Steven Rowe
>            Assignee: Steven Rowe
>            Priority: Minor
>             Fix For: 3.3, 4.0
>
>
> The link to the Jenkins-built Lucene javadocs used by Solr's "javadoc" target no longer works.
> From https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/8811/consoleText :
> {noformat}
>   [javadoc] javadoc: warning - Error fetching URL: https://hudson.apache.org/hudson/job/Lucene-trunk/javadoc/all/package-list
> ...
> BUILD FAILED
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/solr/build.xml:213: The following error occurred while executing this line:
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/solr/common-build.xml:389: Javadocs warnings were found!
> {noformat}
> The link should instead be https://builds.apache.org/job/Lucene-trunk/javadoc/all/package-list

--
This message is automatically generated by JIRA.
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


[jira] [Resolved] (SOLR-2590) javadoc.link.lucene property value in solr/common-build.xml is obsolete

Posted by "Steven Rowe (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-2590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steven Rowe resolved SOLR-2590.
-------------------------------

    Resolution: Fixed

Committed:
- r1135206: trunk
- r1135207: branch_3x


> javadoc.link.lucene property value in solr/common-build.xml is obsolete
> -----------------------------------------------------------------------
>
>                 Key: SOLR-2590
>                 URL: https://issues.apache.org/jira/browse/SOLR-2590
>             Project: Solr
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 4.0
>            Reporter: Steven Rowe
>            Assignee: Steven Rowe
>            Priority: Minor
>             Fix For: 3.3, 4.0
>
>         Attachments: SOLR-2590.patch
>
>
> The link to the Jenkins-built Lucene javadocs used by Solr's "javadoc" target no longer works.
> From https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/8811/consoleText :
> {noformat}
>   [javadoc] javadoc: warning - Error fetching URL: https://hudson.apache.org/hudson/job/Lucene-trunk/javadoc/all/package-list
> ...
> BUILD FAILED
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/solr/build.xml:213: The following error occurred while executing this line:
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/solr/common-build.xml:389: Javadocs warnings were found!
> {noformat}
> The link should instead be https://builds.apache.org/job/Lucene-trunk/javadoc/all/package-list

--
This message is automatically generated by JIRA.
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


[jira] [Updated] (SOLR-2590) javadoc.link.lucene property value in solr/common-build.xml is obsolete

Posted by "Steven Rowe (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-2590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steven Rowe updated SOLR-2590:
------------------------------

    Attachment: SOLR-2590.patch

Patch for trunk with the fixed Jenkins-built Lucene trunk javadocs URL.

Locally, "ant javadoc" under solr/ succeeds.

Committing shortly.

> javadoc.link.lucene property value in solr/common-build.xml is obsolete
> -----------------------------------------------------------------------
>
>                 Key: SOLR-2590
>                 URL: https://issues.apache.org/jira/browse/SOLR-2590
>             Project: Solr
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 4.0
>            Reporter: Steven Rowe
>            Assignee: Steven Rowe
>            Priority: Minor
>             Fix For: 3.3, 4.0
>
>         Attachments: SOLR-2590.patch
>
>
> The link to the Jenkins-built Lucene javadocs used by Solr's "javadoc" target no longer works.
> From https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/8811/consoleText :
> {noformat}
>   [javadoc] javadoc: warning - Error fetching URL: https://hudson.apache.org/hudson/job/Lucene-trunk/javadoc/all/package-list
> ...
> BUILD FAILED
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/solr/build.xml:213: The following error occurred while executing this line:
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/solr/common-build.xml:389: Javadocs warnings were found!
> {noformat}
> The link should instead be https://builds.apache.org/job/Lucene-trunk/javadoc/all/package-list

--
This message is automatically generated by JIRA.
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