You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jp...@apache.org on 2012/09/24 15:36:50 UTC

svn commit: r1389362 - /lucene/dev/trunk/lucene/core/src/java/org/apache/lucene/index/package.html

Author: jpountz
Date: Mon Sep 24 13:36:50 2012
New Revision: 1389362

URL: http://svn.apache.org/viewvc?rev=1389362&view=rev
Log:
Fix javadocs generation with javadoc 1.6.0_26 (and maybe other versions?).

Modified:
    lucene/dev/trunk/lucene/core/src/java/org/apache/lucene/index/package.html

Modified: lucene/dev/trunk/lucene/core/src/java/org/apache/lucene/index/package.html
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/core/src/java/org/apache/lucene/index/package.html?rev=1389362&r1=1389361&r2=1389362&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/core/src/java/org/apache/lucene/index/package.html (original)
+++ lucene/dev/trunk/lucene/core/src/java/org/apache/lucene/index/package.html Mon Sep 24 13:36:50 2012
@@ -21,6 +21,7 @@
 </head>
 <body>
 Code to maintain and access indices.
+
 <!-- TODO: add IndexWriter, IndexWriterConfig, DocValues, etc etc -->
 <h2>Table Of Contents</h2>
 <p>



Re: svn commit: r1389362 - /lucene/dev/trunk/lucene/core/src/java/org/apache/lucene/index/package.html

Posted by Adrien Grand <jp...@gmail.com>.
On Mon, Sep 24, 2012 at 3:43 PM, Robert Muir <rc...@gmail.com> wrote:
> Whats the problem? everything works fine here (ant documentation-lint)
> with 1.6.0_26:

The problem is that some class-use HTML files are not valid (they
contain lines such as "<TD>Code to maintain and access
indices.\n<!&nbsp;</TD>" that checkJavadocsLinks.py fails to parse.

(Robert just suggested on IRC that this problem is due to the fact
that my locale is fr_FR. Indeed, running javadoc with the en_US locale
fixes the problem...)

-- 
Adrien

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


Re: svn commit: r1389362 - /lucene/dev/trunk/lucene/core/src/java/org/apache/lucene/index/package.html

Posted by Robert Muir <rc...@gmail.com>.
Whats the problem? everything works fine here (ant documentation-lint)
with 1.6.0_26:

BUILD SUCCESSFUL
Total time: 2 minutes 20 seconds
rmuir@beast:~/workspace/lucene-trunk/lucene$ $JAVA_HOME/bin/java -version
java version "1.6.0_26"
Java(TM) SE Runtime Environment (build 1.6.0_26-b03)
Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02, mixed mode)


On Mon, Sep 24, 2012 at 9:36 AM,  <jp...@apache.org> wrote:
> Author: jpountz
> Date: Mon Sep 24 13:36:50 2012
> New Revision: 1389362
>
> URL: http://svn.apache.org/viewvc?rev=1389362&view=rev
> Log:
> Fix javadocs generation with javadoc 1.6.0_26 (and maybe other versions?).
>
> Modified:
>     lucene/dev/trunk/lucene/core/src/java/org/apache/lucene/index/package.html
>
> Modified: lucene/dev/trunk/lucene/core/src/java/org/apache/lucene/index/package.html
> URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/core/src/java/org/apache/lucene/index/package.html?rev=1389362&r1=1389361&r2=1389362&view=diff
> ==============================================================================
> --- lucene/dev/trunk/lucene/core/src/java/org/apache/lucene/index/package.html (original)
> +++ lucene/dev/trunk/lucene/core/src/java/org/apache/lucene/index/package.html Mon Sep 24 13:36:50 2012
> @@ -21,6 +21,7 @@
>  </head>
>  <body>
>  Code to maintain and access indices.
> +
>  <!-- TODO: add IndexWriter, IndexWriterConfig, DocValues, etc etc -->
>  <h2>Table Of Contents</h2>
>  <p>
>
>



-- 
lucidworks.com

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