You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@nutch.apache.org by Kunal Wku <wk...@yahoo.com> on 2007/09/12 20:27:44 UTC

Problem: Compiling Plugin Using Ant

Hello,
   
  I worked on a plugin using the reference webpage:
  http://wiki.apache.org/nutch/WritingPluginExample-0%2e9
   
  After setting everything, finally when I compile using Ant 1.6.0, it says build successfully. But when I look in the build folder, nutch-0.9 war file is not found, instead nutch-0.9 file of type 'Task Object' is found. Please help me solving this problem.
   
  Thanks & Regards,
  Kunal

       
---------------------------------
Boardwalk for $500? In 2007? Ha! 
Play Monopoly Here and Now (it's updated for today's economy) at Yahoo! Games.

Re: Problem: Compiling Plugin Using Ant

Posted by Susam Pal <su...@gmail.com>.
To generate the WAR file, you'll have to build using the 'war' target.
For example:-

ant war

Regards,
Susam Pal
http://susam.in/

On 9/12/07, Kunal Wku <wk...@yahoo.com> wrote:
> Hello,
>
>   I worked on a plugin using the reference webpage:
>   http://wiki.apache.org/nutch/WritingPluginExample-0%2e9
>
>   After setting everything, finally when I compile using Ant 1.6.0, it says build successfully. But when I look in the build folder, nutch-0.9 war file is not found, instead nutch-0.9 file of type 'Task Object' is found. Please help me solving this problem.
>
>   Thanks & Regards,
>   Kunal
>
>
> ---------------------------------
> Boardwalk for $500? In 2007? Ha!
> Play Monopoly Here and Now (it's updated for today's economy) at Yahoo! Games.