vmassol 2003/11/23 13:11:53
Modified: . Tag: CACTUS_15_BRANCH ANNOUNCEMENT.txt
build-common.xml
documentation/docs/xdocs Tag: CACTUS_15_BRANCH changes.xml
Log:
Preparing for 1.5 release
Revision Changes Path
No revision
No revision
1.6.2.3 +15 -13 jakarta-cactus/ANNOUNCEMENT.txt
Index: ANNOUNCEMENT.txt
===================================================================
RCS file: /home/cvs/jakarta-cactus/ANNOUNCEMENT.txt,v
retrieving revision 1.6.2.2
retrieving revision 1.6.2.3
diff -u -r1.6.2.2 -r1.6.2.3
--- ANNOUNCEMENT.txt 24 Oct 2003 15:29:49 -0000 1.6.2.2
+++ ANNOUNCEMENT.txt 23 Nov 2003 21:11:53 -0000 1.6.2.3
@@ -1,10 +1,10 @@
-The Cactus project is pleased to announce the release of version 1.5-rc1
+The Cactus project is pleased to announce the release of version 1.5
Cactus is a unit testing framework for testing server side java code.
Goals
-----
-The main focus for version 1.5-rc1 was on usability. We had several user
+The main focus for version 1.5 was on usability. We had several user
requests to make Cactus easier to get started with. The web site has
been overhauled to provide better doc navigation and contains several
new tutorials. In addition, several new front
@@ -12,7 +12,7 @@
Jetty integration, and an experimental Eclipse plugin.
It should be noted that the Eclipse plugin for Cactus is not part of
-Cactus 1.5-rc1 as it is still experimental. It is available in Cactus
+Cactus 1.5 as it is still experimental. It is available in Cactus
nightly build area (http://jakarta.apache.org/cactus/downloads.html).
Your feedback is important to make it production ready. If you're an
Eclipse user, make sure you try it (it is documented on
@@ -45,7 +45,7 @@
Please check the Changes page at
http://jakarta.apache.org/cactus/changes.html for a full list of the
-changes in version 1.5-rc1.
+changes in version 1.5 compared to previous versions.
Known limitations and bugs:
---------------------------
@@ -55,27 +55,29 @@
customer).
* [Bug 21484] "ClassCastException when casting WebAppRequestDispatcher"
* [Bug 23978] "Cactus doesn't properly integrate w/HttpUnit. External
- Javascript generates NullPointerException". Note that this bug has not
- been verified yet and may not be a bug (the js.jar may simply have been
- missing from the bug reporter's classpath).
+ Javascript generates NullPointerException". Cactus integration with
+ HttpUnit needs to be improved to support parsing of Javascript contained
+ in returned pages.
+* [Bug 17077] "Code page problems under WebSphere z/OS".
* [Bug 21237] "CactifyWarTask duplicates init-param lines in existing
web.xml servlet tag".
-* [Bug 17077] "Code page problems under WebSphere z/OS".
* [Bug 23653] "CactifyWar task throws OutOfMemory Error with large WAR file".
* [Bug 23854] "Clustered servlet test results are not accurately reported".
* [Bug 17933] "FormAuthentication assumes "localhost" when adding cookies".
* [Bug 24054] "Sometimes, JBoss is stopped before it has finished starting".
-* [Bug 24072] "Failure to start jetty prevents subsequent jetty tests from
- running".
+* [Bug 24842] "java.lang.NullPointerException in first test -- thread
+ synchronization prob?". This bug has not been confirmed yet.
+* [Bug 24851] "Ant <cactus><tomcat4x> task does not function correctly with
+ datasource definitions". This bug has not been confirmed yet.
* Some binary incompatiblity was introduced by the refactoring of the
XXXTestCase class hierarchy. Whereas it was previously inheriting from
AbstractWebTestCase and AbstractTestCase, it is now simply inheriting
from JUnit TestCase. Thus all non-public API are now not visible from
users (as they should be). If you had some framework compiled with
Cactus 1.4.1 and using some methods from AbstractWebTestCase or
- AbstractTestCase, you'll need to recompile it with Cactus 1.5-rc1 or
- you might get a NoClassDefFoundError exception. We'll be more careful in the
- future.
+ AbstractTestCase, you'll need to recompile it with Cactus 1.5 or
+ you might get a NoClassDefFoundError exception. We'll be more careful in
+ the future.
For more information about Cactus, please visit
http://jakarta.apache.org/cactus/.
1.30.2.8 +2 -2 jakarta-cactus/build-common.xml
Index: build-common.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/build-common.xml,v
retrieving revision 1.30.2.7
retrieving revision 1.30.2.8
diff -u -r1.30.2.7 -r1.30.2.8
--- build-common.xml 28 Oct 2003 06:49:53 -0000 1.30.2.7
+++ build-common.xml 23 Nov 2003 21:11:53 -0000 1.30.2.8
@@ -20,7 +20,7 @@
<property name="project.version.major" value="1"/>
<property name="project.version.minor" value="5"/>
- <property name="project.version.suffix" value="-rc2"/>
+ <property name="project.version.suffix" value=""/>
<property name="project.version"
value="${project.version.major}.${project.version.minor}${project.version.suffix}"/>
No revision
No revision
1.120.2.12 +6 -1 jakarta-cactus/documentation/docs/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/changes.xml,v
retrieving revision 1.120.2.11
retrieving revision 1.120.2.12
diff -u -r1.120.2.11 -r1.120.2.12
--- changes.xml 23 Nov 2003 17:17:16 -0000 1.120.2.11
+++ changes.xml 23 Nov 2003 21:11:53 -0000 1.120.2.12
@@ -67,7 +67,12 @@
<person name="Julien Ruaux" email="[EMAIL PROTECTED]" id="JRU"/>
</devs>
- <release version="1.5-rc2" date="in CVS">
+ <release version="1.5" date="23 November 2003">
+ <action dev="VMA" type="fix">
+ The HttpClient 2.0 rc2 jar packaged with Cactus 1.5-rc1 was only
+ working with JDK 1.4. The HttpClient team has provided a new jar
+ compiled with the JDK 1.3, which we have included in our release.
+ </action>
<action dev="VMA" type="fix">
In the Cactus/Ant integration, user-defined <code>tomcat-users</code>
and <code>web.xml</code> are now correctly replacing the default
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]