brett       2004/03/17 21:52:26

  Modified:    plugin   plugin.jelly
               plugin/xdocs changes.xml
  Log:
  PR: MPPLUGIN-13
  check directory exists
  
  Revision  Changes    Path
  1.34      +1 -0      maven-plugins/plugin/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/plugin/plugin.jelly,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- plugin.jelly      15 Mar 2004 11:47:05 -0000      1.33
  +++ plugin.jelly      18 Mar 2004 05:52:26 -0000      1.34
  @@ -198,6 +198,7 @@
       <u:file var="localPluginFile" 
         name="${maven.repo.local}/${groupId}/plugins/${artifactId}-${version}.jar" /> 
       
       <j:if test="${!localPluginFile.exists()}">
  +      <ant:mkdir dir="${maven.repo.local}/${groupId}/plugins" />
         <j:set var="repoList">${maven.repo.remote}</j:set>
         <u:tokenize var="repos" delim=",">${repoList.trim()}</u:tokenize>
       
  
  
  
  1.16      +3 -0      maven-plugins/plugin/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/plugin/xdocs/changes.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- changes.xml       15 Mar 2004 11:47:05 -0000      1.15
  +++ changes.xml       18 Mar 2004 05:52:26 -0000      1.16
  @@ -25,6 +25,9 @@
     </properties>
     <body>
       <release version="1.3-SNAPSHOT" date="in CVS">
  +      <action dev="brett" type="fix" issue="MPPLUGIN-13">
  +        Create local repository directory first so plugin:download doesn't fail 
when it doesn't exist
  +      </action>
         <action dev="dion" type="update">
           Add optional msg attribute to assertFileExists and assertEquals tags
         </action>
  
  
  

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

Reply via email to