Author: ptahchiev Date: Thu Mar 27 09:03:19 2008 New Revision: 641866 URL: http://svn.apache.org/viewvc?rev=641866&view=rev Log: Changes on the documentation and the poms.
Added: jakarta/cactus/trunk/cactus-site/src/site/xdoc/participating/nicolas.xml (with props) Modified: jakarta/cactus/trunk/ANNOUNCEMENT.txt jakarta/cactus/trunk/cactus-site/pom.xml jakarta/cactus/trunk/cactus-site/src/site/xdoc/participating/contributors.xml jakarta/cactus/trunk/pom.xml Modified: jakarta/cactus/trunk/ANNOUNCEMENT.txt URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/ANNOUNCEMENT.txt?rev=641866&r1=641865&r2=641866&view=diff ============================================================================== --- jakarta/cactus/trunk/ANNOUNCEMENT.txt (original) +++ jakarta/cactus/trunk/ANNOUNCEMENT.txt Thu Mar 27 09:03:19 2008 @@ -1,27 +1,57 @@ The Cactus project is pleased to announce the release of version 1.8. Cactus is a unit testing framework for testing server side java code. -Goals ------ -[todo] +Release Notes - Cactus - Version 1.8 -Main new features ------------------ +** Bug +------------------------- + * [CACTUS-73] - Tomcat 4.1.x shutdown port should be parameterised + * [CACTUS-104] - The <jboss3x> task don't deploy the archive if the container is already started + * [CACTUS-105] - Jakarta Cactus does not build due to dependency on j2ee-1.3.jar + * [CACTUS-155] - version number in the distribution are not correct + * [CACTUS-221] - Can't generate the cactus-maven-plugin using Maven 1.1-beta-1 + * [CACTUS-222] - Cactus does not work on Resin 3.0.13 + * [CACTUS-227] - Eclipse V3.1 Plugins + * [CACTUS-235] - TestShareAll suite adds TestHttpSession tests incorrectly + * [CACTUS-237] - Jetty integration doesn't work with Jetty 5 + * [CACTUS-250] - URL for Cargo packages in dependencies.xml.default - incorrect + * [CACTUS-253] - JettyContainerManager unable to load jspRedirector.jsp + * [CACTUS-254] - Eclipse plugin will not work for Maven-generated 'SNAPSHOT' versions + +** Improvement +------------------------- + * [CACTUS-57] - Make Cactus issue a warning if one of the cactus-related jar files it requires is already in the original war to cactify + * [CACTUS-154] - Try Commons HttpClient 3.0 + * [CACTUS-168] - Move Cactus build to Maven + * [CACTUS-169] - Migrate tests cases to use JMock instead of MockObjects + * [CACTUS-186] - "cactify" should check if the jars it adds are already in the project build path before adding them + * [CACTUS-223] - Allow inclusion of the project's JAR into Cactu's WAR + * [CACTUS-232] - Create new property for Cactus classes destination + * [CACTUS-236] - CLONE -It's not possible to set a timeout for the containers + +** New Feature +------------------------- + * [CACTUS-121] - Add support for WebLogic 8.x + * [CACTUS-152] - JBoss 4.0 Support + * [CACTUS-187] - Add quick fix for adding cactus libraries automatically + * [CACTUS-188] - OC4J 10.x Support + * [CACTUS-220] - Integration with HtmlUnit -1) new Maven2 based build system -2) integration between Cargo & Cactus -3) new Ant tasks (see the sample projects). -4) the New Cactus web-site (look in cactus-site and execute mvn site:site) -5) Cactus-eclipse plugin refactored to support Eclipse 3.2 -Changes -------- -Please check the Changes page at -http://jakarta.apache.org/cactus/changes.html for a full list of the -changes in version 1.8. +** Task +------------------------- + * [CACTUS-151] - Refactor Ant integration to use Cargo + + + +** Wish +------------------------- + * [CACTUS-160] - Add support for WebSphere 5.x and 6.x + * [CACTUS-242] - Remove Xerces dependency + Known limitations and bugs -------------------------- Modified: jakarta/cactus/trunk/cactus-site/pom.xml URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/cactus-site/pom.xml?rev=641866&r1=641865&r2=641866&view=diff ============================================================================== --- jakarta/cactus/trunk/cactus-site/pom.xml (original) +++ jakarta/cactus/trunk/cactus-site/pom.xml Thu Mar 27 09:03:19 2008 @@ -54,7 +54,7 @@ <distributionManagement> <site> <id>cactus.apache.org</id> - <url>file://C:/xampp/htdocs/cactus</url> + <url>scp://people.apache.org/www/jakarta.apache.org/cactus/1.8.0</url> </site> </distributionManagement> <mailingLists> Modified: jakarta/cactus/trunk/cactus-site/src/site/xdoc/participating/contributors.xml URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/cactus-site/src/site/xdoc/participating/contributors.xml?rev=641866&r1=641865&r2=641866&view=diff ============================================================================== --- jakarta/cactus/trunk/cactus-site/src/site/xdoc/participating/contributors.xml (original) +++ jakarta/cactus/trunk/cactus-site/src/site/xdoc/participating/contributors.xml Thu Mar 27 09:03:19 2008 @@ -49,34 +49,34 @@ <section name="Committers"> <ul> <li> - <a href="mailto:[EMAIL PROTECTED]">Vincent Massol</a> + <p><a href="mailto:[EMAIL PROTECTED]">Vincent Massol</a></p> </li> <li> - <a href="mailto:[EMAIL PROTECTED]">Jari Worsley</a> + <p><a href="mailto:[EMAIL PROTECTED]">Jari Worsley</a></p> </li> <li> - <a href="mailto:[EMAIL PROTECTED]">Nicholas Lesiecki</a> + <p><a href="mailto:[EMAIL PROTECTED]">Nicholas Lesiecki</a></p> </li> <li> - <a href="mailto:[EMAIL PROTECTED]">Julien Ruaux</a> + <p><a href="mailto:[EMAIL PROTECTED]">Julien Ruaux</a></p> </li> <li> - <a href="mailto:[EMAIL PROTECTED]">Christopher Lenz</a> + <p><a href="mailto:[EMAIL PROTECTED]">Christopher Lenz</a></p> </li> <li> - <a href="mailto:[EMAIL PROTECTED]">Felipe Leme</a> + <p><a href="mailto:[EMAIL PROTECTED]">Felipe Leme</a></p> </li> <li> - <a href="mailto:[EMAIL PROTECTED]">Kazuhito Suguri</a> + <p><a href="mailto:[EMAIL PROTECTED]">Kazuhito Suguri</a></p> </li> <li> - <a href="mailto:[EMAIL PROTECTED]">Magnus Grimsell</a> + <p><a href="mailto:[EMAIL PROTECTED]">Magnus Grimsell</a></p> </li> <li> - <a href="mailto:[EMAIL PROTECTED]">Nicolas Chalumeau</a> + <p><a href="mailto:[EMAIL PROTECTED]">Nicolas Chalumeau</a></p> </li> <li> - <a href="mailto:[EMAIL PROTECTED]">Petar Tahchiev</a> + <p><a href="mailto:[EMAIL PROTECTED]">Petar Tahchiev</a></p> </li> </ul> </section> @@ -86,63 +86,61 @@ <p>By alphabetical order on the last name: </p> <ul> <li> - <a href="mailto:[EMAIL PROTECTED]">Philip Aston</a> + <p><a href="mailto:[EMAIL PROTECTED]">Philip Aston</a></p> </li> <li> - <a href="mailto:[EMAIL PROTECTED]">Cedric Chabanois</a> + <p><a href="mailto:[EMAIL PROTECTED]">Cedric Chabanois</a></p> </li> <li> - <a href="mailto:[EMAIL PROTECTED]">Bob Davison</a> + <p><a href="mailto:[EMAIL PROTECTED]">Bob Davison</a></p> </li> <li> - <a href="mailto:[EMAIL PROTECTED]">Julien Dubois</a> + <p><a href="mailto:[EMAIL PROTECTED]">Julien Dubois</a></p> </li> <li> - <a href="mailto:[EMAIL PROTECTED]">Andrew B Forman</a> + <p><a href="mailto:[EMAIL PROTECTED]">Andrew B Forman</a></p> </li> <li> - <a href="mailto:[EMAIL PROTECTED]">Jerome Grelier</a> + <p><a href="mailto:[EMAIL PROTECTED]">Jerome Grelier</a></p> </li> <li> - <a href="mailto:[EMAIL PROTECTED]">Atsushi Hasegawa</a> + <p><a href="mailto:[EMAIL PROTECTED]">Atsushi Hasegawa</a></p> </li> <li> - <a href="mailto:[EMAIL PROTECTED]">Todd Idler</a> + <p><a href="mailto:[EMAIL PROTECTED]">Todd Idler</a></p> </li> <li> - <a href="mailto:[EMAIL PROTECTED]">Kaarle Kaila</a> + <p><a href="mailto:[EMAIL PROTECTED]">Kaarle Kaila</a></p> </li> <li> - <a href="mailto:[EMAIL PROTECTED]">Robert Leftwich</a> + <p><a href="mailto:[EMAIL PROTECTED]">Robert Leftwich</a></p> </li> <li> - <a href="mailto:[EMAIL PROTECTED]">Alan Perfect</a> + <p><a href="mailto:[EMAIL PROTECTED]">Alan Perfect</a></p> </li> <li> - <a href="mailto:[EMAIL PROTECTED]">Jason Robertson</a> + <p><a href="mailto:[EMAIL PROTECTED]">Jason Robertson</a></p> </li> <li> - <a href="#">Matt Sullivan</a> + <p><a href="#">Matt Sullivan</a></p> </li> <li> - <a href="mailto:[EMAIL PROTECTED]">Kunal Vaishnav</a> + <p><a href="mailto:[EMAIL PROTECTED]">Kunal Vaishnav</a></p> </li> <li> - <a href="mailto:[EMAIL PROTECTED]">Hudson Wong</a> + <p><a href="mailto:[EMAIL PROTECTED]">Hudson Wong</a></p> </li> <li> - <a href="mailto:[EMAIL PROTECTED]">Peter Wong</a> + <p><a href="mailto:[EMAIL PROTECTED]">Peter Wong</a></p> </li> <li> - <a href="mailto:[EMAIL PROTECTED]">Sean Zhang</a> + <p><a href="mailto:[EMAIL PROTECTED]">Sean Zhang</a></p> </li> </ul> </section> - <!-- The following paragrpahs must stay until the maven-site plugin resolve the issue - with missing paragraphs(see http://www.mail-archive.com/[EMAIL PROTECTED]/msg58676.html)--> - <p></p> <p></p> <p></p> <p></p> <p></p> <p></p> <p></p> <p></p> <p></p> + <section name="Special thanks"> <p> Added: jakarta/cactus/trunk/cactus-site/src/site/xdoc/participating/nicolas.xml URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/cactus-site/src/site/xdoc/participating/nicolas.xml?rev=641866&view=auto ============================================================================== --- jakarta/cactus/trunk/cactus-site/src/site/xdoc/participating/nicolas.xml (added) +++ jakarta/cactus/trunk/cactus-site/src/site/xdoc/participating/nicolas.xml Thu Mar 27 09:03:19 2008 @@ -0,0 +1,71 @@ +<?xml version="1.0"?> + +<!-- + * ======================================================================== + * + * Copyright 2005 The Apache Software Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + * ======================================================================== +--> + +<document id="nicolas"> + + <properties> + <title>Farewell to Nicolas Chalumeau</title> + </properties> + + <body> + + <section title="Farewell to Nicolas Chalumeau"> + + <p> + Our friend Nicolas Chalumeau has departed this world on the 4th of + October 2005 at the age of 27. + </p> + <p> + The Apache Software Foundation would like to express its condolences + to Nicolas' family and friends. + </p> + <p> + Nicolas had been developing open source software at Apache for + several years. He was participating in several projects including + Jakarta Cactus and Apache Maven. But even more importantly than + helping those projects, what made Nicolas stand apart was his kindness + and his generosity. He was always open to discussion and was + constantly helping others. On the Cactus project he was regularly the + first to answer questions from newcomers trying to use Cactus. + </p> + <p> + Recently he had taken up the important task of helping migrate Cactus + to use Cargo and he had been working diligently towards that task. + Actually Nicolas had been doing such a great job on the Cactus project + that the Cactus committers had unanimously voted him in to become a + committer. Nicolas was voted an Apache committer on the 1st of August + 2005. I had several discussions with Nicolas about this new role and + he was extremely happy to be part of the Apache Foundation. + </p> + <p> + Nicolas, we'll miss you, but the work you have done for the community + will be remembered forever and will live on. All our thoughts and good + wishes are with you and your loved ones. + </p> + <p> + -Vincent on behalf of the Apache community + </p> + + </section> + + </body> +</document> \ No newline at end of file Propchange: jakarta/cactus/trunk/cactus-site/src/site/xdoc/participating/nicolas.xml ------------------------------------------------------------------------------ svn:eol-style = native Modified: jakarta/cactus/trunk/pom.xml URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/pom.xml?rev=641866&r1=641865&r2=641866&view=diff ============================================================================== --- jakarta/cactus/trunk/pom.xml (original) +++ jakarta/cactus/trunk/pom.xml Thu Mar 27 09:03:19 2008 @@ -41,11 +41,6 @@ <artifactId>aspectjrt</artifactId> <version>1.2.1</version> </dependency> - <dependency> - <groupId>org.codehaus.cargo</groupId> - <artifactId>cargo-core-uberjar</artifactId> - <version>0.9</version> - </dependency> <dependency> <groupId>commons-httpclient</groupId> <artifactId>commons-httpclient</artifactId> @@ -60,6 +55,32 @@ <groupId>httpunit</groupId> <artifactId>httpunit</artifactId> <version>1.6</version> + <exclusions> + <exclusion> + <groupId>xerces</groupId> + <artifactId>xmlParserAPIs</artifactId> + </exclusion> + <exclusion> + <groupId>xerces</groupId> + <artifactId>xercesImpl</artifactId> + </exclusion> + <exclusion> + <groupId>xerces</groupId> + <artifactId>xerces</artifactId> + </exclusion> + <exclusion> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + </exclusion> + <exclusion> + <groupId>rhino</groupId> + <artifactId>js</artifactId> + </exclusion> + <exclusion> + <groupId>jtidy</groupId> + <artifactId>jtidy</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>junit</groupId> @@ -70,15 +91,15 @@ <groupId>nekohtml</groupId> <artifactId>nekohtml</artifactId> <version>0.9.1</version> - </dependency> - <dependency> - <groupId>htmlunit</groupId> - <artifactId>htmlunit</artifactId> - <version>1.10</version> + <exclusions> + <exclusion> + <groupId>xerces</groupId> + <artifactId>xerces</artifactId> + </exclusion> + </exclusions> </dependency> </dependencies> - <dependencyManagement> <dependencies> <!-- build time only - might want to use plugins for this? --> @@ -215,7 +236,7 @@ <site> <id>cactus-site</id> <name>Cactus Deployment site</name> - <url>scp://[EMAIL PROTECTED]:/x1/www/jakarta.apache.org/cactus/</url> + <url>scp://[EMAIL PROTECTED]:/www/jakarta.apache.org/cactus/1.8.0/</url> </site> </distributionManagement> <reporting> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]