Author: carnold
Date: Mon Jul 16 22:14:13 2007
New Revision: 556815

URL: http://svn.apache.org/viewvc?view=rev&rev=556815
Log:
Create target directory for unit tests if it doesn't exist

Modified:
    incubator/log4php/trunk/build.xml

Modified: incubator/log4php/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/incubator/log4php/trunk/build.xml?view=diff&rev=556815&r1=556814&r2=556815
==============================================================================
--- incubator/log4php/trunk/build.xml (original)
+++ incubator/log4php/trunk/build.xml Mon Jul 16 22:14:13 2007
@@ -55,6 +55,7 @@
             <!--  PHPUnit3 must be installed for this to work.
                          See http://www.phpunit.de  -->
             <!-- TODO: change dir to "target", needs changes in some tests -->
+            <mkdir dir="target"/>
             <exec executable="phpunit" failonerror="true" dir="src/test/php">
                         <arg value="AllTests"/>
                         <arg value="AllTests.php"/>


Reply via email to