Re: Persistent problems with Ivy dependencies in Eclipse

2011-11-12 Thread Lewis John Mcgibbney
Just for reference, I've sorted all the problems I wasx having with my build environment and have updated the tutorial on our wiki. I've also commented on your issue Kirby. Thanks for the pointer. Lewis On Fri, Nov 11, 2011 at 1:37 PM, Kirby Bohling kirby.bohl...@gmail.comwrote: Lewis,

Re: Persistent problems with Ivy dependencies in Eclipse

2011-11-11 Thread Lewis John Mcgibbney
Excellent Kirby, thanks for this. The obvious question I guess... where does this leave us with regards to the urlfilter-automation libraries? For the record as well, can you please provide the Jira you filed, it would be good to know where I can begin with this one. Thanks On Thu, Nov 10,

Re: Persistent problems with Ivy dependencies in Eclipse

2011-11-11 Thread Kirby Bohling
Lewis, https://issues.apache.org/jira/browse/NUTCH-1068 That is the issue I filed about the patch (it isn't directly related to this, but it is related to some potential fixes). http://www.mail-archive.com/dev%40nutch.apache.org/msg03419.html That's the e-mail thread where I originally

Re: Persistent problems with Ivy dependencies in Eclipse

2011-11-10 Thread Andrzej Bialecki
On 10/11/2011 04:39, Lewis John Mcgibbney wrote: Gets even more strange, both SWFParser and AutomationURLFilter import additonal depenedencies, however they are not included within thier plugin/ivy/ivy.xml files! Am I missing something here? Most likely these problems come from the initial

Re: Persistent problems with Ivy dependencies in Eclipse

2011-11-10 Thread Lewis John Mcgibbney
OK so the required dependencies can be seen below - FeedParser dependency org=net.java.dev.rome name=rome rev=1.0.0 conf=*-master/ - URLAutomationFilter - dependency org=dk.brics name=automaton rev=???/ - SWFParser dependency org=com.google.gwt name=gwt-incubator rev=2.0.1/ - HTMLParser

Re: Persistent problems with Ivy dependencies in Eclipse

2011-11-10 Thread Kirby Bohling
On Thu, Nov 10, 2011 at 6:14 PM, Lewis John Mcgibbney lewis.mcgibb...@gmail.com wrote: OK so the required dependencies can be seen below - FeedParser dependency org=net.java.dev.rome name=rome rev=1.0.0 conf=*-master/ - URLAutomationFilter - dependency org=dk.brics name=automaton rev=???/ -

Persistent problems with Ivy dependencies in Eclipse

2011-11-09 Thread Lewis John Mcgibbney
Hi, I've been looking closely at getting a well configured Nutch Eclispe environment. I'm having trouble with the following plugins - AutomationURLFilter - SWFParser - HTMLParser - FeedParser This ties back to the fact that each of these plugins have irregular dependencies over and above what we

Re: Persistent problems with Ivy dependencies in Eclipse

2011-11-09 Thread Lewis John Mcgibbney
Say we were to replace ${nutch.root} with ${basedir} in every instance of a plugin directory that has additional dependencies over and above what we specify in NUTCH_HOME/ivy/ivy.xml. This then breaks the build. Where is the nutch.root variable actually specified? I don't know where to find it.

Re: Persistent problems with Ivy dependencies in Eclipse

2011-11-09 Thread Lewis John Mcgibbney
Gets even more strange, both SWFParser and AutomationURLFilter import additonal depenedencies, however they are not included within thier plugin/ivy/ivy.xml files! Am I missing something here? On Wed, Nov 9, 2011 at 6:23 PM, Lewis John Mcgibbney lewis.mcgibb...@gmail.com wrote: Say we were to