Author: kkolinko
Date: Sun May 11 14:43:00 2014
New Revision: 1593800

URL: http://svn.apache.org/r1593800
Log:
Followup to r1593773:
Explicitly create the logs directory.
JUnit fails when the directory where it writes its reports does not exist. It 
happened at Apache Gump.

Modified:
    tomcat/trunk/build.xml

Modified: tomcat/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1593800&r1=1593799&r2=1593800&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Sun May 11 14:43:00 2014
@@ -1357,6 +1357,7 @@
                description="The extension to use to distinguish the output"/>
 
     <sequential>
+      <mkdir dir="${test.reports}" />
       <junit printsummary="yes" fork="yes" dir="." showoutput="yes"
         errorproperty="test.result.error"
         failureproperty="test.result.failure"



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to