Codehaus Cargo 1.7.4 is here
Dear Codehaus Cargo enthusiasts
Two months have passed since our last release, and Codehaus Cargo 1.7.4 is now ready for use! This small release comes with various container version updates, as well as the below bug fix:
Extensions - ANT
[CARGO-1482] - Using Ant
1.10.*
yields toNoSuchMethodError: o.a.t.ant.filters.util.ChainReaderHelper.getAssembledReader()Ljava/io/Reader;
To try it out:
Users of the Maven 2 / Maven 3 plugin simply need to use the Codehaus Cargo plugin version 1.7.4
Users of the Java API can download the new Uberjar from http://repo.maven.apache.org/maven2/org/codehaus/cargo/cargo-core-uberjar/1.7.4/cargo-core-uberjar-1.7.4.jar
Similarly, users of the ANT tasks can download the new ANT tasks from http://repo.maven.apache.org/maven2/org/codehaus/cargo/cargo-ant/1.7.4/cargo-ant-1.7.4.jar
Finally, the ones who want to see the Cargo Daemon can get it from http://repo.maven.apache.org/maven2/org/codehaus/cargo/cargo-daemon-webapp/1.7.4/cargo-daemon-webapp-1.7.4.war and either use the WAR directly as an executable JAR or as a WAR file deployed on another Web container
Enjoy!