You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by di...@apache.org on 2004/06/29 13:56:33 UTC

cvs commit: maven-plugins/changes/xdocs changes.xml

dion        2004/06/29 04:56:33

  Modified:    changes  project.xml
               changes/src/plugin-test maven.xml
               changes/xdocs changes.xml
  Log:
  Use assert taglib in plugin test
  
  Revision  Changes    Path
  1.30      +1 -1      maven-plugins/changes/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/changes/project.xml,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- project.xml	25 Jun 2004 15:24:27 -0000	1.29
  +++ project.xml	29 Jun 2004 11:56:33 -0000	1.30
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-changes-plugin</id>
     <name>Maven Changes Plugin</name>
  -  <currentVersion>1.4</currentVersion>
  +  <currentVersion>1.5-SNAPSHOT</currentVersion>
     <shortDescription>Produce changes report</shortDescription>
     <url>http://maven.apache.org/reference/plugins/changes/</url>
     <issueTrackingUrl>http://jira.codehaus.org/browse/MPCHANGES</issueTrackingUrl>
  
  
  
  1.3       +3 -6      maven-plugins/changes/src/plugin-test/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/changes/src/plugin-test/maven.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- maven.xml	4 Mar 2004 18:40:24 -0000	1.2
  +++ maven.xml	29 Jun 2004 11:56:33 -0000	1.3
  @@ -16,7 +16,8 @@
    */
    -->
   <project xmlns:util="jelly:util"
  -         xmlns:j="jelly:core">
  +         xmlns:j="jelly:core"
  +         xmlns:assert="assert">
            
     <goal name="testPlugin" prereqs="test-changes-report">
       <attainGoal name="clean"/>
  @@ -24,10 +25,6 @@
     
     <goal name="test-changes-report">
       <attainGoal name="changes:report"/>
  -    <j:set var="expectedFile" value="${maven.gen.docs}/changes-report.xml"/>
  -    <util:file var="file" name="${expectedFile}" />
  -    <j:if test="${!(file.exists())}">
  -      <fail>${expectedFile} not generated</fail>
  -    </j:if>
  +    <assert:assertFileExists file="${maven.gen.docs}/changes-report.xml"/>
     </goal>
   </project>
  
  
  
  1.23      +3 -0      maven-plugins/changes/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/changes/xdocs/changes.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- changes.xml	16 May 2004 02:38:59 -0000	1.22
  +++ changes.xml	29 Jun 2004 11:56:33 -0000	1.23
  @@ -24,6 +24,9 @@
       <author email="vmassol@apache.org">Vincent Massol</author>
     </properties>
     <body>
  +    <release version="1.5-SNAPSHOT" date="in CVS">
  +      <action dev="dion" type="update">Use assert taglib in plugin test project</action>
  +    </release>
       <release version="1.4" date="2004-05-15">
         <action dev="aheritier" type="fix" issue="MPCHANGES-8" due-to="Bertrand Florat">"title" attribute added to images. Correction of links in "Release History".</action>
         <action dev="dion" type="fix">Fix issues with DOM classes and jdk1.3</action>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org