[jira] [Commented] (NUTCH-1249) Resolve all issues flagged up by adding javac -Xlint arguement

2013-05-21 Thread Sebastian Nagel (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-1249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13663031#comment-13663031 ] Sebastian Nagel commented on NUTCH-1249: Great, work [~tejas.patil]!

[jira] [Commented] (NUTCH-1569) Upgrade 2.x to Gora 0.3

2013-05-21 Thread Chris Hairfield (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13663413#comment-13663413 ] Chris Hairfield commented on NUTCH-1569: I applied your v2 patch an hour ago and,

[jira] [Commented] (NUTCH-1569) Upgrade 2.x to Gora 0.3

2013-05-21 Thread Lewis John McGibbney (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13663431#comment-13663431 ] Lewis John McGibbney commented on NUTCH-1569: - Dynamite Chris, thanks for the

[jira] [Commented] (NUTCH-1569) Upgrade 2.x to Gora 0.3

2013-05-21 Thread Lewis John McGibbney (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13663561#comment-13663561 ] Lewis John McGibbney commented on NUTCH-1569: - I will commit this patch and pu

[jira] [Resolved] (NUTCH-1569) Upgrade 2.x to Gora 0.3

2013-05-21 Thread Lewis John McGibbney (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lewis John McGibbney resolved NUTCH-1569. - Resolution: Fixed Committed @revision 1485044 in 2.x HEAD Thank you to everyone w

[jira] [Commented] (NUTCH-1275) Fix [unchecked] javac warnings

2013-05-21 Thread Lewis John McGibbney (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-1275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13663741#comment-13663741 ] Lewis John McGibbney commented on NUTCH-1275: - Hi Tejas, just curious. Has thi

[jira] [Assigned] (NUTCH-1275) Fix [unchecked] javac warnings

2013-05-21 Thread Tejas Patil (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-1275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tejas Patil reassigned NUTCH-1275: -- Assignee: Tejas Patil > Fix [unchecked] javac warnings > -- > >

[jira] [Commented] (NUTCH-1275) Fix [unchecked] javac warnings

2013-05-21 Thread Tejas Patil (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-1275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13663792#comment-13663792 ] Tejas Patil commented on NUTCH-1275: Hi [~lewismc], I am working on a patch for 2.x.

unable to build 2.x

2013-05-21 Thread Tejas Patil
Hi nutch-dev, I took a *fresh* checkout of 2.x and tried to build it (ant clean runtime). I get lot of compilation errors. At first when I saw that on the terminal, I said to my laptop : "Are you kidding me ?". I re-tried it 2 times again and still the same thing happens. I am checking the reason

Re: unable to build 2.x

2013-05-21 Thread Tejas Patil
Previously, without un-commenting the gora backend dependency in ivy.xml, the code could be built. Now, if its not specified, there are compilation errors and build fails. Specifying the backend is mandatory now. On Tue, May 21, 2013 at 11:04 PM, Tejas Patil wrote: > Hi nutch-dev, > > I took a *