Jonathan Hunter wrote:
> Dear nutch-users,
> 
> I am trying to make some changes to the Nutch's PruneIndexTool, but
> before I start making those changes I wanted to make sure that I am able
> to compile the current PruneIndexTool from the command line.
> 
> I checked to make sure that the java compiler works in general by using
> it to compile a simple hello world program.
> 
> I did this by calling the following command from my nutch directory:
> 
> $ javac helloworld.java
> //compiles with no errors
> $ java helloworld
> hello world
> $
> 


You should use "ant" command to compile nutch (including PruneIndexTool).

$ ant

--
 Sami Siren

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Nutch-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nutch-general

Reply via email to