Update of /cvsroot/archive-access/archive-access/projects/nutch/xdocs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7054/xdocs
Modified Files:
srcbuild.xml
Log Message:
* project.properties
* src/articles/releasenotes.xml
* xdocs/srcbuild.xml
Revert to 0.7.0 nutch. 0.7.1 has problems.
* src/java/org/archive/access/nutch/Arc2Segment.java
If we fail parse, don't add to index (Shouldd get rid of those
no arcoffset, etc., messages we used get indexing).
* src/plugin/index-ia/src/java/org/archive/access/nutch/indexer/IaIndexingFilter.java
Don't warn if 'encoding' not present -- won't be present for many types.
Index: srcbuild.xml
===================================================================
RCS file: /cvsroot/archive-access/archive-access/projects/nutch/xdocs/srcbuild.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** srcbuild.xml 18 Oct 2005 19:34:53 -0000 1.7
--- srcbuild.xml 18 Oct 2005 23:21:11 -0000 1.8
***************
*** 23,31 ****
<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
! either of these versions 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
--- 23,30 ----
<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. 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
***************
*** 33,37 ****
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 may also have to update
${NUTCHWAX}/project.properties to rename the corenutch jar if building
against a nutch that is other than that which nutchwax is currently working
--- 32,38 ----
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 (There seem to be other issues running
! nutchwax against nutch 0.7.1 that need looking into).
! You'll may also have to update
${NUTCHWAX}/project.properties to rename the corenutch jar if building
against a nutch that is other than that which nutchwax is currently working
|