You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by mu...@apache.org on 2023/01/09 05:28:04 UTC

[xalan-java] branch xalan-j_2_7_1_maint updated: xalanj commit : minor correction to build.bat file, as suggested during review

This is an automated email from the ASF dual-hosted git repository.

mukulg pushed a commit to branch xalan-j_2_7_1_maint
in repository https://gitbox.apache.org/repos/asf/xalan-java.git


The following commit(s) were added to refs/heads/xalan-j_2_7_1_maint by this push:
     new 60e65ed4 xalanj commit : minor correction to build.bat file, as suggested during review
60e65ed4 is described below

commit 60e65ed490ea0e3e8753f9349a340914bec91ce6
Author: Mukul Gandhi <ga...@gmail.com>
AuthorDate: Mon Jan 9 10:57:50 2023 +0530

    xalanj commit : minor correction to build.bat file, as suggested during
    review
---
 build.bat | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.bat b/build.bat
index 3f69f7fd..9eb1e64c 100644
--- a/build.bat
+++ b/build.bat
@@ -50,7 +50,7 @@ if exist "%_ANT_HOME%\tools\ant.jar" (
 set _CLASSPATH=%_CLASSPATH%;%_ANT_JARS%
 
 @echo on
-"%_JAVACMD%" -mx1024m -classpath %_CLASSPATH% org.apache.tools.ant.Main %1 %2 %3 %4 %5 %6 %7 %8 %9
+"%_JAVACMD%" -mx1024m -classpath "%_CLASSPATH%" org.apache.tools.ant.Main %1 %2 %3 %4 %5 %6 %7 %8 %9
 @echo off
 
 goto end


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xalan.apache.org
For additional commands, e-mail: commits-help@xalan.apache.org