Re: Remove duplicate nutch conf files from .job file

2009-05-29 Thread Kirby Bohling
On Thu, May 28, 2009 at 4:35 PM, Otis Gospodnetic wrote: > > Hi Kirby, > > Do you think you could add this to Nutch's JIRA? > Please see http://wiki.apache.org/nutch/HowToContribute > >  Otis Created as NUTCH-741, I couldn't see how to attach a patch during initial creation, so I attached it imme

Re: Remove duplicate nutch conf files from .job file

2009-05-28 Thread Otis Gospodnetic
ursday, May 28, 2009 2:30:47 PM > Subject: Remove duplicate nutch conf files from .job file > > Attached is a small patch to avoid duplicate nutch-{site,default}.xml > files in the job file. If you run "ant tar", it ends up running the > jar, and then the job. The jar tar

Remove duplicate nutch conf files from .job file

2009-05-28 Thread Kirby Bohling
Attached is a small patch to avoid duplicate nutch-{site,default}.xml files in the job file. If you run "ant tar", it ends up running the jar, and then the job. The jar target copies the files from ./conf into ${build-classes} directory. The job files copies the ${build-classes} directory and th