[
https://issues.apache.org/jira/browse/SOLR-3323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13247607#comment-13247607
]
Steven Rowe commented on SOLR-3323:
-----------------------------------
This:
{noformat}
+ value="${common-solr.dir}/../lucene/build/docs/api/all/"/>
{noformat}
might be better as:
{noformat}
+ value="${common.dir}/build/docs/api/all/"/>
{noformat}
> fix solr javadocs to link to local lucene javadocs w/relative links when
> users build locally
> --------------------------------------------------------------------------------------------
>
> Key: SOLR-3323
> URL: https://issues.apache.org/jira/browse/SOLR-3323
> Project: Solr
> Issue Type: Task
> Components: documentation
> Reporter: Hoss Man
> Assignee: Steven Rowe
> Fix For: 4.0
>
> Attachments: SOLR-3323.patch
>
>
> SOLR-2439 changed how javadoc linkages are handled between solr javadocs and
> lucene javadocs -- but i think there is still an improvement to be made.
> currently if you are building a "SNAPSHOT" of solr, it links to
> builds.apache.org for the lucene docs -- but if you are building solr from
> src, you must have a full copy of the entire lucene+solr tree, so we should
> just use a relative link up to the local copy of the lucene javadocs (if you
> are compiling your own solr, you are probably not using precompiled lucene
> jars, so you may want to update the lucene javadocs as well)
--
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: [email protected]
For additional commands, e-mail: [email protected]