otis 2002/06/30 07:58:27 Modified: contributions/webcrawler-LARM build.xml Log: - Fixed Usage text. - Added oro.jar property. Revision Changes Path 1.3 +7 -7 jakarta-lucene-sandbox/contributions/webcrawler-LARM/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-lucene-sandbox/contributions/webcrawler-LARM/build.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- build.xml 18 Jun 2002 00:47:39 -0000 1.2 +++ build.xml 30 Jun 2002 14:58:27 -0000 1.3 @@ -20,14 +20,13 @@ <property name="build.src" value="${build.dir}/src"/> <property name="build.encoding" value="ISO-8859-1"/> - - <property name="threads" value="15"/> -<!-- Build classpath --> + <!-- Build classpath --> <path id="classpath"> <pathelement location="${build.classes}"/> <pathelement location="${lucene.jar}"/> + <pathelement location="${oro.jar}"/> <fileset dir="${lib.dir}"> <include name="*.jar" /> </fileset> @@ -36,6 +35,7 @@ <path id="run.classpath"> <pathelement location="${build.dir}/${final.name}.jar"/> <pathelement location="${lucene.jar}"/> + <pathelement location="${oro.jar}"/> <fileset dir="${lib.dir}"> <include name="*.jar" /> </fileset> @@ -95,9 +95,9 @@ <target name="checksyntax" unless="start"> <echo> use run with the following syntax - - ant run -Dstart=<URL> -Drestrictto=<Pattern> [-threads=<Thread Count>] - + + ant run -Dstart=<URL> -Drestrictto=<Pattern> [-Dthreads=<Thread Count>] + default value for threads is 15 </echo> </target> @@ -109,7 +109,7 @@ description="-> runs command-line version of the crawler"> <delete dir="${logs.dir}"/> <mkdir dir="${logs.dir}"/> - <java + <java classname="de.lanlab.larm.fetcher.FetcherMain" fork="yes"> <jvmarg value="-server"/>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>