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 2022/11/13 05:14:01 UTC

[xalan-test] branch master updated (6691a351 -> af2a1048)

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

mukulg pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/xalan-test.git


    from 6691a351 minor improvements to, ant build target smoketest.xsltc
     new eb8ac0a4 implementation changes
     new a18ec3a8 Revert "implementation changes"
     new af2a1048 specifying value of ANT_HOME environment variable, within build.bat file

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 build.bat | 2 ++
 1 file changed, 2 insertions(+)


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


[xalan-test] 02/03: Revert "implementation changes"

Posted by mu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit a18ec3a8e87976ce93ae5043e5759eb5ed16f8f0
Author: Mukul Gandhi <ga...@gmail.com>
AuthorDate: Sun Nov 13 10:17:17 2022 +0530

    Revert "implementation changes"
    
    This reverts commit eb8ac0a4ac60ee26ba70e3b7675362a34954ed4a.
---
 build.bat | 2 --
 1 file changed, 2 deletions(-)

diff --git a/build.bat b/build.bat
index 7a198ba7..4307cd38 100755
--- a/build.bat
+++ b/build.bat
@@ -55,8 +55,6 @@ if '%1' == '-H' goto usage
 if '%1' == '-?' goto usage
 @echo %0 beginning...
 
-set ANT_HOME=..\xalan-java
-
 if not "%OS%"=="Windows_NT" goto win9xStart
 :winNTStart
 @setlocal


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


[xalan-test] 03/03: specifying value of ANT_HOME environment variable, within build.bat file

Posted by mu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit af2a10480824a1dd72b283703b9390ed89d7ce4a
Author: Mukul Gandhi <ga...@gmail.com>
AuthorDate: Sun Nov 13 10:43:48 2022 +0530

    specifying value of ANT_HOME environment variable, within build.bat file
---
 build.bat | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/build.bat b/build.bat
index 4307cd38..7a198ba7 100755
--- a/build.bat
+++ b/build.bat
@@ -55,6 +55,8 @@ if '%1' == '-H' goto usage
 if '%1' == '-?' goto usage
 @echo %0 beginning...
 
+set ANT_HOME=..\xalan-java
+
 if not "%OS%"=="Windows_NT" goto win9xStart
 :winNTStart
 @setlocal


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


[xalan-test] 01/03: implementation changes

Posted by mu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit eb8ac0a4ac60ee26ba70e3b7675362a34954ed4a
Author: Mukul Gandhi <ga...@gmail.com>
AuthorDate: Sun Nov 13 10:15:35 2022 +0530

    implementation changes
---
 build.bat | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/build.bat b/build.bat
index 4307cd38..7a198ba7 100755
--- a/build.bat
+++ b/build.bat
@@ -55,6 +55,8 @@ if '%1' == '-H' goto usage
 if '%1' == '-?' goto usage
 @echo %0 beginning...
 
+set ANT_HOME=..\xalan-java
+
 if not "%OS%"=="Windows_NT" goto win9xStart
 :winNTStart
 @setlocal


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