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

michi at wyona.com michi at wyona.com
Thu Dec 2 13:53:15 CET 2010


Author: michi
Date: 2010-12-02 13:53:14 +0100 (Thu, 02 Dec 2010)
New Revision: 55152

Modified:
   public/yanel/trunk/src/build/resource-types/resource-type.build.xml
Log:
TODO added re copying log4j.properties

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 12:50:27 UTC (rev 55151)
+++ public/yanel/trunk/src/build/resource-types/resource-type.build.xml	2010-12-02 12:53:14 UTC (rev 55152)
@@ -256,7 +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 -->
+      <pathelement location="${resource.junit.src.dir}"/> <!-- In order to pick up a local MY_RESOURCE_TYPE/src/test/junit/log4j.properties file. TODO: Maybe we should rather copy the log4j.properties file to the directory resource.junit.build.dir -->
     </path>
 
     <junit fork="yes" printsummary="yes" haltonfailure="yes" failureproperty="junit.tests.failed">



More information about the Yanel-commits mailing list