You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@nutch.apache.org by Xin Zhang <nu...@gmail.com> on 2007/11/01 14:58:13 UTC

Why I can't install plugin in nutch-0.9

Hello

I am trying install a plugin that I develop, but when I run ant ,show me
this message:

BUILD FAILED
E:\Nutch\nutch-0.9\src\plugin\build-plugin.xml:117: The following error
occurred
 while executing this line:
E:\Nutch\nutch-0.9\build.xml:61: Specify at least one source--a file or
resource
 collection.

Total time: 1 second
Why?

Thank you

Re: Why I can't install plugin in nutch-0.9

Posted by Xin Zhang <nu...@gmail.com>.
Thank you.

I can run it.

xin


2007/11/1, Sebastian Steinmetz <s....@mederi-research.de>:
>
> Hi,
>
> see the history of the mailing list. There are many answers to this
> problem. But I'll qote one for you, so you don't have to search... ;)
>
> This is a problem with developing on top of nutch-0.9.tar.gz
>
> You've got 2 options to solve this:
>
> 1. export the missing config/*.template files from the SVN-Repository
> 2. edit build.xml:61 so that it doesn't want to touch these
> *.template files.
>
>
> best regards,
>        Sebastian Steinmetz
>
> Am 01.11.2007 um 14:58 schrieb Xin Zhang:
>
> > Hello
> >
> > I am trying install a plugin that I develop, but when I run
> > ant ,show me
> > this message:
> >
> > BUILD FAILED
> > E:\Nutch\nutch-0.9\src\plugin\build-plugin.xml:117: The following
> > error
> > occurred
> >  while executing this line:
> > E:\Nutch\nutch-0.9\build.xml:61: Specify at least one source--a
> > file or
> > resource
> >  collection.
> >
> > Total time: 1 second
> > Why?
> >
> > Thank you
>
>

Re: Why I can't install plugin in nutch-0.9

Posted by Sebastian Steinmetz <s....@mederi-research.de>.
Hi,

see the history of the mailing list. There are many answers to this  
problem. But I'll qote one for you, so you don't have to search... ;)

This is a problem with developing on top of nutch-0.9.tar.gz

You've got 2 options to solve this:

1. export the missing config/*.template files from the SVN-Repository
2. edit build.xml:61 so that it doesn't want to touch these  
*.template files.


best regards,
	Sebastian Steinmetz
	
Am 01.11.2007 um 14:58 schrieb Xin Zhang:

> Hello
>
> I am trying install a plugin that I develop, but when I run  
> ant ,show me
> this message:
>
> BUILD FAILED
> E:\Nutch\nutch-0.9\src\plugin\build-plugin.xml:117: The following  
> error
> occurred
>  while executing this line:
> E:\Nutch\nutch-0.9\build.xml:61: Specify at least one source--a  
> file or
> resource
>  collection.
>
> Total time: 1 second
> Why?
>
> Thank you