I think that the POM version has been inadvertently changed. I know we
wanted to do a release now that the plugin is reasonable workable, but I
don't think it has been done. It should be 1.2-SNAPSHOT currently.
I am having difficulties with CVS since the repository moved, however, if
you are impatient, here is the changes.xml snippet:
<action dev="epugh" type="fix">
Upgraded scripts to work with Maven beta 8.
</action>
<action dev="epugh" type="fix">
Checkstyle fixes for included Sample webapp.
</action>
<action dev="epugh" type="add">
Add new target cactus:test that runs tests for all containers with a
maven.cactus.[container].home property set.
</action>
<action dev="epugh" type="fix">
cactus:single now builds all the code and then runs the testcase
specified by the
property mavencactustestcase. Example maven cactus:single
-Dmavencactustestcase=com.my.company.EasyTest .
</action>
<action dev="epugh" type="fix">
Commented out dvsl merging of web.xml due to changes in Maven.
Instead uses
either included default web.xml or one provided by
maven.cactus.webxml.
</action>
Eric Pugh
-----Original Message-----
From: Vincent Massol [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 18, 2003 8:18 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: [Cactus plugin] Version 1.2 released?
Hi,
I'm playing again on the Cactus plugin after being away from it for a
while. It's project.xml says that it has been delivered (version is 1.2,
not 1.2-SNAPSHOT) but then the release does not seem to have been done
properly.
Here are my questions/issues:
1/ Has Cactus 1.2 been released?
2/ Who has done the release?
3/ If it has been released, why is it missing a <version> in its POM.
Currently there is:
<version>
<id>1.2</id>
<name>1.2</name>
<tag>HEAD</tag>
</version>
4/ If it has been released, why was there no announcement in
"src\plugins-build\cactus\announcements"?
5/ The changes.xml file shows:
<release version="1.2" date="in CVS">
<aside for Eric> Can you please update the changes.xml file with all the
changes you've brought to the plugin since my last change? Thanks
Eric.</aside>
6/ If it has been released, the jar is missing in the download menu on
http://jakarta.apache.org/turbine/maven/reference/plugins/cactus/index.h
tml. It is also missing from the news section on that page
....
Thus it is my belief that the Cactus 1.2 plugin has never really been
released. Is that so? Then, can I change back it's version to
1.2-SNAPSHOT (instead of 1.2 as it is now)?
Thanks
-Vincent