You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2012/05/28 22:23:34 UTC

[JENKINS] Lucene-Solr-tests-only-trunk - Build # 14408 - Failure

Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/14408/

All tests passed

Build Log (for compile errors):
[...truncated 24842 lines...]



[JENKINS] Lucene-Solr-tests-only-trunk - Build # 14409 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/14409/

All tests passed

Build Log (for compile errors):
[...truncated 24583 lines...]



Re: [JENKINS] Lucene-Solr-tests-only-trunk - Build # 14408 - Failure

Posted by Robert Muir <rc...@gmail.com>.
Basically this is a generics-escaping bug with this 1.6.0_32 (my older
versions of java6 works fine!)

imagine you have Foo.bar(List<String> param)
and you try to do {@link Foo#bar}, javadocs expands this to
Foo#bar(List<String>) but doesnt properly escape the < and > in the
generated html.

because of this it makes broken html, the workaround is to explicitly
do {@link Foo#bar(List)}, even if Foo#bar is already unambiguous.

On Mon, May 28, 2012 at 4:52 PM, Robert Muir <rc...@gmail.com> wrote:
> I can reproduce it on the hudson machine itself: looks like a bug in
> javadocs for 1.6.0_32. Its generating invalid html. Ill see if i can
> work around it.
>
> On Mon, May 28, 2012 at 4:29 PM, Robert Muir <rc...@gmail.com> wrote:
>> 'ant javadocs-lint' passes locally (1.6.0_24-b07). So something is
>> jacked up on the hudson machine, either its python or its javadocs is
>> buggy :)
>>
>> On Mon, May 28, 2012 at 4:23 PM, Apache Jenkins Server
>> <je...@builds.apache.org> wrote:
>>> Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/14408/
>>>
>>> All tests passed
>>>
>>> Build Log (for compile errors):
>>> [...truncated 24842 lines...]
>>>
>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>>> For additional commands, e-mail: dev-help@lucene.apache.org
>>
>>
>>
>> --
>> lucidimagination.com
>
>
>
> --
> lucidimagination.com



-- 
lucidimagination.com

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


Re: [JENKINS] Lucene-Solr-tests-only-trunk - Build # 14408 - Failure

Posted by Robert Muir <rc...@gmail.com>.
I can reproduce it on the hudson machine itself: looks like a bug in
javadocs for 1.6.0_32. Its generating invalid html. Ill see if i can
work around it.

On Mon, May 28, 2012 at 4:29 PM, Robert Muir <rc...@gmail.com> wrote:
> 'ant javadocs-lint' passes locally (1.6.0_24-b07). So something is
> jacked up on the hudson machine, either its python or its javadocs is
> buggy :)
>
> On Mon, May 28, 2012 at 4:23 PM, Apache Jenkins Server
> <je...@builds.apache.org> wrote:
>> Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/14408/
>>
>> All tests passed
>>
>> Build Log (for compile errors):
>> [...truncated 24842 lines...]
>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>> For additional commands, e-mail: dev-help@lucene.apache.org
>
>
>
> --
> lucidimagination.com



-- 
lucidimagination.com

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


Re: [JENKINS] Lucene-Solr-tests-only-trunk - Build # 14408 - Failure

Posted by Robert Muir <rc...@gmail.com>.
'ant javadocs-lint' passes locally (1.6.0_24-b07). So something is
jacked up on the hudson machine, either its python or its javadocs is
buggy :)

On Mon, May 28, 2012 at 4:23 PM, Apache Jenkins Server
<je...@builds.apache.org> wrote:
> Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/14408/
>
> All tests passed
>
> Build Log (for compile errors):
> [...truncated 24842 lines...]
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org



-- 
lucidimagination.com

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