You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oro-dev@jakarta.apache.org by Justyna Horwat <Ju...@eng.sun.com> on 2000/12/01 00:03:08 UTC

[PATCH] minor build fix

The src attribute of <chmod> has been removed in the latest version of
ant. This is a minor patch to build-oro.xml:

Index: build-oro.xml
===================================================================
RCS file: /home/cvspublic/jakarta-oro/build/build-oro.xml,v
retrieving revision 1.5
diff -u -r1.5 build-oro.xml
--- build-oro.xml       2000/11/24 05:39:13     1.5
+++ build-oro.xml       2000/11/30 23:02:55
@@ -27,7 +27,7 @@
 
     <target name="prepare" depends="init">
         <mkdir dir="${build.dest}"/>
-        <chmod src="bin/antRun" perm="744"/>
+        <chmod file="bin/antRun" perm="744"/>
     </target>
 
     <!-- lib target.  Compiles the library classes only -->