vmassol     2003/12/29 03:37:33

  Modified:    aspectwerkz plugin.jelly
  Log:
  make sure directory is there
  
  Revision  Changes    Path
  1.9       +2 -0      maven-plugins/aspectwerkz/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/aspectwerkz/plugin.jelly,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- plugin.jelly      27 Dec 2003 13:11:25 -0000      1.8
  +++ plugin.jelly      29 Dec 2003 11:37:33 -0000      1.9
  @@ -118,6 +118,8 @@
         <!-- TODO: only run aspectc if sources are newer than target
              XML definition file -->
   
  +      <ant:mkdir dir="${maven.aspectwerkz.build.dir}"/>
  +
         <ant:java dir="${maven.build.dir}" failonerror="true" fork="true"
             classname="org.codehaus.aspectwerkz.attribdef.definition.AspectC">
   
  
  
  

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

Reply via email to