Re: Solr nightly build failure

2009-03-15 Thread Shalin Shekhar Mangar
On Sat, Mar 14, 2009 at 1:49 PM, solr-dev@lucene.apache.org wrote: [junit] Running org.apache.solr.TestTrie [junit] response [junit] lst name=responseHeaderint name=status0/intint name=QTime2/int/lstresult name=response numFound=6 start=0docfloat name=id0.0/floatdate

Solr nightly build failure

2009-03-15 Thread solr-dev
init-forrest-entities: [mkdir] Created dir: /tmp/apache-solr-nightly/build [mkdir] Created dir: /tmp/apache-solr-nightly/build/web compile-solrj: [mkdir] Created dir: /tmp/apache-solr-nightly/build/solrj [javac] Compiling 74 source files to /tmp/apache-solr-nightly/build/solrj

Build failed in Hudson: Solr-trunk #743

2009-03-15 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Solr-trunk/743/ -- [...truncated 1932 lines...] [junit] Running org.apache.solr.SolrInfoMBeanTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.76 sec [junit] Running

[jira] Commented: (SOLR-1065) Add a ContenStreamDataSource to DIH to accept post data

2009-03-15 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12682140#action_12682140 ] Noble Paul commented on SOLR-1065: -- regular update handler can only handle xml in the

Re: Solr nightly build failure

2009-03-15 Thread Yonik Seeley
Fixed. SimpleDateFormat needed it's timezone set to UTC in the test (it was formatting in local time and sticking on a 'Z'). -Yonik http://www.lucidimagination.com On Sun, Mar 15, 2009 at 3:32 AM, Shalin Shekhar Mangar shalinman...@gmail.com wrote: On Sat, Mar 14, 2009 at 1:49 PM,

Re: Solr nightly build failure

2009-03-15 Thread Shalin Shekhar Mangar
On Sun, Mar 15, 2009 at 8:25 PM, Yonik Seeley yo...@lucidimagination.comwrote: Fixed. SimpleDateFormat needed it's timezone set to UTC in the test (it was formatting in local time and sticking on a 'Z'). Thanks Yonik! -- Regards, Shalin Shekhar Mangar.

[jira] Updated: (SOLR-1061) Improve RegexTransformer to create multiple columns from regex groups

2009-03-15 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-1061: - Attachment: SOLR-1061.patch there was a bug in the last patch Improve RegexTransformer to create

[jira] Issue Comment Edited: (SOLR-1065) Add a ContenStreamDataSource to DIH to accept post data

2009-03-15 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12682140#action_12682140 ] Noble Paul edited comment on SOLR-1065 at 3/15/09 9:59 PM: ---