morgand     2003/01/08 10:47:39

  Modified:    project  jelly-tags.xml
  Log:
  maven-generated ant scripts seem to fail when there is no src/test directory
  
  Revision  Changes    Path
  1.21      +9 -0      jakarta-gump/project/jelly-tags.xml
  
  Index: jelly-tags.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/project/jelly-tags.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- jelly-tags.xml    8 Jan 2003 06:42:52 -0000       1.20
  +++ jelly-tags.xml    8 Jan 2003 18:47:39 -0000       1.21
  @@ -24,6 +24,9 @@
     <project name="commons-jelly-tags-antlr">
       <package>org.apache.commons.jelly.tags.antlr</package>
       <description>This is a Jelly interface for Antlr.</description>
  +    
  +    <!-- maven-generated ant scripts don't work if there is no test directory -->
  +    <mkdir dir="jelly/jelly-tags/antlr/src/test/"/>
   
       <ant basedir="jelly/jelly-tags/antlr" target="jar">
         <property name="final.name"  value="commons-jelly-tags-antlr-@@DATE@@"/>
  @@ -146,6 +149,9 @@
     <project name="commons-jelly-tags-interaction">
       <package>org.apache.commons.jelly.tags.interaction</package>
       <description>This is a Jelly interface to the user.</description>
  +    
  +    <!-- maven-generated ant scripts don't work if there is no test directory -->
  +    <mkdir dir="jelly/jelly-tags/ojb/src/test/"/>
   
       <ant basedir="jelly/jelly-tags/interaction" target="jar">
         <property name="final.name"  value="commons-jelly-tags-http-@@DATE@@"/>
  @@ -234,6 +240,9 @@
       <package>org.apache.commons.jelly.tags.ojb</package>
       <description>A variety of tags for working with the ObjectBridge persistence 
engine</description>
   
  +    <!-- maven-generated ant scripts don't work if there is no test directory -->
  +    <mkdir dir="jelly/jelly-tags/ojb/src/test/"/>
  +    
       <ant basedir="jelly/jelly-tags/ojb" target="jar">
         <property name="final.name"  value="commons-jelly-tags-ojb-@@DATE@@"/>
       </ant>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to