You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Ryan McKinley <ry...@gmail.com> on 2011/06/09 02:08:35 UTC

ant javadocs-test-framework failure

I'm getting a failure on:
ant javadocs-test-framework

{@link RANDOM_MULTIPLIER}  is failing -- i don't really get why...

ryan@bicho~
$ java -version
java version "1.6.0_25"
Java(TM) SE Runtime Environment (build 1.6.0_25-b06)
Java HotSpot(TM) Client VM (build 20.0-b11, mixed mode, sharing)

ryan@bicho~
$ ant -version
Apache Ant version 1.7.1 compiled on June 27 2008

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


RE: ant javadocs-test-framework failure

Posted by Uwe Schindler <uw...@thetaphi.de>.
Hi,

References to local fields must start with "#".

Uwe

-----
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: uwe@thetaphi.de


> -----Original Message-----
> From: Ryan McKinley [mailto:ryantxu@gmail.com]
> Sent: Thursday, June 09, 2011 2:09 AM
> To: dev@lucene.apache.org
> Subject: ant javadocs-test-framework failure
> 
> I'm getting a failure on:
> ant javadocs-test-framework
> 
> {@link RANDOM_MULTIPLIER}  is failing -- i don't really get why...
> 
> ryan@bicho~
> $ java -version
> java version "1.6.0_25"
> Java(TM) SE Runtime Environment (build 1.6.0_25-b06) Java HotSpot(TM)
> Client VM (build 20.0-b11, mixed mode, sharing)
> 
> ryan@bicho~
> $ ant -version
> Apache Ant version 1.7.1 compiled on June 27 2008
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional
> commands, e-mail: dev-help@lucene.apache.org



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