You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ni...@apache.org on 2006/07/15 15:03:27 UTC

svn commit: r422213 - /jakarta/commons/proper/transaction/trunk/build.xml

Author: niallp
Date: Sat Jul 15 06:03:27 2006
New Revision: 422213

URL: http://svn.apache.org/viewvc?rev=422213&view=rev
Log:
Correct issues in ant build which prevent JDK 1.3 compile

Modified:
    jakarta/commons/proper/transaction/trunk/build.xml

Modified: jakarta/commons/proper/transaction/trunk/build.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/build.xml?rev=422213&r1=422212&r2=422213&view=diff
==============================================================================
--- jakarta/commons/proper/transaction/trunk/build.xml (original)
+++ jakarta/commons/proper/transaction/trunk/build.xml Sat Jul 15 06:03:27 2006
@@ -62,9 +62,9 @@
 
   <path id="classpath">
     <pathelement location="${build.classes}" />
-    <fileset dir="${lib.dir}"/>
     <pathelement location="${j2ee.jar}"/>
     <pathelement location="${servlet.jar}"/>
+    <fileset dir="${lib.dir}"/>
   </path>
 
   <!-- 
@@ -163,6 +163,7 @@
       optimize="${compile.optimize}" >
       <exclude name="**/jca/**"/>
       <exclude name="**/JDK14URLEncodeIdMapper.java" unless="jvm14.present"/>
+      <exclude name="**/Jdk14Logger.java" unless="jvm14.present"/>
       <src path="${java.dir}"/>
       <classpath refid="classpath" />
     </javac>



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