Recently I want to modify nutch’s code(Fetcher.java) to save the raw html page into Hbase. I have import the project into Eclipse. But I’m not familiar with ant, ivy, maven or buildfile.
How do I add the Hbase library jar file into the project so that I can use ant to build it?
Eventually, I made it, by adding a dependency declaration in ivy.xml file. And the library description can be fond in http://search.maven.org/. Then just run ant in command shell.(for my case, running ant in Eclipse does not work. I don’t know why.)
The question may be trivial, but I hope this helpful for the beginners like me.