From: Michael S. <sta...@us...> - 2005-10-17 20:53:29
|
Update of /cvsroot/archive-access/archive-access/projects/nutch/xdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21794/xdocs Modified Files: srcbuild.xml Log Message: * xdocs/srcbuild.xml Note that we work w/ 0.7.x of nutch. Index: srcbuild.xml =================================================================== RCS file: /cvsroot/archive-access/archive-access/projects/nutch/xdocs/srcbuild.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** srcbuild.xml 29 Jul 2005 22:12:24 -0000 1.4 --- srcbuild.xml 17 Oct 2005 20:53:13 -0000 1.5 *************** *** 20,32 **** Let ${NUTCHWAX} be this directory everafter.</p> ! <p>Obtain a Nutch ! <a href="http://lucene.apache.org/nutch/release/nightly/">nightly build</a>. ! The below has been tested working using 07/13/2005. Revert to this ! version of Nutch if problems in Nutch (It won't work with release 0.6 ! of Nutch). Unbundle the nightly build. It usually untars as nutch-nightly. ! The build scripts are looking for 'nutch' in the ${NUTCHWAX} directory so you need to ! either rename nutch-nightly as Nutch or make a symbolic link from ! nutch-nightly to Nutch.</p> <p>Symlink ${NUTCHWAX}/nutch/conf/nutch-site.xml to --- 20,33 ---- Let ${NUTCHWAX} be this directory everafter.</p> ! <p>Obtain the latest Nutch release. See ! <a href="http://www.apache.org/dyn/closer.cgi/lucene/nutch/">nutch ! downloads</a>. ! The below has been tested working using nutch 0.7.0 and 0.7.1. Revert to ! this version of Nutch if problems building (Nutchwax will not work with ! release 0.6 of Nutch). Unbundle the nutch release It usually untars as ! nutch-0.?.?. The build scripts are looking for 'nutch' in the ${NUTCHWAX} directory so you need to ! either rename nutch directory as Nutch or make a symbolic link from ! nutch-0.?.? to Nutch.</p> <p>Symlink ${NUTCHWAX}/nutch/conf/nutch-site.xml to |