Update of /cvsroot/htmlparser/htmlparser/bin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26937
Modified Files:
beanybaby.bat lexer.bat linkextractor.bat parser.bat
stringextractor.bat thumbelina thumbelina.bat
Log Message:
Fix batch files.
Index: parser.bat
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/bin/parser.bat,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** parser.bat 23 Sep 2003 03:41:34 -0000 1.1
--- parser.bat 28 Jul 2004 11:38:08 -0000 1.2
***************
*** 1 ****
! java -jar ..\lib\htmlparser.jar %1 %2
\ No newline at end of file
--- 1 ----
! java -classpath ..\lib\htmlparser.jar org.htmlparser.Parser %1 %2
\ No newline at end of file
Index: thumbelina
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/bin/thumbelina,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** thumbelina 23 Sep 2003 03:41:34 -0000 1.1
--- thumbelina 28 Jul 2004 11:38:08 -0000 1.2
***************
*** 54,57 ****
HTMLPARSER_LIB="${HTMLPARSER_HOME}/lib"
! "$JAVACMD" -Xmx256M -jar "${HTMLPARSER_LIB}/thumbelina.jar" "$@"
--- 54,57 ----
HTMLPARSER_LIB="${HTMLPARSER_HOME}/lib"
! "$JAVACMD" -Xmx256M -classpath "${HTMLPARSER_LIB}/thumbelina.jar" org.htmlparser.lexerapplications.thumbelina.Thumbelina "$@"
Index: linkextractor.bat
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/bin/linkextractor.bat,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** linkextractor.bat 31 Dec 2003 02:50:50 -0000 1.1
--- linkextractor.bat 28 Jul 2004 11:38:08 -0000 1.2
***************
*** 1 ****
! java -jar ..\lib\htmlparser.jar org.htmlparser.parserapplications.LinkExtractor %1 %2
--- 1 ----
! java -classpath ..\lib\htmlparser.jar org.htmlparser.parserapplications.LinkExtractor %1 %2
Index: stringextractor.bat
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/bin/stringextractor.bat,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** stringextractor.bat 4 Jan 2004 03:23:09 -0000 1.1
--- stringextractor.bat 28 Jul 2004 11:38:08 -0000 1.2
***************
*** 1 ****
! java -jar ..\lib\htmlparser.jar org.htmlparser.parserapplications.StringExtractor %1 %2
--- 1 ----
! java -classpath ..\lib\htmlparser.jar org.htmlparser.parserapplications.StringExtractor %1 %2
Index: beanybaby.bat
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/bin/beanybaby.bat,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** beanybaby.bat 4 Jan 2004 03:23:09 -0000 1.1
--- beanybaby.bat 28 Jul 2004 11:38:07 -0000 1.2
***************
*** 1 ****
! java -jar ..\lib\htmlparser.jar org.htmlparser.beans.BeanyBaby %1 %2
--- 1 ----
! java -classpath ..\lib\htmlparser.jar org.htmlparser.beans.BeanyBaby %1 %2
Index: lexer.bat
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/bin/lexer.bat,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** lexer.bat 23 Sep 2003 03:41:34 -0000 1.1
--- lexer.bat 28 Jul 2004 11:38:08 -0000 1.2
***************
*** 1 ****
! java -jar ..\lib\htmlparser.jar org.htmlparser.lexer.Lexer %1 %2
--- 1 ----
! java -classpath ..\lib\htmllexer.jar org.htmlparser.lexer.Lexer %1 %2
Index: thumbelina.bat
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/bin/thumbelina.bat,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** thumbelina.bat 23 Sep 2003 03:41:34 -0000 1.1
--- thumbelina.bat 28 Jul 2004 11:38:08 -0000 1.2
***************
*** 1 ****
! java -Xmx256M -jar ..\lib\thumbelina.jar %1 %2
--- 1 ----
! java -Xmx256M -classpath ..\lib\thumbelina.jar org.htmlparser.lexerapplications.thumbelina.Thumbelina %1 %2
|