[PATCH] updated xerces file name in gen.sh
"IAS" <[email protected]>
| Newsgroups | gmane.comp.jakarta.alexandria.devel |
|---|---|
| Message-ID | <000f01c296e8$89c0fae0$ad01a8c0@Ias> |
Today I tried Gump and really enjoyed everything with it. I found that
current Xerces distribution files contains xercesImpl.jar instead of
xerces.jar in their bin directory,so I made this patch for expressing my
gratefulness to your great work.
===========================================================
Lee, Changshin (Korean name)
IAS (International name)
Company Web Site : http://www.tmax.co.kr
Personal Web Site : http://www.iasandcb.pe.kr
------------------------------------------------------------------------
---------------
Senior Researcher & Java Technology Evangelist
JCP member - http://jcp.org/en/participation/members/L
R&D Institute
Tmax Soft, Inc.
JCP member - http://jcp.org/en/participation/members/T
==========================================================
--
To unsubscribe, e-mail: <mailto:[email protected]>
For additional commands, e-mail: <mailto:[email protected]>
gen-sh-patch.txt
(text/plain, 979 B)
Index: gen.sh =================================================================== RCS file: /home/cvspublic/jakarta-alexandria/proposal/gump/gen.sh,v retrieving revision 1.36 diff -u -r1.36 gen.sh --- gen.sh 13 Jul 2002 23:41:37 -0000 1.36 +++ gen.sh 28 Nov 2002 14:10:46 -0000 @@ -25,7 +25,7 @@ if $cygwin ; then export CLASSPATH=`cygpath --path --unix "$CLASSPATH"` export CLASSPATH=$XALAN/bin/xml-apis.jar:$XALAN/bin/xalan.jar:$CLASSPATH - export CLASSPATH=$XALAN/bin/xerces.jar:$CLASSPATH + export CLASSPATH=$XALAN/bin/xercesImpl.jar:$CLASSPATH export CLASSPATH=.:jenny.jar:$CLASSPATH export CLASSPATH=`cygpath --path --windows "$CLASSPATH"` @@ -36,7 +36,7 @@ JSOURCE=`cygpath -a -w -p "$SOURCE"` else export CLASSPATH=$XALAN/bin/xml-apis.jar:$XALAN/bin/xalan.jar:$CLASSPATH - export CLASSPATH=$XALAN/bin/xerces.jar:$CLASSPATH + export CLASSPATH=$XALAN/bin/xercesImpl.jar:$CLASSPATH export CLASSPATH=.:jenny.jar:$CLASSPATH JSOURCE=$SOURCE fi
gen-bat-patch.txt
(text/plain, 531 B)
Index: gen.bat =================================================================== RCS file: /home/cvspublic/jakarta-alexandria/proposal/gump/gen.bat,v retrieving revision 1.22 diff -u -r1.22 gen.bat --- gen.bat 19 Jun 2002 12:15:21 -0000 1.22 +++ gen.bat 28 Nov 2002 14:10:37 -0000 @@ -6,7 +6,7 @@ SET XALAN=C:\opt\xalan-j_2_2_0 SET CLASSPATH=%XALAN%\bin\xml-apis.jar;%XALAN%\bin\xalan.jar;%CLASSPATH% -SET CLASSPATH=%XALAN%\bin\xerces.jar;%CLASSPATH% +SET CLASSPATH=%XALAN%\bin\xercesImpl.jar;%CLASSPATH% SET SOURCE=%1