You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ad...@apache.org on 2003/11/08 07:10:08 UTC

cvs commit: incubator-geronimo/modules/core maven.xml

adc         2003/11/07 22:10:08

  Modified:    modules/core maven.xml
  Log:
  Make directory for test databases
  
  Revision  Changes    Path
  1.21      +4 -1      incubator-geronimo/modules/core/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/core/maven.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- maven.xml	20 Oct 2003 16:02:23 -0000	1.20
  +++ maven.xml	8 Nov 2003 06:10:08 -0000	1.21
  @@ -51,6 +51,9 @@
     <postGoal name="test:test-resources">
       
       <j:jelly xmlns="jelly:ant">
  +      <!-- Create the directory where the test databases will reside -->
  +      <mkdir dir="${maven.build.dir}/database"/>
  +
         <!-- Compile the code for the Marshalling/Remoting tests -->
         <mkdir dir="${maven.build.dir}/mock-app"/>
         <javac