You are viewing a plain text version of this content. The canonical link for it is here.
Posted to alexandria-dev@jakarta.apache.org by josh lucas <lu...@collab.net> on 2001/08/09 07:09:54 UTC

[PATCH] build.xml

Just a quick simple patch for the build.xml.  The wrong refid for
build-classpath was being used.


josh


Index: build.xml
===================================================================
RCS file: /home/cvspublic/jakarta-alexandria/build.xml,v
retrieving revision 1.17
diff -u -r1.17 build.xml
--- build.xml   2001/07/07 23:28:44 1.17
+++ build.xml   2001/08/09 05:07:15
@@ -57,11 +57,11 @@
     <target name="main" depends="prepare,apis" description="Build
Alexandria">
         <available property="xalan.present"
             classname="org.apache.xalan.xslt.XSLTProcessorFactory"
-            classpathref="build.classpath" />
+            classpathref="build-classpath" />
         <javac
             srcdir="${src.dir}"
             destdir="${build.classes}" >
-          <classpath refid="build.classpath"/>
+          <classpath refid="build-classpath"/>
           <exclude name="**/XalanLiaison.java" unless="xalan.present"/>
         </javac>
         <jar jarfile="${build.dir}/Alexandria.jar"
basedir="${build.classes}"


---------------------------------------------------------------------
To unsubscribe, e-mail: alexandria-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: alexandria-dev-help@jakarta.apache.org