Re: [jira] Commented: (NUTCH-65) index-more plugin can't parse large set of modification-date

2005-09-01 Thread Jérôme Charron
> > There's already commons-logging, in nutch libs, so I think there's no > problem to add commons-lang. > Moreover it is under Apache License, so there's no prolem. > I will add it while committing your patch. > No objections for adding commons-lang to the nutch lib. As it is a generic lib, I

Re: [jira] Commented: (NUTCH-65) index-more plugin can't parse large set of modification-date

2005-09-01 Thread Jérôme Charron
> > it works great (see the new function bellow). But we'll have to add > commons-lang (http://jakarta.apache.org/commons/lang/) to the libraries. > Are there any objections? How is the procedure to add it? There's already commons-logging, in nutch libs, so I think there's no problem to add comm

Re: [jira] Commented: (NUTCH-65) index-more plugin can't parse large set of modification-date

2005-08-31 Thread Michael Nebel
Hi Jérôme, it works great (see the new function bellow). But we'll have to add commons-lang (http://jakarta.apache.org/commons/lang/) to the libraries. Are there any objections? How is the procedure to add it? I'm trying my changes right now (I think, it will take the rest of the night to co

[jira] Commented: (NUTCH-65) index-more plugin can't parse large set of modification-date

2005-08-31 Thread Jerome Charron (JIRA)
[ http://issues.apache.org/jira/browse/NUTCH-65?page=comments#action_12320732 ] Jerome Charron commented on NUTCH-65: - Michael Nebel reports some other date parsing problems on the nutch-dev (http://www.mail-archive.com/nutch-dev%40lucene.apache.org/msg0

Re: [jira] Commented: (NUTCH-65) index-more plugin can't parse large set of modification-date

2005-08-31 Thread Jérôme Charron
Michael, the solution is perhaps to use Jakarta Commons DateUtils.parseDate method: http://jakarta.apache.org/commons/lang/api/org/apache/commons/lang/time/DateUtils.html#parseDate(java.lang.String,%20java.lang.String[]) It will gives something like: Date parsedDate = DateUtils.parseDate(dates[i

Re: [jira] Commented: (NUTCH-65) index-more plugin can't parse large set of modification-date

2005-08-31 Thread Michael Nebel
Some more errors (short selection from my logfile). Do we really have to handle the all seperatly or are there any functions/tools for this kind of problem? ...can't parse erroneous date: 12.06.2005 22:02:54 GMT ...can't parse erroneous date: 14.07.2005 GMT ...can't parse erroneous date: 15.10.

[jira] Commented: (NUTCH-65) index-more plugin can't parse large set of modification-date

2005-08-27 Thread Michael Nebel (JIRA)
[ http://issues.apache.org/jira/browse/NUTCH-65?page=comments#action_12320291 ] Michael Nebel commented on NUTCH-65: I checked out the trunc at 24/Aug/05 and still get some errors: ... can't parse erroneous date: Fri, 29 Okt 2004 11:08:24 GMT ... can't

[jira] Commented: (NUTCH-65) index-more plugin can't parse large set of modification-date

2005-07-04 Thread JIRA
[ http://issues.apache.org/jira/browse/NUTCH-65?page=comments#action_12315010 ] Lutischán Ferenc commented on NUTCH-65: --- Dear Developers, I have a finally solution (I have a firewall, I can't make patch with svn), I suggested please commit it: In th

[jira] Commented: (NUTCH-65) index-more plugin can't parse large set of modification-date

2005-07-04 Thread Jerome Charron (JIRA)
[ http://issues.apache.org/jira/browse/NUTCH-65?page=comments#action_12314991 ] Jerome Charron commented on NUTCH-65: - Thta's a VERY good reason. Thanks for info. > index-more plugin can't parse large set of modification-date >

[jira] Commented: (NUTCH-65) index-more plugin can't parse large set of modification-date

2005-07-03 Thread Nick Lothian (JIRA)
[ http://issues.apache.org/jira/browse/NUTCH-65?page=comments#action_12314976 ] Nick Lothian commented on NUTCH-65: --- Re: It could be a good idea to declare the DataFormat as a final static constant ... no? NO! SimpleDateFormat is not thread safe. Using

[jira] Commented: (NUTCH-65) index-more plugin can't parse large set of modification-date

2005-07-01 Thread Jerome Charron (JIRA)
[ http://issues.apache.org/jira/browse/NUTCH-65?page=comments#action_12314886 ] Jerome Charron commented on NUTCH-65: - It could be a good idea to declare the DataFormat as a final static constant ... no? > index-more plugin can't parse large set of mo