Short story: I committed a fix (the javadocs for CloudState.getCollectionStates needed to escape the < and >).
Long story: at first I thought this was a javadocs bug ... and I discovered that Python 2.7.3 gracefully ignores this while Python 2.7.2 freaks out about it. So I upgraded Jenkins' Python to 2.7.3, and it ran successfully. But then I realized I don't like that, ie, we want to see broken HTML in our javadocs. And the Python issue that fixed this (http://bugs.python.org/issue13987) doesn't include an option to be anal again... so I downgraded Jenkin's Python back to 2.7.2. Maybe we can find a more strict HTML parser.... Mike McCandless http://blog.mikemccandless.com On Mon, Jul 2, 2012 at 6:59 PM, Robert Muir <[email protected]> wrote: > This is the one i suspect (with the workaround i used before): > > http://www.lucidimagination.com/search/document/a4c5b64ef37774ff#e5fc87755f904b33 > > > On Mon, Jul 2, 2012 at 5:56 PM, Robert Muir <[email protected]> wrote: >> I've seen this before. The latest java6 builds have some javadocs bugs >> especially with generics. Locally with my java6u24 this all works >> fine. Please ignore this for now, I'm sure its the same bug. I'll look >> into it once i get the 4.0a stuff up on the website... (it likely >> requires adding an exception to the checker) >> >> On Mon, Jul 2, 2012 at 5:52 PM, Policeman Jenkins Server >> <[email protected]> wrote: >>> Build: >>> http://jenkins.sd-datasolutions.de/job/Lucene-Solr-4.x-Linux-Java6-64/355/ >>> >>> All tests passed >>> >>> Build Log: >>> [...truncated 18075 lines...] >>> javadocs-lint: >>> >>> [...truncated 609 lines...] >>> javadocs-lint: >>> >>> [...truncated 80 lines...] >>> BUILD FAILED >>> /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux-Java6-64/checkout/solr/build.xml:541: >>> The following error occurred while executing this line: >>> /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux-Java6-64/checkout/lucene/common-build.xml:1640: >>> exec returned: 1 >>> >>> Total time: 1 minute 2 seconds >>> Build step 'Execute shell' marked build as failure >>> Archiving artifacts >>> Recording test results >>> Email was triggered for: Failure >>> Sending email for trigger: Failure >>> >>> >> >> >> >> -- >> lucidimagination.com > > > > -- > lucidimagination.com > > --------------------------------------------------------------------- > 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]
