peiyongz 2002/12/06 09:08:24 Modified: c/doc samples.xml install.xml faq-build.xml build-misc.xml Log: $XERCESCROOT/msg created as home directory for message files. Revision Changes Path 1.19 +4 -4 xml-xerces/c/doc/samples.xml Index: samples.xml =================================================================== RCS file: /home/cvs/xml-xerces/c/doc/samples.xml,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- samples.xml 22 Nov 2002 21:34:29 -0000 1.18 +++ samples.xml 6 Dec 2002 17:08:24 -0000 1.19 @@ -34,14 +34,14 @@ <p>On both Windows and UNIX platforms, if the parser is built with icu message loader (like IBM XML4C binaries), or message catalog loader, then you need to set another environment - variable, XERCESC_NLS_HOME to point to the directory, $XERCESCROOT/lib, where the message + variable, XERCESC_NLS_HOME to point to the directory, $XERCESCROOT/msg, where the message files reside. </p> <source> -set XERCESC_NLS_HOME=$XERCESCROOT\lib +set XERCESC_NLS_HOME=$XERCESCROOT\msg or -export XERCESC_NLS_HOME=$XERCESCROOT/lib -setenv XERCESC_NLS_HOME=$XERCESCROOT/lib +export XERCESC_NLS_HOME=$XERCESCROOT/msg +setenv XERCESC_NLS_HOME=$XERCESCROOT/msg </source> <p>Once you have set up the environment variables, you can run the 1.10 +5 -5 xml-xerces/c/doc/install.xml Index: install.xml =================================================================== RCS file: /home/cvs/xml-xerces/c/doc/install.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- install.xml 2 Dec 2002 18:47:11 -0000 1.9 +++ install.xml 6 Dec 2002 17:08:24 -0000 1.10 @@ -41,8 +41,8 @@ <p>Besides, if the parser is built with icu message loader (like IBM XML4C binaries), or message catalog loader, then you need to create a new environment variable, XERCESC_NLS_HOME - to point to the directory, $XERCESCROOT/lib, where the message files reside.</p> -<source>SET XERCESC_NLS_HOME=<full_path_to_&XercesCInstallDir;>\lib</source> + to point to the directory, $XERCESCROOT/msg, where the message files reside.</p> +<source>SET XERCESC_NLS_HOME=<full_path_to_&XercesCInstallDir;>\msg</source> <p>The binary distribution has the built parser library and some samples executables. Please refer to the <jump href="samples.html">Samples</jump> for how to run the samples.</p> @@ -112,11 +112,11 @@ <p>Besides, if the parser is built with icu message loader (like IBM XML4C binaries), or message catalog loader, then you need to create a new environment variable, XERCESC_NLS_HOME - to point to the directory, $XERCESCROOT/lib, where the message files reside.</p> + to point to the directory, $XERCESCROOT/msg, where the message files reside.</p> <source> -export XERCESC_NLS_HOME=$XERCESCROOT/lib +export XERCESC_NLS_HOME=$XERCESCROOT/msg or -setenv XERCESC_NLS_HOME=$XERCESCROOT/lib +setenv XERCESC_NLS_HOME=$XERCESCROOT/msg </source> <p>The binary distribution has the built parser library and some samples executables. 1.11 +1 -1 xml-xerces/c/doc/faq-build.xml Index: faq-build.xml =================================================================== RCS file: /home/cvs/xml-xerces/c/doc/faq-build.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- faq-build.xml 22 Nov 2002 21:34:29 -0000 1.10 +++ faq-build.xml 6 Dec 2002 17:08:24 -0000 1.11 @@ -295,7 +295,7 @@ <a> <p>If the parser is built with icu message loader (like IBM XML4C binaries), or message catalog loader, you need an environment variable, XERCESC_NLS_HOME to point to - the directory, $XERCESCROOT/lib, where the message files reside. + the directory, $XERCESCROOT/msg, where the message files reside. </p> </a> </faq> 1.14 +2 -2 xml-xerces/c/doc/build-misc.xml Index: build-misc.xml =================================================================== RCS file: /home/cvs/xml-xerces/c/doc/build-misc.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- build-misc.xml 22 Nov 2002 21:34:29 -0000 1.13 +++ build-misc.xml 6 Dec 2002 17:08:24 -0000 1.14 @@ -80,7 +80,7 @@ <p>If the parser is built with icu message loader (as mentioned above), or message catalog loader, you need an environment variable, XERCESC_NLS_HOME to point to - the directory, $XERCESCROOT/lib, where the message files reside. + the directory, $XERCESCROOT/msg, where the message files reside. </p> <p>For a description of options available, you can enter:</p> @@ -134,7 +134,7 @@ <p>If the parser is built with icu message loader (as mentioned above), or message catalog loader, you need an environment variable, XERCESC_NLS_HOME to point to - the directory, $XERCESCROOT/lib, where the message files reside. + the directory, $XERCESCROOT/msg, where the message files reside. </p> </s3>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]