Re: Jenkins email notification regexes [was: RE: [JENKINS] Lucene-Solr-4.x-Linux-Java6-64 - Build # 355 - Still Failing!]

2012-07-09 Thread Robert Muir
isn't extracting stuff, let me know and I'll try to adjust the regexes. Steve -Original Message- From: Steven A Rowe [mailto:sar...@syr.edu] Sent: Monday, July 02, 2012 6:03 PM To: dev@lucene.apache.org Subject: RE: [JENKINS] Lucene-Solr-4.x-Linux-Java6-64 - Build # 355 - Still

RE: Jenkins email notification regexes [was: RE: [JENKINS] Lucene-Solr-4.x-Linux-Java6-64 - Build # 355 - Still Failing!]

2012-07-09 Thread Steven A Rowe
Thanks Robert, I'll adjust the regexes. - Steve -Original Message- From: Robert Muir [mailto:rcm...@gmail.com] Sent: Monday, July 09, 2012 11:42 AM To: dev@lucene.apache.org Subject: Re: Jenkins email notification regexes [was: RE: [JENKINS] Lucene-Solr-4.x-Linux-Java6-64 - Build # 355

RE: Jenkins email notification regexes [was: RE: [JENKINS] Lucene-Solr-4.x-Linux-Java6-64 - Build # 355 - Still Failing!]

2012-07-09 Thread Steven A Rowe
: [JENKINS] Lucene-Solr-4.x-Linux-Java6-64 - Build # 355 - Still Failing!] Thanks Robert, I'll adjust the regexes. - Steve -Original Message- From: Robert Muir [mailto:rcm...@gmail.com] Sent: Monday, July 09, 2012 11:42 AM To: dev@lucene.apache.org Subject: Re: Jenkins email notification regexes

Jenkins email notification regexes [was: RE: [JENKINS] Lucene-Solr-4.x-Linux-Java6-64 - Build # 355 - Still Failing!]

2012-07-08 Thread Steven A Rowe
the regexes. Steve -Original Message- From: Steven A Rowe [mailto:sar...@syr.edu] Sent: Monday, July 02, 2012 6:03 PM To: dev@lucene.apache.org Subject: RE: [JENKINS] Lucene-Solr-4.x-Linux-Java6-64 - Build # 355 - Still Failing! On Uwe's Jenkins, the regular expression used to extract

RE: Jenkins email notification regexes [was: RE: [JENKINS] Lucene-Solr-4.x-Linux-Java6-64 - Build # 355 - Still Failing!]

2012-07-08 Thread Steven A Rowe
- From: dawid.we...@gmail.com [mailto:dawid.we...@gmail.com] On Behalf Of Dawid Weiss Sent: Sunday, July 08, 2012 2:08 AM To: dev@lucene.apache.org Subject: Re: Jenkins email notification regexes [was: RE: [JENKINS] Lucene-Solr-4.x-Linux-Java6-64 - Build # 355 - Still Failing!] interesting stuff

Re: Jenkins email notification regexes [was: RE: [JENKINS] Lucene-Solr-4.x-Linux-Java6-64 - Build # 355 - Still Failing!]

2012-07-08 Thread Dawid Weiss
I wasn't trying to complain, I know but I should have thought of it myself. Dawid - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

[JENKINS] Lucene-Solr-4.x-Linux-Java6-64 - Build # 355 - Still Failing!

2012-07-02 Thread Policeman Jenkins Server
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

Re: [JENKINS] Lucene-Solr-4.x-Linux-Java6-64 - Build # 355 - Still Failing!

2012-07-02 Thread Robert Muir
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

RE: [JENKINS] Lucene-Solr-4.x-Linux-Java6-64 - Build # 355 - Still Failing!

2012-07-02 Thread Steven A Rowe
. Steve -Original Message- From: Policeman Jenkins Server [mailto:jenk...@sd-datasolutions.de] Sent: Monday, July 02, 2012 5:52 PM To: dev@lucene.apache.org; markrmil...@apache.org; rm...@apache.org Subject: [JENKINS] Lucene-Solr-4.x-Linux-Java6-64 - Build # 355 - Still Failing! Build

Re: [JENKINS] Lucene-Solr-4.x-Linux-Java6-64 - Build # 355 - Still Failing!

2012-07-02 Thread Robert Muir
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 rcm...@gmail.com wrote: I've seen this before. The latest java6 builds have some javadocs bugs

Re: [JENKINS] Lucene-Solr-4.x-Linux-Java6-64 - Build # 355 - Still Failing!

2012-07-02 Thread Michael McCandless
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

Re: [JENKINS] Lucene-Solr-4.x-Linux-Java6-64 - Build # 355 - Still Failing!

2012-07-02 Thread Michael McCandless
On Mon, Jul 2, 2012 at 7:56 PM, Michael McCandless luc...@mikemccandless.com wrote: Maybe we can find a more strict HTML parser OK it turns out Python3's html.parser has an optional strict option... and I confirmed that it would have caught this (and other), so, I think we should use that.

Re: [JENKINS] Lucene-Solr-4.x-Linux-Java6-64 - Build # 355 - Still Failing!

2012-07-02 Thread Mark Miller
On Jul 2, 2012, at 7:56 PM, Michael McCandless wrote: Short story: I committed a fix (the javadocs for CloudState.getCollectionStates needed to escape the and ). Hmm, I couldn't get eclipse or ant javadocs to complain about this (with my java 1.6 or java 1.7 installs). I wonder what I'm

Re: [JENKINS] Lucene-Solr-4.x-Linux-Java6-64 - Build # 355 - Still Failing!

2012-07-02 Thread Michael McCandless
On Mon, Jul 2, 2012 at 8:14 PM, Mark Miller markrmil...@gmail.com wrote: On Jul 2, 2012, at 7:56 PM, Michael McCandless wrote: Short story: I committed a fix (the javadocs for CloudState.getCollectionStates needed to escape the and ). Hmm, I couldn't get eclipse or ant javadocs to complain

Re: [JENKINS] Lucene-Solr-4.x-Linux-Java6-64 - Build # 355 - Still Failing!

2012-07-02 Thread Mark Miller
On Jul 2, 2012, at 8:20 PM, Michael McCandless wrote: On Mon, Jul 2, 2012 at 8:14 PM, Mark Miller markrmil...@gmail.com wrote: On Jul 2, 2012, at 7:56 PM, Michael McCandless wrote: Short story: I committed a fix (the javadocs for CloudState.getCollectionStates needed to escape the and ).