From: Michael S. <sta...@us...> - 2005-10-18 02:21:07
|
Update of /cvsroot/archive-access/archive-access/projects/nutch/xdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2066/xdocs Modified Files: srcbuild.xml Log Message: * xdocs//srcbuild.xml Note on how to build with 0.7.1 nutch. Index: srcbuild.xml =================================================================== RCS file: /cvsroot/archive-access/archive-access/projects/nutch/xdocs/srcbuild.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** srcbuild.xml 17 Oct 2005 20:53:13 -0000 1.5 --- srcbuild.xml 18 Oct 2005 02:20:55 -0000 1.6 *************** *** 29,33 **** 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 --- 29,39 ---- the ${NUTCHWAX} directory so you need to either rename nutch directory as Nutch or make a symbolic link from ! nutch-0.?.? to Nutch. ! If building against 0.7.1, you'll need to create the directory ! <literal>${NUTCH_HOME}/src/plugins/nutch-extensionpoints/src/java</literal> ! else the nutch ant build fails. You'll also have to update ! ${NUTCHWAX}/project.properties to point at the nutch 0.7.1 jar rather ! than at the 0.7.0 jar. ! </p> <p>Symlink ${NUTCHWAX}/nutch/conf/nutch-site.xml to |