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 16:22:31 UTC

[xalan-test] branch master updated: build file changes, to solve the issues for ant target extensions

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


The following commit(s) were added to refs/heads/master by this push:
     new 7754fbe9 build file changes, to solve the issues for ant target extensions
7754fbe9 is described below

commit 7754fbe9f4073c38030a9d01c4224c48db26c83e
Author: Mukul Gandhi <ga...@gmail.com>
AuthorDate: Sun Nov 13 21:52:20 2022 +0530

    build file changes, to solve the issues for ant target extensions
---
 build.xml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/build.xml b/build.xml
index e5c802f8..d9decdb0 100644
--- a/build.xml
+++ b/build.xml
@@ -109,7 +109,7 @@ dependencies - users must manually 'build jar' first.
     
     <!-- The js.jar is for Javascript extensions tests; you must get this .jar yourself.  
          Feel free to reset the location. -->
-    <property name="js.jar" value="../../js.jar"/>
+    <property name="js.jar" value="../xalan-java/lib/rhino-1.7.14.jar"/>
     
     <!-- The Bean Scripting Framework is required for extensions written in languages 
          other than Java. Xalan Java will attempt to use the Jakarta BSF implementation
@@ -117,7 +117,8 @@ dependencies - users must manually 'build jar' first.
          bsf.jar is no longer distributed with Xalan Java; you must get this .jar yourself.  
          For more information, see the Apache Jakarta project, http://jakarta.apache.org/
          Feel free to reset the location.  -->    
-    <property name="bsf.jar" value="../../bsf.jar"/>
+    <property name="bsf.jar" value="../xalan-java/lib/bsf.jar"/>
+    <property name="commons-logging.jar" value="../xalan-java/lib/commons-logging-1.2.jar"/>
 
     <!-- Documentation-specific files and locations -->
     <property name="stylebook.jar" value="${xalan.tools.dir}/stylebook-1.0-b3_xalan-2.jar"/>
@@ -232,6 +233,7 @@ dependencies - users must manually 'build jar' first.
     <path id="extensions.class.path">
         <path refid="api.class.path" />
         <pathelement location="${bsf.jar}" />
+        <pathelement location="${commons-logging.jar}" />
         <pathelement location="${js.jar}" />
         <pathelement location="${tests.extensions.build.dir}" />
         <!-- Add more pathelements if we add more Java extensions dirs -->        


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