[Yanel-commits] rev 55151 - public/yanel/trunk/src/build/resource-types

michi at wyona.com michi at wyona.com
Thu Dec 2 13:50:27 CET 2010


Author: michi
Date: 2010-12-02 13:50:27 +0100 (Thu, 02 Dec 2010)
New Revision: 55151

Modified:
   public/yanel/trunk/src/build/resource-types/resource-type.build.xml
Log:
thanks to Rob Adamson one can add log4j.properties files to junit tests

Modified: public/yanel/trunk/src/build/resource-types/resource-type.build.xml
===================================================================
--- public/yanel/trunk/src/build/resource-types/resource-type.build.xml	2010-12-02 11:22:40 UTC (rev 55150)
+++ public/yanel/trunk/src/build/resource-types/resource-type.build.xml	2010-12-02 12:50:27 UTC (rev 55151)
@@ -256,6 +256,7 @@
       <pathelement location="${resource.classes.dir}"/>
       <pathelement location="${resource.junit.build.dir}"/>
       <pathelement location="${resource.java.dir}"/>
+      <pathelement location="${resource.junit.src.dir}"/> <!-- In order to pick up a local MY_RESOURCE_TYPE/src/test/junit/log4j.properties file -->
     </path>
 
     <junit fork="yes" printsummary="yes" haltonfailure="yes" failureproperty="junit.tests.failed">



More information about the Yanel-commits mailing list