[Yanel-commits] rev 20571 - public/yanel/trunk/src/test

josias at wyona.com josias at wyona.com
Tue Dec 5 11:29:28 CET 2006


Author: josias
Date: 2006-12-05 11:29:26 +0100 (Tue, 05 Dec 2006)
New Revision: 20571

Modified:
   public/yanel/trunk/src/test/build.xml
Log:
changed classpath order s.t. spring finds its configuration files

Modified: public/yanel/trunk/src/test/build.xml
===================================================================
--- public/yanel/trunk/src/test/build.xml	2006-12-05 09:38:32 UTC (rev 20570)
+++ public/yanel/trunk/src/test/build.xml	2006-12-05 10:29:26 UTC (rev 20571)
@@ -22,10 +22,10 @@
   
   <target name="init" depends="dependencies">
     <path id="classpath">
+      <pathelement location="${webapp.classes.dir}"/>
       <pathelement path="${maven2.cp}"/>
       <pathelement location="${junit.build.dir}"/>
       <pathelement location="${htmlunit.build.dir}"/>
-      <pathelement location="${webapp.classes.dir}"/>
       <fileset dir="${webapp.lib.dir}">
         <include name="**.jar"/>
       </fileset>




More information about the Yanel-commits mailing list