Update of /cvsroot/archive-access/archive-access/projects/nutch
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7054
Modified Files:
project.properties
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: project.properties
===================================================================
RCS file: /cvsroot/archive-access/archive-access/projects/nutch/project.properties,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** project.properties 18 Oct 2005 19:34:52 -0000 1.14
--- project.properties 18 Oct 2005 23:21:11 -0000 1.15
***************
*** 18,22 ****
# Local jars to add to classpath.
maven.jar.override = on
! maven.jar.corenutch = ${basedir}/nutch/build/nutch-0.7.1.jar
maven.jar.lucene = ${basedir}/nutch/lib/lucene-1.9-rc1-dev.jar
maven.jar.arc = ${basedir}/lib/arc-1.5.1-200508191341.jar
--- 18,22 ----
# Local jars to add to classpath.
maven.jar.override = on
! maven.jar.corenutch = ${basedir}/nutch/build/nutch-0.7.jar
maven.jar.lucene = ${basedir}/nutch/lib/lucene-1.9-rc1-dev.jar
maven.jar.arc = ${basedir}/lib/arc-1.5.1-200508191341.jar
|