<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>


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113523 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol 2003-06-19 20:27:00 +00:00
parent 8321c780b1
commit db6e173b60
2 changed files with 9 additions and 3 deletions

View File

@ -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>

View File

@ -8,6 +8,12 @@
<body>
<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
@ -15,7 +21,7 @@
<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>