Would it help if I said "please"?  ;-)

- Sam Ruby

---------------------- Forwarded by Sam Ruby/Raleigh/IBM on 07/19/2001
07:56 AM ---------------------------

Sam Ruby
07/16/2001 04:29 PM

To:   [EMAIL PROTECTED]
cc:   [EMAIL PROTECTED]
From: Sam Ruby/Raleigh/IBM@IBMUS
Subject:  [PATCH] allow batik to build using the upcoming Ant 1.4


The below will work with Ant 1.3 and the upcoming Ant 1.4:

Index: build.xml
===================================================================
RCS file: /home/cvs/xml-batik/build.xml,v
retrieving revision 1.75
diff -u -r1.75 build.xml
--- build.xml   2001/05/31 16:59:17     1.75
+++ build.xml   2001/07/16 20:26:01
@@ -228,9 +228,9 @@
     <javac srcdir="${src}" destdir="${dest}" deprecation="on">
       <classpath refid="libs-classpath"/>
       <exclude name="**/*.html"/>
-      <exclude name="**/rhino*" unless="rhino.present"/>
-      <exclude name="**/jpython*" unless="jpython.present"/>
-      <exclude name="**/jacl*" unless="jacl.present"/>
+      <exclude name="**/rhino/*" unless="rhino.present"/>
+      <exclude name="**/jpython/*" unless="jpython.present"/>
+      <exclude name="**/jacl/*" unless="jacl.present"/>
     </javac>
   </target>

- Sam Ruby



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to