You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by js...@apache.org on 2005/05/19 06:59:53 UTC

svn commit: r170870 - /incubator/beehive/trunk/controls/test/build.xml

Author: jsong
Date: Wed May 18 21:59:52 2005
New Revision: 170870

URL: http://svn.apache.org/viewcvs?rev=170870&view=rev
Log:
Create the testsrcgen dir before generating files into it.  This caused a problem later on when there were no drivers that needed auto-generated junit files.

Contributed by Joe Pemberton.


Modified:
    incubator/beehive/trunk/controls/test/build.xml

Modified: incubator/beehive/trunk/controls/test/build.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/controls/test/build.xml?rev=170870&r1=170869&r2=170870&view=diff
==============================================================================
--- incubator/beehive/trunk/controls/test/build.xml (original)
+++ incubator/beehive/trunk/controls/test/build.xml Wed May 18 21:59:52 2005
@@ -466,6 +466,7 @@
 		<!--delete dir="${mantis.milton.srcgen.dir}"/>
 		<delete dir="${mantis.milton.bingen.dir}"/-->
 		<delete dir="${mantis.milton.log.dir}"/>
+    <mkdir dir="${mantis.milton.control.test.accessers}"/>
         <mantis srcdir="${controls.test.drivers}"
         	includes="**/*.java"
     		srcgen="${mantis.milton.srcgen.dir}"