thanks for your help I was able to run nutch in eclipse. I included the
lib/, plugin/ and conf/ directories in the class path, as well as the
default eclipse plugins. I also made sure the only source folder was the
where I was saving the project.
thanks again,
~Jon
----- Original Message -----
From: chee wu <[EMAIL PROTECTED]>
Date: Wednesday, January 10, 2007 8:58 pm
Subject: Re: Running Nutch in Eclipse
To: [email protected]
> Required lib were not added to eclipse,try to add all the jar
> files in "<NUTCH_HOME>/lib" directory.
> You can also refer the "bin/nutch" script for the jar file list
> required by nutch..
>
> ----- Original Message -----
> From: "Jonathan Hunter" <[EMAIL PROTECTED]>
> To: <[email protected]>
> Sent: Thursday, January 11, 2007 1:04 AM
> Subject: Re: Running Nutch in Eclipse
>
>
> >I hope this will be helpful
> > ~Jon
> >
> > ----- Original Message -----
> > From: chee wu <[EMAIL PROTECTED]>
> > Date: Wednesday, January 10, 2007 4:40 am
> > Subject: Re: Running Nutch in Eclipse
> > To: [email protected]
> >
> >> Send us your classpath configure file ".class" of your
> Eclipse
> >> project ....
> >>
> >> ----- Original Message -----
> >> From: "Jonathan Hunter" <[EMAIL PROTECTED]>
> >> To: <[email protected]>
> >> Sent: Wednesday, January 10, 2007 2:24 PM
> >> Subject: Running Nutch in Eclipse
> >>
> >>
> >> > nutch users,
> >> > I am having problems making modifications to the
> PruneIndexTool
> >> using> Eclipse from the nutch-0.8.1 release. I am able to import
> >> files into
> >> > Eclipse, thanks to this tutorial:
> >> > http://wiki.apache.org/nutch/RunNutchInEclipse
> >> > What I have run into is that Eclipse does not recognize the
> >> inheritance> from the other nutch classes. When a class is
> called
> >> to define a
> >> > variable, i get an error message: "*class* cannot be resolved
> to a
> >> > type". Some of this may stem from the inability to import
> >> packages: "The
> >> > import org.apache.lucene cannot be resolved"//one example//
> >> >
> >> > More specifically, all classes have this sort of problem:
> >> > public boolean isPrunable(Query q, IndexReader reader, int
> docNum)>> > throws Exception{
> >> > Document doc = reader.document(docNum);
> >> > String url = doc.get("url");
> >> > //Error: Query cannot be resolved to a type
> >> > //Error: IndexReader cannot be resolved to a type
> >> > //Error: Document cannot be resolved to a type
> >> >
> >> > Eclipse Properties:
> >> > I have followed the tutorial and have a build path with the conf/
> >> > directory. Under the java build path I have included as
> sources
> >> all the
> >> > files in the nutch directory. Each pull down tab has:
> >> > Included: (all)
> >> > Excluded: (none)
> >> > Native library location: (none)
> >> > Under Projects tab in the build path I do not have anything
> when
> >> I try
> >> > to add a project there are no projects to add.
> >> > Libraries include the two .jar files added from the tutoiral:
> >> > http://nutch.cvs.sourceforge.net/nutch/nutch/src/plugin/parse-
> >> mp3/lib/>
> >> http://nutch.cvs.sourceforge.net/nutch/nutch/src/plugin/parse-
> rtf/lib/>> > and the system library.
> >> > The Order and Export tab has all the nutch folders with its
> plugins.>> >
> >> > If you could direct me to be to be able to resolve these
> >> variables and
> >> > allow Eclipse to inherit each class in the nutch directory, it
> >> would be
> >> > much appreciated.
> >> >
> >> > ~Jon
> >> >
> >
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry
excluding=".settings/|bin/|conf/|crawl/|docs/|lib/|lib/|lib/|logs/|plugins/|plugins/|segdumps/|src/|src/|src/|src/plugin/"
kind="src" path=""/>
<classpathentry exported="true" kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry exported="true" kind="lib"
path="plugins/clustering-carrot2/carrot2-filter-lingo.jar"/>
<classpathentry exported="true" kind="lib"
path="plugins/clustering-carrot2/carrot2-local-core.jar"/>
<classpathentry exported="true" kind="lib"
path="plugins/clustering-carrot2/carrot2-snowball-stemmers.jar"/>
<classpathentry exported="true" kind="lib"
path="plugins/clustering-carrot2/carrot2-util-common.jar"/>
<classpathentry exported="true" kind="lib"
path="plugins/clustering-carrot2/carrot2-util-tokenizer.jar"/>
<classpathentry exported="true" kind="lib"
path="plugins/clustering-carrot2/clustering-carrot2.jar"/>
<classpathentry exported="true" kind="lib"
path="plugins/clustering-carrot2/commons-collections-3.1-patched.jar"/>
<classpathentry exported="true" kind="lib"
path="plugins/clustering-carrot2/commons-pool-1.1.jar"/>
<classpathentry exported="true" kind="lib"
path="plugins/clustering-carrot2/Jama-1.0.1-patched.jar"/>
<classpathentry exported="true" kind="lib"
path="plugins/clustering-carrot2/violinstrings-1.0.2.jar"/>
<classpathentry exported="true" kind="lib"
path="plugins/creativecommons/creativecommons.jar"/>
<classpathentry exported="true" kind="lib"
path="plugins/index-basic/index-basic.jar"/>
<classpathentry exported="true" kind="lib"
path="plugins/index-more/index-more.jar"/>
<classpathentry exported="true" kind="lib"
path="plugins/language-identifier/language-identifier.jar"/>
<classpathentry exported="true" kind="lib"
path="plugins/lib-commons-httpclient/commons-httpclient-3.0.jar"/>
<classpathentry exported="true" kind="lib"
path="plugins/lib-http/lib-http.jar"/>
<classpathentry exported="true" kind="lib"
path="plugins/lib-jakarta-poi/poi-3.0-alpha1-20050704.jar"/>
<classpathentry exported="true" kind="lib"
path="plugins/lib-log4j/log4j-1.2.11.jar"/>
<classpathentry exported="true" kind="lib"
path="plugins/lib-lucene-analyzers/lucene-analyzers-1.9-rc1-dev.jar"/>
<classpathentry exported="true" kind="lib"
path="plugins/lib-nekohtml/nekohtml-0.9.4.jar"/>
<classpathentry exported="true" kind="lib"
path="plugins/lib-parsems/lib-parsems.jar"/>
<classpathentry exported="true" kind="lib"
path="plugins/lib-regex-filter/lib-regex-filter.jar"/>
<classpathentry exported="true" kind="lib"
path="plugins/lib-xml/jaxen-core.jar"/>
<classpathentry exported="true" kind="lib"
path="plugins/microformats-reltag/microformats-reltag.jar"/>
<classpathentry exported="true" kind="lib"
path="plugins/nutch-extensionpoints/nutch-extensionpoints.jar"/>
<classpathentry exported="true" kind="lib"
path="plugins/ontology/commons-logging-1.0.3.jar"/>
<classpathentry exported="true" kind="lib"
path="plugins/parse-ext/parse-ext.jar"/>
<classpathentry exported="true" kind="lib"
path="plugins/parse-html/parse-html.jar"/>
<classpathentry exported="true" kind="lib"
path="plugins/parse-js/parse-js.jar"/>
<classpathentry exported="true" kind="lib"
path="plugins/parse-msexcel/parse-msexcel.jar"/>
<classpathentry exported="true" kind="lib"
path="plugins/parse-mspowerpoint/parse-mspowerpoint.jar"/>
<classpathentry exported="true" kind="lib"
path="plugins/parse-msword/parse-msword.jar"/>
<classpathentry exported="true" kind="lib"
path="plugins/parse-oo/parse-oo.jar"/>
<classpathentry exported="true" kind="lib"
path="plugins/parse-pdf/parse-pdf.jar"/>
<classpathentry exported="true" kind="lib"
path="plugins/parse-rss/commons-feedparser-0.6-fork.jar"/>
<classpathentry exported="true" kind="lib"
path="plugins/parse-swf/javaswf.jar"/>
<classpathentry exported="true" kind="lib"
path="plugins/parse-text/parse-text.jar"/>
<classpathentry exported="true" kind="lib"
path="plugins/parse-zip/parse-zip.jar"/>
<classpathentry exported="true" kind="lib"
path="plugins/protocol-file/protocol-file.jar"/>
<classpathentry exported="true" kind="lib"
path="plugins/protocol-ftp/commons-net-1.2.0-dev.jar"/>
<classpathentry exported="true" kind="lib"
path="plugins/protocol-http/protocol-http.jar"/>
<classpathentry exported="true" kind="lib"
path="plugins/protocol-httpclient/commons-codec.jar"/>
<classpathentry exported="true" kind="lib"
path="plugins/query-basic/query-basic.jar"/>
<classpathentry exported="true" kind="lib"
path="plugins/query-more/query-more.jar"/>
<classpathentry exported="true" kind="lib"
path="plugins/query-site/query-site.jar"/>
<classpathentry exported="true" kind="lib"
path="plugins/query-url/query-url.jar"/>
<classpathentry exported="true" kind="lib"
path="plugins/scoring-opic/scoring-opic.jar"/>
<classpathentry exported="true" kind="lib"
path="plugins/subcollection/subcollection.jar"/>
<classpathentry exported="true" kind="lib"
path="plugins/summary-basic/summary-basic.jar"/>
<classpathentry exported="true" kind="lib"
path="plugins/summary-lucene/lucene-highlighter-2.0-rc1-dev.jar"/>
<classpathentry exported="true" kind="lib"
path="plugins/urlfilter-automaton/automaton.jar"/>
<classpathentry exported="true" kind="lib"
path="plugins/urlfilter-prefix/urlfilter-prefix.jar"/>
<classpathentry exported="true" kind="lib"
path="plugins/urlfilter-regex/urlfilter-regex.jar"/>
<classpathentry exported="true" kind="lib"
path="plugins/urlfilter-suffix/urlfilter-suffix.jar"/>
<classpathentry exported="true" kind="lib"
path="plugins/lib-jakarta-poi/poi-scratchpad-3.0-alpha1-20050704.jar"/>
<classpathentry exported="true" kind="lib"
path="plugins/lib-xml/jaxen-jdom.jar"/>
<classpathentry exported="true" kind="lib"
path="plugins/lib-xml/jdom.jar"/>
<classpathentry exported="true" kind="lib"
path="plugins/lib-xml/saxpath.jar"/>
<classpathentry exported="true" kind="lib"
path="plugins/lib-xml/xercesImpl.jar"/>
<classpathentry exported="true" kind="lib"
path="plugins/ontology/icu4j_2_6_1.jar"/>
<classpathentry exported="true" kind="lib"
path="plugins/ontology/jena-2.1.jar"/>
<classpathentry exported="true" kind="lib"
path="plugins/ontology/ontology.jar"/>
<classpathentry exported="true" kind="lib"
path="plugins/urlfilter-automaton/urlfilter-automaton.jar"/>
<classpathentry exported="true" kind="lib"
path="plugins/summary-lucene/summary-lucene.jar"/>
<classpathentry exported="true" kind="lib"
path="plugins/protocol-httpclient/protocol-httpclient.jar"/>
<classpathentry exported="true" kind="lib"
path="plugins/protocol-ftp/protocol-ftp.jar"/>
<classpathentry exported="true" kind="lib"
path="plugins/parse-swf/parse-swf.jar"/>
<classpathentry exported="true" kind="lib"
path="plugins/parse-rss/parse-rss.jar"/>
<classpathentry exported="true" kind="lib"
path="plugins/parse-rss/xmlrpc-1.2.jar"/>
<classpathentry exported="true" kind="lib"
path="plugins/parse-pdf/PDFBox-0.7.2-log4j.jar"/>
<classpathentry exported="true" kind="lib"
path="plugins/parse-html/tagsoup-1.0rc3.jar"/>
<classpathentry exported="true" kind="lib"
path="src/plugin/clustering-carrot2/lib/carrot2-filter-lingo.jar"/>
<classpathentry exported="true" kind="lib"
path="src/plugin/clustering-carrot2/lib/carrot2-local-core.jar"/>
<classpathentry exported="true" kind="lib"
path="src/plugin/clustering-carrot2/lib/carrot2-snowball-stemmers.jar"/>
<classpathentry exported="true" kind="lib"
path="src/plugin/clustering-carrot2/lib/carrot2-util-common.jar"/>
<classpathentry exported="true" kind="lib"
path="src/plugin/clustering-carrot2/lib/carrot2-util-tokenizer.jar"/>
<classpathentry exported="true" kind="lib"
path="src/plugin/clustering-carrot2/lib/commons-collections-3.1-patched.jar"/>
<classpathentry exported="true" kind="lib"
path="src/plugin/clustering-carrot2/lib/commons-pool-1.1.jar"/>
<classpathentry exported="true" kind="lib"
path="src/plugin/clustering-carrot2/lib/Jama-1.0.1-patched.jar"/>
<classpathentry exported="true" kind="lib"
path="src/plugin/clustering-carrot2/lib/violinstrings-1.0.2.jar"/>
<classpathentry exported="true" kind="lib"
path="src/plugin/lib-commons-httpclient/lib/commons-httpclient-3.0.jar"/>
<classpathentry exported="true" kind="lib"
path="src/plugin/lib-jakarta-poi/lib/poi-3.0-alpha1-20050704.jar"/>
<classpathentry exported="true" kind="lib"
path="src/plugin/lib-jakarta-poi/lib/poi-scratchpad-3.0-alpha1-20050704.jar"/>
<classpathentry exported="true" kind="lib"
path="src/plugin/lib-log4j/lib/log4j-1.2.11.jar"/>
<classpathentry exported="true" kind="lib"
path="src/plugin/lib-lucene-analyzers/lib/lucene-analyzers-1.9-rc1-dev.jar"/>
<classpathentry exported="true" kind="lib"
path="src/plugin/lib-nekohtml/lib/nekohtml-0.9.4.jar"/>
<classpathentry exported="true" kind="lib"
path="src/plugin/lib-xml/lib/jaxen-core.jar"/>
<classpathentry exported="true" kind="lib"
path="src/plugin/lib-xml/lib/jaxen-jdom.jar"/>
<classpathentry exported="true" kind="lib"
path="src/plugin/lib-xml/lib/jdom.jar"/>
<classpathentry exported="true" kind="lib"
path="src/plugin/lib-xml/lib/saxpath.jar"/>
<classpathentry exported="true" kind="lib"
path="src/plugin/lib-xml/lib/xercesImpl.jar"/>
<classpathentry exported="true" kind="lib"
path="src/plugin/ontology/lib/commons-logging-1.0.3.jar"/>
<classpathentry exported="true" kind="lib"
path="src/plugin/ontology/lib/icu4j_2_6_1.jar"/>
<classpathentry exported="true" kind="lib"
path="src/plugin/ontology/lib/jena-2.1.jar"/>
<classpathentry exported="true" kind="lib"
path="src/plugin/parse-html/lib/tagsoup-1.0rc3.jar"/>
<classpathentry exported="true" kind="lib"
path="src/plugin/parse-pdf/lib/PDFBox-0.7.2-log4j.jar"/>
<classpathentry exported="true" kind="lib"
path="src/plugin/parse-rss/lib/commons-feedparser-0.6-fork.jar"/>
<classpathentry exported="true" kind="lib"
path="src/plugin/parse-rss/lib/xmlrpc-1.2.jar"/>
<classpathentry exported="true" kind="lib"
path="src/plugin/parse-swf/lib/javaswf.jar"/>
<classpathentry exported="true" kind="lib"
path="src/plugin/parse-zip/sample/test.zip"/>
<classpathentry exported="true" kind="lib"
path="src/plugin/protocol-ftp/lib/commons-net-1.2.0-dev.jar"/>
<classpathentry exported="true" kind="lib"
path="src/plugin/protocol-httpclient/lib/commons-codec.jar"/>
<classpathentry exported="true" kind="lib"
path="src/plugin/summary-lucene/lib/lucene-highlighter-2.0-rc1-dev.jar"/>
<classpathentry exported="true" kind="lib"
path="src/plugin/urlfilter-automaton/lib/automaton.jar"/>
<classpathentry exported="true" kind="lib"
path="src/test/org/apache/nutch/util/mime/test.zip"/>
<classpathentry exported="true" kind="lib"
path="lib/jetty-ext/ant.jar"/>
<classpathentry exported="true" kind="lib"
path="lib/pmd-ext/jakarta-oro-2.0.8.jar"/>
<classpathentry exported="true" kind="lib"
path="lib/commons-cli-2.0-SNAPSHOT.jar"/>
<classpathentry exported="true" kind="lib"
path="lib/commons-lang-2.1.jar"/>
<classpathentry exported="true" kind="lib"
path="lib/commons-logging-1.0.4.jar"/>
<classpathentry exported="true" kind="lib"
path="lib/commons-logging-api-1.0.4.jar"/>
<classpathentry exported="true" kind="lib"
path="lib/concurrent-1.3.4.jar"/>
<classpathentry exported="true" kind="lib"
path="lib/hadoop-0.4.0-patched.jar"/>
<classpathentry exported="true" kind="lib"
path="lib/jakarta-oro-2.0.7.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jetty-5.1.4.jar"/>
<classpathentry exported="true" kind="lib" path="lib/junit-3.8.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/log4j-1.2.13.jar"/>
<classpathentry exported="true" kind="lib"
path="lib/lucene-core-1.9.1.jar"/>
<classpathentry exported="true" kind="lib"
path="lib/lucene-misc-1.9.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/servlet-api.jar"/>
<classpathentry exported="true" kind="lib" path="lib/taglibs-i18n.jar"/>
<classpathentry exported="true" kind="lib" path="lib/xerces-2_6_2.jar"/>
<classpathentry exported="true" kind="lib"
path="lib/xerces-2_6_2-apis.jar"/>
<classpathentry exported="true" kind="lib"
path="lib/jetty-ext/commons-el.jar"/>
<classpathentry exported="true" kind="lib"
path="lib/jetty-ext/jasper-compiler.jar"/>
<classpathentry exported="true" kind="lib"
path="lib/jetty-ext/jasper-runtime.jar"/>
<classpathentry exported="true" kind="lib"
path="lib/jetty-ext/jsp-api.jar"/>
<classpathentry exported="true" kind="lib"
path="lib/pmd-ext/jaxen-1.1-beta-7.jar"/>
<classpathentry exported="true" kind="lib"
path="lib/pmd-ext/pmd-3.6.jar"/>
<classpathentry exported="true" kind="lib" path="nutch-0.8.1.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.update.ui_3.2.0.v20060605.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/com.ibm.icu_3.4.4.1.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/com.jcraft.jsch_0.1.28.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.ant.core_3.1.100.v20060531.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.ant.ui_3.2.0.v20060531.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.compare_3.2.0.v20060605.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.core.boot_3.1.100.v20060603.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.core.commands_3.2.0.I20060605-1400.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.core.contenttype_3.2.0.v20060603.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.core.expressions_3.2.0.v20060605-1400.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.core.filebuffers_3.2.0.v20060605-1400.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.core.filesystem.win32.x86_1.0.0.v20060603.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.core.filesystem_1.0.0.v20060603.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.core.jobs_3.2.0.v20060603.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.core.resources.compatibility_3.2.0.v20060603.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.core.resources.win32_3.2.0.v20060603.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.core.resources_3.2.0.v20060603.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.core.runtime.compatibility.auth_3.2.0.v20060601.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.core.runtime.compatibility_3.1.100.v20060603.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.core.runtime_3.2.0.v20060603.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.core.variables_3.1.100.v20060605.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.debug.core_3.2.0.v20060605.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.debug.ui_3.2.0.v20060605.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.equinox.common_3.2.0.v20060603.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.equinox.preferences_3.2.0.v20060601.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.equinox.registry_3.2.0.v20060601.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.help.appserver_3.1.100.v20060602.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.help.base_3.2.0.v20060601.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.help.ui_3.2.0.v20060602.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.help_3.2.0.v20060602.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.jdt.apt.core_3.2.0.v20060602-1740.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.jdt.apt.ui_3.2.0.v20060602-1740.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.jdt.core.manipulation_1.0.0.v20060605-1400.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.jdt.core_3.2.0.v_671.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.jdt.debug.ui_3.2.0.v20060605.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.jdt.doc.isv_3.2.0.v20060605-1400.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.jdt.doc.user_3.2.0.v20060605-1400.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.jdt.junit4.runtime_1.0.0.v20060605-1400.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.jdt.launching_3.2.0.v20060605.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.jdt.ui_3.2.0.v20060605-1400.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.jdt_3.2.0.v20060605-1400.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.jface.databinding_1.0.0.I20060605-1400.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.jface.text_3.2.0.v20060605-1400.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.jface_3.2.0.I20060605-1400.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.ltk.core.refactoring_3.2.0.v20060605-1400.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.ltk.ui.refactoring_3.2.0.v20060605-1400.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.osgi.services_3.1.100.v20060601.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.osgi.util_3.1.100.v20060601.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.osgi_3.2.0.v20060601.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.pde.core_3.2.0.v20060605.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.pde.doc.user_3.2.0.v20060605.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.pde.junit.runtime_3.2.0.v20060605.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.pde.runtime_3.2.0.v20060605.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.pde.ui_3.2.0.v20060605.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.pde_3.2.0.v20060605.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.platform.doc.isv_3.2.0.v20060612-0900.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.platform.doc.user_3.2.0.v20060605.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.rcp_3.2.0.v20060605.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.search_3.2.0.v20060605-1400.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.swt.win32.win32.x86_3.2.0.v3232m.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.swt_3.2.0.v3232o.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.team.core_3.2.0.I200606051140.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.team.cvs.core_3.2.0.M20060628.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.team.cvs.ssh2_3.2.0.I200606051140.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.team.cvs.ssh_3.2.0.I200606011710.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.team.cvs.ui_3.2.0.I200606051140.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.team.ui_3.2.0.I200606051140.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.text_3.2.0.v20060605-1400.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.ui.browser_3.2.0.v20060602.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.ui.cheatsheets_3.2.0.v20060602.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.ui.console_3.1.100.v20060605.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.ui.editors_3.2.0.v20060605-1400.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.ui.externaltools_3.1.100.v20060605.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.ui.forms_3.2.0.v20060602.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.ui.ide_3.2.0.I20060605-1400.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.ui.intro_3.2.0.v20060601.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.ui.navigator.resources_3.2.0.I20060605-1400.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.ui.navigator_3.2.0.I20060605-1400.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.ui.presentations.r21_3.2.0.I20060605-1400.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.ui.views.properties.tabbed_3.2.0.I20060605-1400.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.ui.views_3.2.0.I20060605-1400.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.ui.win32_3.2.0.I20060605-1400.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.ui.workbench.texteditor_3.2.0.v20060605-1400.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.ui.workbench_3.2.0.I20060605-1400.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.ui_3.2.0.I20060605-1400.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.update.configurator_3.2.0.v20060605.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.update.core.win32_3.2.0.v20060605.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.update.core_3.2.0.v20060605.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program
Files/eclipse/plugins/org.eclipse.update.scheduler_3.2.0.v20060605.jar"/>
<classpathentry exported="true" kind="lib" path="plugins"/>
<classpathentry exported="true" kind="lib" path="lib"/>
<classpathentry exported="true" kind="lib" path="conf"/>
<classpathentry exported="true" kind="lib" path="src/plugin"/>
<classpathentry kind="output" path="tmp_build"/>
</classpath>
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Nutch-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nutch-general