svn commit: r389729 - in /lucene/nutch/trunk/src/plugin/parse-rss: build.xml lib/jaxen-core.jar lib/jaxen-jdom.jar lib/jdom.jar lib/saxpath.jar lib/xercesImpl.jar lib/xml-apis.jar plugin.xml

2006-03-29 Thread jerome
Author: jerome
Date: Wed Mar 29 01:45:01 2006
New Revision: 389729

URL: http://svn.apache.org/viewcvs?rev=389729view=rev
Log:
parse-rss now depends on new lib-xml plugin

Removed:
lucene/nutch/trunk/src/plugin/parse-rss/lib/jaxen-core.jar
lucene/nutch/trunk/src/plugin/parse-rss/lib/jaxen-jdom.jar
lucene/nutch/trunk/src/plugin/parse-rss/lib/jdom.jar
lucene/nutch/trunk/src/plugin/parse-rss/lib/saxpath.jar
lucene/nutch/trunk/src/plugin/parse-rss/lib/xercesImpl.jar
lucene/nutch/trunk/src/plugin/parse-rss/lib/xml-apis.jar
Modified:
lucene/nutch/trunk/src/plugin/parse-rss/build.xml
lucene/nutch/trunk/src/plugin/parse-rss/plugin.xml

Modified: lucene/nutch/trunk/src/plugin/parse-rss/build.xml
URL: 
http://svn.apache.org/viewcvs/lucene/nutch/trunk/src/plugin/parse-rss/build.xml?rev=389729r1=389728r2=389729view=diff
==
--- lucene/nutch/trunk/src/plugin/parse-rss/build.xml (original)
+++ lucene/nutch/trunk/src/plugin/parse-rss/build.xml Wed Mar 29 01:45:01 2006
@@ -6,18 +6,21 @@
 
  !-- Build compilation dependencies --
  target name=deps-jar
+   ant target=jar inheritall=false dir=../lib-xml/
ant target=jar inheritall=false dir=../lib-log4j/
  /target
 
  !-- Add compilation dependencies to classpath --
  path id=plugin.deps
fileset dir=${nutch.root}/build
+ include name=**/lib-xml/*.jar /
  include name=**/lib-log4j/*.jar /
/fileset
  /path
 
  !-- Deploy Unit test dependencies --
  target name=deps-test
+   ant target=deploy inheritall=false dir=../lib-xml/
ant target=deploy inheritall=false dir=../lib-log4j/
ant target=deploy inheritall=false dir=../nutch-extensionpoints/
ant target=deploy inheritall=false dir=../lib-commons-httpclient/

Modified: lucene/nutch/trunk/src/plugin/parse-rss/plugin.xml
URL: 
http://svn.apache.org/viewcvs/lucene/nutch/trunk/src/plugin/parse-rss/plugin.xml?rev=389729r1=389728r2=389729view=diff
==
--- lucene/nutch/trunk/src/plugin/parse-rss/plugin.xml (original)
+++ lucene/nutch/trunk/src/plugin/parse-rss/plugin.xml Wed Mar 29 01:45:01 2006
@@ -10,19 +10,13 @@
   library name=parse-rss.jar
  export name=*/
   /library
-  library name=jdom.jar/
-  library name=jaxen-core.jar/
-  library name=jaxen-jdom.jar/
   library name=commons-feedparser-0.6-fork.jar/
-  library name=saxpath.jar/
-  library name=log4j-1.2.6.jar/
-  library name=xercesImpl.jar/
-  library name=xml-apis.jar/
   library name=xml-rpc-1.2.jar/
/runtime
 
requires
   import plugin=nutch-extensionpoints/
+  import plugin=lib-xml/
   import plugin=lib-log4j/
   import plugin=lib-commons-httpclient/
/requires




svn commit: r390012 - /lucene/nutch/branches/branch-0.7/src/site/src/documentation/content/xdocs/tutorial8.xml

2006-03-29 Thread pkosiorowski
Author: pkosiorowski
Date: Wed Mar 29 23:04:53 2006
New Revision: 390012

URL: http://svn.apache.org/viewcvs?rev=390012view=rev
Log:
DmozParser package name fixed

Modified:

lucene/nutch/branches/branch-0.7/src/site/src/documentation/content/xdocs/tutorial8.xml

Modified: 
lucene/nutch/branches/branch-0.7/src/site/src/documentation/content/xdocs/tutorial8.xml
URL: 
http://svn.apache.org/viewcvs/lucene/nutch/branches/branch-0.7/src/site/src/documentation/content/xdocs/tutorial8.xml?rev=390012r1=390011r2=390012view=diff
==
--- 
lucene/nutch/branches/branch-0.7/src/site/src/documentation/content/xdocs/tutorial8.xml
 (original)
+++ 
lucene/nutch/branches/branch-0.7/src/site/src/documentation/content/xdocs/tutorial8.xml
 Wed Mar 29 23:04:53 2006
@@ -185,7 +185,7 @@
 around 1000 URLs:/p
 
 sourcemkdir dmoz
-bin/nutch org.apache.nutch.crawl.DmozParser content.rdf.u8 -subset 5000 gt; 
dmoz/urls/source
+bin/nutch org.apache.nutch.tools.DmozParser content.rdf.u8 -subset 5000 gt; 
dmoz/urls/source
 
 pThe parser also takes a few minutes, as it must parse the full
 file.  Finally, we initialize the crawl db with the selected urls./p