vmassol     2004/02/27 06:08:59

  Modified:    integration/maven/xdocs changes.xml
               integration/maven plugin.jelly
  Log:
        <action dev="vmassol" type="fix" due-to="Nicolas Chalumeau" 
due-to-email="[EMAIL PROTECTED]">

          The <code>cactus:test-ear</code> goal was not properly using the

          <code>cactus.test.includes</code>/<code>cactus.test.excludes</code> thus

          leading to tests not being included/excluded.

        </action>

  
  Revision  Changes    Path
  1.27      +5 -0      jakarta-cactus/integration/maven/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/integration/maven/xdocs/changes.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- changes.xml       27 Feb 2004 14:00:51 -0000      1.26
  +++ changes.xml       27 Feb 2004 14:08:59 -0000      1.27
  @@ -8,6 +8,11 @@
     <body>
   
       <release version="1.6dev" date="in CVS">
  +      <action dev="vmassol" type="fix" due-to="Nicolas Chalumeau" 
due-to-email="[EMAIL PROTECTED]">
  +        The <code>cactus:test-ear</code> goal was not properly using the
  +        <code>cactus.test.includes</code>/<code>cactus.test.excludes</code> thus
  +        leading to tests not being included/excluded.
  +      </action>
         <action dev="VMA" type="update">
           Updated the version of Commons HttpClient in the Cactus distribution 
           to 2.0 final.
  
  
  
  1.22      +2 -2      jakarta-cactus/integration/maven/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/integration/maven/plugin.jelly,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- plugin.jelly      16 Feb 2004 22:01:23 -0000      1.21
  +++ plugin.jelly      27 Feb 2004 14:08:59 -0000      1.22
  @@ -1088,8 +1088,8 @@
   
         <ant:batchtest>
           <ant:fileset dir="${cactus.src.dir}"
  -            includes="${cactus.src.includes}"
  -            excludes="${cactus.src.excludes}"/>
  +            includes="${cactus.test.includes}"
  +            excludes="${cactus.test.excludes}"/>
         </ant:batchtest>
   
       </cactus>
  
  
  

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

Reply via email to