From: Michael S. <sta...@us...> - 2005-10-18 23:21:20
|
Update of /cvsroot/archive-access/archive-access/projects/nutch/src/articles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7054/src/articles Modified Files: releasenotes.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: releasenotes.xml =================================================================== RCS file: /cvsroot/archive-access/archive-access/projects/nutch/src/articles/releasenotes.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** releasenotes.xml 17 Oct 2005 20:57:03 -0000 1.1 --- releasenotes.xml 18 Oct 2005 23:21:11 -0000 1.2 *************** *** 18,21 **** --- 18,25 ---- <para>TODO</para> </abstract> + <para>NutchWAX has been built against Nutch 0.7.0 (There seem to be issues + with 0.7.1 build, and then some, so have not built against the 0.7.1 + release). + </para> <sect2 id="0_4_0_limitations"> |