[ 
https://issues.apache.org/jira/browse/NUTCH-1200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13148393#comment-13148393
 ] 

Julien Nioche commented on NUTCH-1200:
--------------------------------------

I'm definitely against the idea of putting all the dependencies in the main 
ivy.xml

The deps which are not publicly available like brics, can be found in the lib 
dir of the plugins.

Ideally there should be a variable we could use instead of ${nutch.root} but I 
haven't managed to get it to work
                
> Resolving Ivy dependencies in several plugins 
> ----------------------------------------------
>
>                 Key: NUTCH-1200
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1200
>             Project: Nutch
>          Issue Type: Improvement
>          Components: build
>    Affects Versions: 1.4
>            Reporter: Lewis John McGibbney
>            Assignee: Lewis John McGibbney
>             Fix For: 1.5
>
>         Attachments: NUTCH-1200-trunk.patch
>
>
> When configuring Nutch 1.5-SNAPSHOT in Eclipse, I noticed that any plugins 
> requiring additional libraries OVER AND ABOVE the ones specified in 
> NUTCH_HOME/ivy/ivy.xml cannot resolve the dependencies. In specific the 
> classes are 
> {code}
> - 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   <dependency org="net.sourceforge.nekohtml" name="nekohtml" 
> rev="1.9.15"/> 
> {code}
> Further to this, I cannot locate the dk.brics dependency!
> Finally, the plugin/ivy.xml files for the above plugins cannot be parsed 
> corectly due to the ${nutch.root} vairable.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to