You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by vm...@apache.org on 2003/06/19 22:27:00 UTC

cvs commit: maven/src/plugins-build/cactus/xdocs changes.xml

vmassol     2003/06/19 13:27:00

  Modified:    src/plugins-build/cactus project.xml
               src/plugins-build/cactus/xdocs changes.xml
  Log:
        <action dev="vmassol" type="fix">
          Updated to Cactus/Ant of 19th of June 2003 which fixes a bug
          preventing JBoss to start correctly on unix machines (caused by
          an invalid URL file format on unix. Thanks to Chris Lenz for
          fixing it.
        </action>              
  
  Revision  Changes    Path
  1.29      +2 -2      maven/src/plugins-build/cactus/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/cactus/project.xml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- project.xml	7 Jun 2003 15:54:38 -0000	1.28
  +++ project.xml	19 Jun 2003 20:27:00 -0000	1.29
  @@ -69,12 +69,12 @@
       <dependency>
         <groupId>cactus</groupId>
         <artifactId>cactus</artifactId>
  -      <version>13-1.5dev-20030607</version>
  +      <version>13-1.5dev-20030619</version>
       </dependency>
       <dependency>
         <groupId>cactus</groupId>
         <artifactId>cactus-ant</artifactId>
  -      <version>13-1.5dev-20030607</version>
  +      <version>13-1.5dev-20030619</version>
       </dependency>
       <dependency>
         <groupId>commons-httpclient</groupId>
  
  
  
  1.10      +7 -1      maven/src/plugins-build/cactus/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/cactus/xdocs/changes.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- changes.xml	12 Jun 2003 12:28:48 -0000	1.9
  +++ changes.xml	19 Jun 2003 20:27:00 -0000	1.10
  @@ -9,13 +9,19 @@
   
       <release version="3.0" date="in CVS">
         <action dev="vmassol" type="fix">
  +        Updated to Cactus/Ant of 19th of June 2003 which fixes a bug
  +        preventing JBoss to start correctly on unix machines (caused by
  +        an invalid URL file format on unix. Thanks to Chris Lenz for
  +        fixing it.
  +      </action>              
  +      <action dev="vmassol" type="fix">
           The <code>cactus:compile</code> goal now correctly copy the non
           java files to the target class directory. Thanks to Florin Vancea for
           reporting this bug. This fixes bug
           <a href="http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-478">MAVEN-478</a>.
         </action>
         <action dev="vmassol" type="update">
  -        Major change: updated to use the Cactus/Ant integration built on 
  +        Major change: updated to use the Cactus/Ant integration built after 
           23rd of May 2003 (it is completely different from the Cactus/Ant
           integration used in version 2.0.
         </action>              
  
  
  

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