Urgh, this build seemed to fail from this:

    javadoc: warning - Error fetching URL:
http://java.sun.com/j2se/1.5.0/docs/api/package-list

I had no idea javadoc building had to fetch an external URL.
Apparently this is used to link references to the java core classes,
but there's an option (-linkoffline) to use a local package-list file
for this instead.  So maybe we need to switch to that if we have
problems loading that URL too often...:

http://download.oracle.com/javase/1,5.0/docs/tooldocs/windows/javadoc.html#javadocoptions

Mike

http://blog.mikemccandless.com

On Mon, May 30, 2011 at 10:20 AM, Apache Jenkins Server
<[email protected]> wrote:
> Build: https://builds.apache.org/hudson/job/Lucene-Solr-tests-only-3.x/8516/
>
> All tests passed
>
> Build Log (for compile errors):
> [...truncated 14814 lines...]
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to