svn commit: r741084 - /jakarta/cactus/trunk/build-tools/src/main/resources/build-tools/checkstyle.xml

2009-02-05 Thread ptahchiev
Author: ptahchiev Date: Thu Feb 5 12:09:23 2009 New Revision: 741084 URL: http://svn.apache.org/viewvc?rev=741084view=rev Log: Changed the property defining length of the line - now we set it to 120. Modified: jakarta/cactus/trunk/build-tools/src/main/resources/build-tools/checkstyle.xml

svn commit: r741091 - in /jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus: ./ internal/ internal/client/connector/http/ internal/server/ spi/server/ util/

2009-02-05 Thread ptahchiev
Author: ptahchiev Date: Thu Feb 5 12:40:21 2009 New Revision: 741091 URL: http://svn.apache.org/viewvc?rev=741091view=rev Log: Checkstyle improved. Modified: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/EJBRequest.java jakarta/cactus/trunk

svn commit: r741093 - /jakarta/cactus/trunk/build-tools/src/main/resources/build-tools/checkstyle.license

2009-02-05 Thread ptahchiev
Author: ptahchiev Date: Thu Feb 5 12:47:12 2009 New Revision: 741093 URL: http://svn.apache.org/viewvc?rev=741093view=rev Log: License is fixed. There should be no errors now Modified: jakarta/cactus/trunk/build-tools/src/main/resources/build-tools/checkstyle.license Modified: jakarta

svn commit: r740272 - /jakarta/cactus/trunk/integration/maven2/src/main/java/org/apache/cactus/maven2/mojos/CactifyEarMojo.java

2009-02-03 Thread ptahchiev
Author: ptahchiev Date: Tue Feb 3 11:04:02 2009 New Revision: 740272 URL: http://svn.apache.org/viewvc?rev=740272view=rev Log: Checkstyle improved. Modified: jakarta/cactus/trunk/integration/maven2/src/main/java/org/apache/cactus/maven2/mojos/CactifyEarMojo.java Modified: jakarta/cactus

svn commit: r740413 - in /jakarta/cactus/trunk/integration/maven2/src/test/java/org/apache/cactus/integration/maven2/test: ArtifactStub.java CactifyMavenProjectStub.java TestCactifyEarMojo.java TestCa

2009-02-03 Thread ptahchiev
Author: ptahchiev Date: Tue Feb 3 20:23:07 2009 New Revision: 740413 URL: http://svn.apache.org/viewvc?rev=740413view=rev Log: Checkstyle improved. Modified: jakarta/cactus/trunk/integration/maven2/src/test/java/org/apache/cactus/integration/maven2/test/ArtifactStub.java jakarta

svn commit: r740414 - in /jakarta/cactus/trunk/samples/ejb/src/main/java/org/apache/cactus/sample/ejb: Converter.java ConverterEJB.java

2009-02-03 Thread ptahchiev
Author: ptahchiev Date: Tue Feb 3 20:24:27 2009 New Revision: 740414 URL: http://svn.apache.org/viewvc?rev=740414view=rev Log: Checkstyle improved. Modified: jakarta/cactus/trunk/samples/ejb/src/main/java/org/apache/cactus/sample/ejb/Converter.java jakarta/cactus/trunk/samples/ejb/src

svn commit: r740415 - /jakarta/cactus/trunk/samples/ejb/src/main/java/org/apache/cactus/sample/ejb/ConverterHome.java

2009-02-03 Thread ptahchiev
Author: ptahchiev Date: Tue Feb 3 20:25:09 2009 New Revision: 740415 URL: http://svn.apache.org/viewvc?rev=740415view=rev Log: Checkstyle improved. Modified: jakarta/cactus/trunk/samples/ejb/src/main/java/org/apache/cactus/sample/ejb/ConverterHome.java Modified: jakarta/cactus/trunk

svn commit: r740421 - in /jakarta/cactus/trunk/samples/ejb3/src: main/java/org/apache/cactus/sample/ejb3/ConverterBean.java main/java/org/apache/cactus/sample/ejb3/IConvertLocal.java test/java/org/apa

2009-02-03 Thread ptahchiev
Author: ptahchiev Date: Tue Feb 3 20:30:02 2009 New Revision: 740421 URL: http://svn.apache.org/viewvc?rev=740421view=rev Log: Checkstyle improved. Modified: jakarta/cactus/trunk/samples/ejb3/src/main/java/org/apache/cactus/sample/ejb3/ConverterBean.java jakarta/cactus/trunk/samples

svn commit: r740430 - in /jakarta/cactus/trunk/samples/servlet/src: main/java/org/apache/cactus/sample/servlet/util/ test/java/org/apache/cactus/sample/servlet/ test/java/org/apache/cactus/sample/serv

2009-02-03 Thread ptahchiev
Author: ptahchiev Date: Tue Feb 3 20:39:05 2009 New Revision: 740430 URL: http://svn.apache.org/viewvc?rev=740430view=rev Log: Checkstyle improved. Modified: jakarta/cactus/trunk/samples/servlet/src/main/java/org/apache/cactus/sample/servlet/util/FilterServletOutputStream.java jakarta

svn commit: r740469 - /jakarta/cactus/trunk/samples/servlet/src/test/java/org/apache/cactus/sample/servlet/unit/TestJspTagLifecycle.java

2009-02-03 Thread ptahchiev
Author: ptahchiev Date: Tue Feb 3 21:56:24 2009 New Revision: 740469 URL: http://svn.apache.org/viewvc?rev=740469view=rev Log: Checkstyle improved. Modified: jakarta/cactus/trunk/samples/servlet/src/test/java/org/apache/cactus/sample/servlet/unit/TestJspTagLifecycle.java Modified

svn commit: r740394 - in /jakarta/cactus/trunk/integration/maven2/src/main/java/org/apache/cactus/maven2/mojos: CactifyWarMojo.java Dependency.java EjbRef.java FilterRedirector.java JspRedirector.java

2009-02-03 Thread ptahchiev
Author: ptahchiev Date: Tue Feb 3 19:49:29 2009 New Revision: 740394 URL: http://svn.apache.org/viewvc?rev=740394view=rev Log: Checkstyle improved. Modified: jakarta/cactus/trunk/integration/maven2/src/main/java/org/apache/cactus/maven2/mojos/CactifyWarMojo.java jakarta/cactus/trunk

svn commit: r740416 - /jakarta/cactus/trunk/samples/ejb/src/test/java/org/apache/cactus/sample/ejb/TestConverterEJB.java

2009-02-03 Thread ptahchiev
Author: ptahchiev Date: Tue Feb 3 20:26:15 2009 New Revision: 740416 URL: http://svn.apache.org/viewvc?rev=740416view=rev Log: Checkstyle improved. Modified: jakarta/cactus/trunk/samples/ejb/src/test/java/org/apache/cactus/sample/ejb/TestConverterEJB.java Modified: jakarta/cactus/trunk

svn commit: r737590 - in /jakarta/cactus/tags/1.8.1-rc3: ./ build-tools/ cactus-maven-skin/ cactus-site/ descriptors/ framework/ framework/framework-12-13-14/ framework/framework-13-14/ framework/fram

2009-01-25 Thread ptahchiev
Author: ptahchiev Date: Sun Jan 25 22:26:12 2009 New Revision: 737590 URL: http://svn.apache.org/viewvc?rev=737590view=rev Log: Changed the version of the poms to 1.8.1 Modified: jakarta/cactus/tags/1.8.1-rc3/build-tools/pom.xml jakarta/cactus/tags/1.8.1-rc3/cactus-maven-skin/pom.xml

svn commit: r737591 - in /jakarta/cactus/tags: 1.8.1-rc3/ 1.8.1/

2009-01-25 Thread ptahchiev
Author: ptahchiev Date: Sun Jan 25 22:27:27 2009 New Revision: 737591 URL: http://svn.apache.org/viewvc?rev=737591view=rev Log: Rename the tag to be 1.8.1 Added: jakarta/cactus/tags/1.8.1/ - copied from r737590, jakarta/cactus/tags/1.8.1-rc3/ Removed: jakarta/cactus/tags/1.8.1-rc3

svn commit: r737592 - /jakarta/cactus/tags/1.8.1-rc1/

2009-01-25 Thread ptahchiev
Author: ptahchiev Date: Sun Jan 25 22:29:13 2009 New Revision: 737592 URL: http://svn.apache.org/viewvc?rev=737592view=rev Log: Deleted the 1.8.1-rc1 tag Removed: jakarta/cactus/tags/1.8.1-rc1/ - To unsubscribe, e-mail

svn commit: r737594 - /jakarta/cactus/tags/1.8.1-rc2/

2009-01-25 Thread ptahchiev
Author: ptahchiev Date: Sun Jan 25 22:30:14 2009 New Revision: 737594 URL: http://svn.apache.org/viewvc?rev=737594view=rev Log: deleted the 1.8.1-rc2 tag Removed: jakarta/cactus/tags/1.8.1-rc2/ - To unsubscribe, e-mail

svn commit: r736753 - in /jakarta/cactus/trunk: ./ cactus-maven-skin/ cactus-site/ framework/framework-12-13-14/ framework/framework-13-14/ framework/framework-wrappers/ framework/framework-wrappers/w

2009-01-22 Thread ptahchiev
Author: ptahchiev Date: Thu Jan 22 11:25:09 2009 New Revision: 736753 URL: http://svn.apache.org/viewvc?rev=736753view=rev Log: Added UTF-8 encoding header to all the xmls Modified: jakarta/cactus/trunk/cactus-bin-assembly.xml jakarta/cactus/trunk/cactus-maven-skin/pom.xml jakarta

svn commit: r736756 - /jakarta/cactus/trunk/pom.xml

2009-01-22 Thread ptahchiev
Author: ptahchiev Date: Thu Jan 22 11:36:16 2009 New Revision: 736756 URL: http://svn.apache.org/viewvc?rev=736756view=rev Log: Changed release plugin declaration Modified: jakarta/cactus/trunk/pom.xml Modified: jakarta/cactus/trunk/pom.xml URL: http://svn.apache.org/viewvc/jakarta/cactus

svn commit: r736775 - /jakarta/cactus/trunk/samples/ejb3/pom.xml

2009-01-22 Thread ptahchiev
Author: ptahchiev Date: Thu Jan 22 12:16:12 2009 New Revision: 736775 URL: http://svn.apache.org/viewvc?rev=736775view=rev Log: Changed the name of the ejb3 project Modified: jakarta/cactus/trunk/samples/ejb3/pom.xml Modified: jakarta/cactus/trunk/samples/ejb3/pom.xml URL: http

svn commit: r736778 - in /jakarta/cactus/trunk: ./ build-tools/ cactus-maven-skin/ cactus-site/ framework/ framework/framework-12-13-14/ framework/framework-13-14/ framework/framework-uberjars/ framew

2009-01-22 Thread ptahchiev
Author: ptahchiev Date: Thu Jan 22 12:23:46 2009 New Revision: 736778 URL: http://svn.apache.org/viewvc?rev=736778view=rev Log: [maven-release-plugin] prepare release 1.8.1-rc3 Modified: jakarta/cactus/trunk/build-tools/pom.xml jakarta/cactus/trunk/cactus-maven-skin/pom.xml jakarta

svn commit: r736779 - in /jakarta/cactus/tags/1.8.1-rc3: ./ build-tools/ cactus-maven-skin/ cactus-site/ framework/ framework/framework-12-13-14/ framework/framework-13-14/ framework/framework-uberjar

2009-01-22 Thread ptahchiev
Author: ptahchiev Date: Thu Jan 22 12:24:13 2009 New Revision: 736779 URL: http://svn.apache.org/viewvc?rev=736779view=rev Log: [maven-release-plugin] copy for tag 1.8.1-rc3 Added: jakarta/cactus/tags/1.8.1-rc3/ - copied from r736775, jakarta/cactus/trunk/ jakarta/cactus/tags

svn commit: r736780 - in /jakarta/cactus/trunk: ./ build-tools/ cactus-maven-skin/ cactus-site/ framework/ framework/framework-12-13-14/ framework/framework-13-14/ framework/framework-uberjars/ framew

2009-01-22 Thread ptahchiev
Author: ptahchiev Date: Thu Jan 22 12:24:34 2009 New Revision: 736780 URL: http://svn.apache.org/viewvc?rev=736780view=rev Log: [maven-release-plugin] prepare for next development iteration Modified: jakarta/cactus/trunk/build-tools/pom.xml jakarta/cactus/trunk/cactus-maven-skin/pom.xml

svn commit: r736788 - /jakarta/cactus/tags/1.8.1-rc3/

2009-01-22 Thread ptahchiev
Author: ptahchiev Date: Thu Jan 22 12:54:33 2009 New Revision: 736788 URL: http://svn.apache.org/viewvc?rev=736788view=rev Log: Deleteing the rc3 tag. will do it again Removed: jakarta/cactus/tags/1.8.1-rc3

svn commit: r736789 - in /jakarta/cactus/trunk: ./ build-tools/ cactus-maven-skin/ cactus-site/ framework/ framework/framework-12-13-14/ framework/framework-13-14/ framework/framework-uberjars/ framew

2009-01-22 Thread ptahchiev
Author: ptahchiev Date: Thu Jan 22 12:55:43 2009 New Revision: 736789 URL: http://svn.apache.org/viewvc?rev=736789view=rev Log: [maven-release-plugin] rollback the release of 1.8.1-rc3 Modified: jakarta/cactus/trunk/build-tools/pom.xml jakarta/cactus/trunk/cactus-maven-skin/pom.xml

svn commit: r736790 - in /jakarta/cactus/trunk: ./ build-tools/ cactus-maven-skin/ cactus-site/ framework/ framework/framework-12-13-14/ framework/framework-13-14/ framework/framework-uberjars/ framew

2009-01-22 Thread ptahchiev
Author: ptahchiev Date: Thu Jan 22 13:04:19 2009 New Revision: 736790 URL: http://svn.apache.org/viewvc?rev=736790view=rev Log: [maven-release-plugin] prepare release 1.8.1-rc3 Modified: jakarta/cactus/trunk/build-tools/pom.xml jakarta/cactus/trunk/cactus-maven-skin/pom.xml jakarta

svn commit: r736791 - in /jakarta/cactus/tags/1.8.1-rc3: ./ build-tools/ cactus-maven-skin/ cactus-site/ framework/ framework/framework-12-13-14/ framework/framework-13-14/ framework/framework-uberjar

2009-01-22 Thread ptahchiev
Author: ptahchiev Date: Thu Jan 22 13:04:49 2009 New Revision: 736791 URL: http://svn.apache.org/viewvc?rev=736791view=rev Log: [maven-release-plugin] copy for tag 1.8.1-rc3 Added: jakarta/cactus/tags/1.8.1-rc3/ - copied from r736775, jakarta/cactus/trunk/ jakarta/cactus/tags

svn commit: r736792 - in /jakarta/cactus/trunk: ./ build-tools/ cactus-maven-skin/ cactus-site/ framework/ framework/framework-12-13-14/ framework/framework-13-14/ framework/framework-uberjars/ framew

2009-01-22 Thread ptahchiev
Author: ptahchiev Date: Thu Jan 22 13:05:10 2009 New Revision: 736792 URL: http://svn.apache.org/viewvc?rev=736792view=rev Log: [maven-release-plugin] prepare for next development iteration Modified: jakarta/cactus/trunk/build-tools/pom.xml jakarta/cactus/trunk/cactus-maven-skin/pom.xml

svn commit: r736259 - /jakarta/cactus/trunk/framework/framework-uberjars/pom.xml

2009-01-21 Thread ptahchiev
Author: ptahchiev Date: Wed Jan 21 00:19:53 2009 New Revision: 736259 URL: http://svn.apache.org/viewvc?rev=736259view=rev Log: A typo in the project word. Modified: jakarta/cactus/trunk/framework/framework-uberjars/pom.xml Modified: jakarta/cactus/trunk/framework/framework-uberjars/pom.xml

svn commit: r736271 - /jakarta/cactus/trunk/integration/maven2/pom.xml

2009-01-21 Thread ptahchiev
Author: ptahchiev Date: Wed Jan 21 01:20:29 2009 New Revision: 736271 URL: http://svn.apache.org/viewvc?rev=736271view=rev Log: Changed the version of maven being used. Modified: jakarta/cactus/trunk/integration/maven2/pom.xml Modified: jakarta/cactus/trunk/integration/maven2/pom.xml URL

svn commit: r736414 - /jakarta/cactus/trunk/framework/pom.xml

2009-01-21 Thread ptahchiev
Author: ptahchiev Date: Wed Jan 21 13:12:30 2009 New Revision: 736414 URL: http://svn.apache.org/viewvc?rev=736414view=rev Log: Added a UTF-8 encoding for the pom.xml Modified: jakarta/cactus/trunk/framework/pom.xml Modified: jakarta/cactus/trunk/framework/pom.xml URL: http

svn commit: r736417 - /jakarta/cactus/trunk/integration/ant/pom.xml

2009-01-21 Thread ptahchiev
Author: ptahchiev Date: Wed Jan 21 13:30:04 2009 New Revision: 736417 URL: http://svn.apache.org/viewvc?rev=736417view=rev Log: added to the testinput.dir Modified: jakarta/cactus/trunk/integration/ant/pom.xml Modified: jakarta/cactus/trunk/integration/ant/pom.xml URL: http

svn commit: r736459 - in /jakarta/cactus/trunk: ./ build-tools/ cactus-maven-skin/ cactus-site/ framework/ framework/framework-12-13-14/ framework/framework-13-14/ framework/framework-uberjars/ framew

2009-01-21 Thread ptahchiev
Author: ptahchiev Date: Wed Jan 21 14:49:03 2009 New Revision: 736459 URL: http://svn.apache.org/viewvc?rev=736459view=rev Log: [maven-release-plugin] prepare release cactus-1.8.1 Modified: jakarta/cactus/trunk/build-tools/pom.xml jakarta/cactus/trunk/cactus-maven-skin/pom.xml

svn commit: r736460 - in /jakarta/cactus/tags/cactus-1.8.1: ./ build-tools/ cactus-maven-skin/ cactus-site/ framework/ framework/framework-12-13-14/ framework/framework-13-14/ framework/framework-uber

2009-01-21 Thread ptahchiev
Author: ptahchiev Date: Wed Jan 21 14:50:35 2009 New Revision: 736460 URL: http://svn.apache.org/viewvc?rev=736460view=rev Log: [maven-release-plugin] copy for tag cactus-1.8.1 Added: jakarta/cactus/tags/cactus-1.8.1/ - copied from r736456, jakarta/cactus/trunk/ jakarta/cactus

svn commit: r736464 - in /jakarta/cactus/trunk: ./ build-tools/ cactus-maven-skin/ cactus-site/ framework/ framework/framework-12-13-14/ framework/framework-13-14/ framework/framework-uberjars/ framew

2009-01-21 Thread ptahchiev
Author: ptahchiev Date: Wed Jan 21 14:52:55 2009 New Revision: 736464 URL: http://svn.apache.org/viewvc?rev=736464view=rev Log: [maven-release-plugin] rollback the release of cactus-1.8.1 Modified: jakarta/cactus/trunk/build-tools/pom.xml jakarta/cactus/trunk/cactus-maven-skin/pom.xml

svn commit: r736465 - /jakarta/cactus/tags/cactus-1.8.1/

2009-01-21 Thread ptahchiev
Author: ptahchiev Date: Wed Jan 21 14:54:53 2009 New Revision: 736465 URL: http://svn.apache.org/viewvc?rev=736465view=rev Log: removed this tag since it was made from the release plugin. Removed: jakarta/cactus/tags/cactus-1.8.1

svn commit: r736470 - in /jakarta/cactus/trunk: LICENSE descriptors/licenses/httpunit.txt descriptors/licenses/mit.txt

2009-01-21 Thread ptahchiev
Author: ptahchiev Date: Wed Jan 21 15:00:35 2009 New Revision: 736470 URL: http://svn.apache.org/viewvc?rev=736470view=rev Log: Changed the license for HTTPUnit to be MIT Added: jakarta/cactus/trunk/descriptors/licenses/mit.txt - copied unchanged from r736456, jakarta/cactus/trunk

svn commit: r736472 - /jakarta/cactus/trunk/pom.xml

2009-01-21 Thread ptahchiev
Author: ptahchiev Date: Wed Jan 21 15:03:04 2009 New Revision: 736472 URL: http://svn.apache.org/viewvc?rev=736472view=rev Log: Changed the scm connection in the pom.xml Modified: jakarta/cactus/trunk/pom.xml Modified: jakarta/cactus/trunk/pom.xml URL: http://svn.apache.org/viewvc/jakarta

svn commit: r736474 - in /jakarta/cactus/trunk: descriptors/pom.xml samples/build.properties

2009-01-21 Thread ptahchiev
Author: ptahchiev Date: Wed Jan 21 15:04:24 2009 New Revision: 736474 URL: http://svn.apache.org/viewvc?rev=736474view=rev Log: Changed the versions of the build-in descriptors to rc3 Modified: jakarta/cactus/trunk/descriptors/pom.xml jakarta/cactus/trunk/samples/build.properties

svn commit: r736482 - /jakarta/cactus/trunk/pom.xml

2009-01-21 Thread ptahchiev
Author: ptahchiev Date: Wed Jan 21 15:24:07 2009 New Revision: 736482 URL: http://svn.apache.org/viewvc?rev=736482view=rev Log: Changed the version of the release plugin used. Modified: jakarta/cactus/trunk/pom.xml Modified: jakarta/cactus/trunk/pom.xml URL: http://svn.apache.org/viewvc

svn commit: r736088 - in /jakarta/cactus/trunk: ./ build-tools/ cactus-maven-skin/ cactus-site/ framework/ framework/framework-12-13-14/ framework/framework-13-14/ framework/framework-uberjars/ framew

2009-01-20 Thread ptahchiev
Author: ptahchiev Date: Tue Jan 20 12:18:52 2009 New Revision: 736088 URL: http://svn.apache.org/viewvc?rev=736088view=rev Log: [maven-release-plugin] rollback the release of 1.8.1-rc2 Modified: jakarta/cactus/trunk/build-tools/pom.xml jakarta/cactus/trunk/cactus-maven-skin/pom.xml

svn commit: r736090 - in /jakarta/cactus/trunk/samples: build.properties ejb/pom.xml ejb3/pom.xml jetty/pom.xml servlet/pom.xml

2009-01-20 Thread ptahchiev
Author: ptahchiev Date: Tue Jan 20 12:26:25 2009 New Revision: 736090 URL: http://svn.apache.org/viewvc?rev=736090view=rev Log: Reverted to 1.8.1-SNAPSHOT Modified: jakarta/cactus/trunk/samples/build.properties jakarta/cactus/trunk/samples/ejb/pom.xml jakarta/cactus/trunk/samples

svn commit: r736091 - /jakarta/cactus/trunk/descriptors/pom.xml

2009-01-20 Thread ptahchiev
Author: ptahchiev Date: Tue Jan 20 12:26:56 2009 New Revision: 736091 URL: http://svn.apache.org/viewvc?rev=736091view=rev Log: Reverted to 1.8.1-SNAPSHOT Modified: jakarta/cactus/trunk/descriptors/pom.xml Modified: jakarta/cactus/trunk/descriptors/pom.xml URL: http://svn.apache.org

svn commit: r736093 - in /jakarta/cactus/trunk/samples/jetty/src/main: resources/conf/5x/jetty.xml resources/conf/6x/jetty-web.xml resources/conf/6x/jetty.xml webapp/WEB-INF/web.xml webapp/jspRedirect

2009-01-20 Thread ptahchiev
Author: ptahchiev Date: Tue Jan 20 12:29:45 2009 New Revision: 736093 URL: http://svn.apache.org/viewvc?rev=736093view=rev Log: AL headers added. Modified: jakarta/cactus/trunk/samples/jetty/src/main/resources/conf/5x/jetty.xml jakarta/cactus/trunk/samples/jetty/src/main/resources/conf

svn commit: r736099 - in /jakarta/cactus/trunk: LICENSE NOTICE descriptors/licenses/README.txt pom.xml

2009-01-20 Thread ptahchiev
Author: ptahchiev Date: Tue Jan 20 12:46:41 2009 New Revision: 736099 URL: http://svn.apache.org/viewvc?rev=736099view=rev Log: Version of aspectJ changed to be 1.5.3 and also removed the cddl license since the servlet jar is distributed under AL 2.0 Modified: jakarta/cactus/trunk/LICENSE

svn commit: r736101 - /jakarta/cactus/trunk/descriptors/licenses/cddl.txt

2009-01-20 Thread ptahchiev
Author: ptahchiev Date: Tue Jan 20 12:51:58 2009 New Revision: 736101 URL: http://svn.apache.org/viewvc?rev=736101view=rev Log: Removed the CDDL license since it is not referenced any longer Removed: jakarta/cactus/trunk/descriptors/licenses/cddl.txt

svn commit: r736128 - in /jakarta/cactus/trunk: integration/ant/pom.xml integration/ant/src/test/java/org/apache/cactus/integration/ant/deployment/webapp/TestWebXmlVersion.java pom.xml

2009-01-20 Thread ptahchiev
Author: ptahchiev Date: Tue Jan 20 13:59:33 2009 New Revision: 736128 URL: http://svn.apache.org/viewvc?rev=736128view=rev Log: Changed the version of the surefire plugin used. Modified: jakarta/cactus/trunk/integration/ant/pom.xml jakarta/cactus/trunk/integration/ant/src/test/java/org

svn commit: r736142 - /jakarta/cactus/trunk/integration/ant/src/test/java/org/apache/cactus/integration/ant/AntTestCase.java

2009-01-20 Thread ptahchiev
Author: ptahchiev Date: Tue Jan 20 14:29:21 2009 New Revision: 736142 URL: http://svn.apache.org/viewvc?rev=736142view=rev Log: Get the fullPath is for me better. Modified: jakarta/cactus/trunk/integration/ant/src/test/java/org/apache/cactus/integration/ant/AntTestCase.java Modified

svn commit: r735790 - in /jakarta/cactus/trunk: ./ build-tools/ cactus-maven-skin/ cactus-site/ descriptors/ framework/ framework/framework-12-13-14/ framework/framework-13-14/ framework/framework-ube

2009-01-19 Thread ptahchiev
Author: ptahchiev Date: Mon Jan 19 12:22:05 2009 New Revision: 735790 URL: http://svn.apache.org/viewvc?rev=735790view=rev Log: Version reverted to 1.8.1-SNAPSHOT Modified: jakarta/cactus/trunk/build-tools/pom.xml jakarta/cactus/trunk/cactus-maven-skin/pom.xml jakarta/cactus/trunk

svn commit: r735795 - in /jakarta/cactus/trunk: ./ build-tools/ cactus-maven-skin/ cactus-site/ framework/ framework/framework-12-13-14/ framework/framework-13-14/ framework/framework-uberjars/ framew

2009-01-19 Thread ptahchiev
Author: ptahchiev Date: Mon Jan 19 12:37:03 2009 New Revision: 735795 URL: http://svn.apache.org/viewvc?rev=735795view=rev Log: [maven-release-plugin] prepare release 1.8.1-rc2 Modified: jakarta/cactus/trunk/build-tools/pom.xml jakarta/cactus/trunk/cactus-maven-skin/pom.xml jakarta

svn commit: r735796 - in /jakarta/cactus/tags/1.8.1-rc2: ./ build-tools/ cactus-maven-skin/ cactus-site/ descriptors/ framework/ framework/framework-12-13-14/ framework/framework-13-14/ framework/fram

2009-01-19 Thread ptahchiev
Author: ptahchiev Date: Mon Jan 19 12:37:33 2009 New Revision: 735796 URL: http://svn.apache.org/viewvc?rev=735796view=rev Log: [maven-release-plugin] copy for tag 1.8.1-rc2 Added: jakarta/cactus/tags/1.8.1-rc2/ - copied from r735788, jakarta/cactus/trunk/ jakarta/cactus/tags

svn commit: r735798 - in /jakarta/cactus/trunk: ./ build-tools/ cactus-maven-skin/ cactus-site/ framework/ framework/framework-12-13-14/ framework/framework-13-14/ framework/framework-uberjars/ framew

2009-01-19 Thread ptahchiev
Author: ptahchiev Date: Mon Jan 19 12:41:36 2009 New Revision: 735798 URL: http://svn.apache.org/viewvc?rev=735798view=rev Log: Changed version Modified: jakarta/cactus/trunk/build-tools/pom.xml jakarta/cactus/trunk/cactus-maven-skin/pom.xml jakarta/cactus/trunk/cactus-site/pom.xml

svn commit: r735436 - /jakarta/cactus/trunk/samples/ejb/pom.xml

2009-01-18 Thread ptahchiev
Author: ptahchiev Date: Sun Jan 18 03:21:19 2009 New Revision: 735436 URL: http://svn.apache.org/viewvc?rev=735436view=rev Log: No need of destFile and merWebXml since they will take the default values. Modified: jakarta/cactus/trunk/samples/ejb/pom.xml Modified: jakarta/cactus/trunk

svn commit: r735443 - in /jakarta/cactus/trunk/samples/ejb: build.xml pom.xml

2009-01-18 Thread ptahchiev
Author: ptahchiev Date: Sun Jan 18 04:06:17 2009 New Revision: 735443 URL: http://svn.apache.org/viewvc?rev=735443view=rev Log: Added comments. Modified: jakarta/cactus/trunk/samples/ejb/build.xml jakarta/cactus/trunk/samples/ejb/pom.xml Modified: jakarta/cactus/trunk/samples/ejb

svn commit: r735444 - in /jakarta/cactus/trunk/samples/ejb3: build.xml pom.xml

2009-01-18 Thread ptahchiev
Author: ptahchiev Date: Sun Jan 18 04:11:01 2009 New Revision: 735444 URL: http://svn.apache.org/viewvc?rev=735444view=rev Log: Added comments Modified: jakarta/cactus/trunk/samples/ejb3/build.xml jakarta/cactus/trunk/samples/ejb3/pom.xml Modified: jakarta/cactus/trunk/samples/ejb3

svn commit: r735446 - in /jakarta/cactus/trunk/samples/servlet: build.xml pom.xml src/test/java/org/apache/cactus/sample/servlet/unit/TestServerSideExceptions.java

2009-01-18 Thread ptahchiev
Author: ptahchiev Date: Sun Jan 18 04:47:17 2009 New Revision: 735446 URL: http://svn.apache.org/viewvc?rev=735446view=rev Log: Added comments. Added declaration to the surefire plugin not to fail the build when a test-failure occurs. Modified: jakarta/cactus/trunk/samples/servlet/build.xml

svn commit: r735447 - /jakarta/cactus/trunk/samples/servlet/pom.xml

2009-01-18 Thread ptahchiev
Author: ptahchiev Date: Sun Jan 18 04:48:39 2009 New Revision: 735447 URL: http://svn.apache.org/viewvc?rev=735447view=rev Log: Comments added. Modified: jakarta/cactus/trunk/samples/servlet/pom.xml Modified: jakarta/cactus/trunk/samples/servlet/pom.xml URL: http://svn.apache.org/viewvc

svn commit: r735458 - /jakarta/cactus/trunk/samples/servlet/pom.xml

2009-01-18 Thread ptahchiev
Author: ptahchiev Date: Sun Jan 18 06:02:08 2009 New Revision: 735458 URL: http://svn.apache.org/viewvc?rev=735458view=rev Log: Added the generation of test-jar and so that the jetty sample can use it. Modified: jakarta/cactus/trunk/samples/servlet/pom.xml Modified: jakarta/cactus/trunk

svn commit: r735479 - in /jakarta/cactus/trunk/samples/jetty: README build.xml ivy.xml pom.xml src/main/java/org/apache/cactus/sample/jetty/TestJettyAll.java

2009-01-18 Thread ptahchiev
Author: ptahchiev Date: Sun Jan 18 08:01:08 2009 New Revision: 735479 URL: http://svn.apache.org/viewvc?rev=735479view=rev Log: Changes to include the servlet samles jar and also a README file added. Added: jakarta/cactus/trunk/samples/jetty/README (with props) Modified: jakarta/cactus

svn commit: r735482 - /jakarta/cactus/trunk/integration/maven2/src/test/java/org/apache/cactus/integration/maven2/test/TestCactifyEarMojo.java

2009-01-18 Thread ptahchiev
Author: ptahchiev Date: Sun Jan 18 08:05:38 2009 New Revision: 735482 URL: http://svn.apache.org/viewvc?rev=735482view=rev Log: Message Changed Modified: jakarta/cactus/trunk/integration/maven2/src/test/java/org/apache/cactus/integration/maven2/test/TestCactifyEarMojo.java Modified

svn commit: r735484 - /jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/internal/server/EJBTestRedirector.java

2009-01-18 Thread ptahchiev
Author: ptahchiev Date: Sun Jan 18 08:07:01 2009 New Revision: 735484 URL: http://svn.apache.org/viewvc?rev=735484view=rev Log: removed the ejbtestredirector Removed: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus/internal/server/EJBTestRedirector.java

svn commit: r735487 - /jakarta/cactus/trunk/framework/pom.xml

2009-01-18 Thread ptahchiev
Author: ptahchiev Date: Sun Jan 18 08:08:33 2009 New Revision: 735487 URL: http://svn.apache.org/viewvc?rev=735487view=rev Log: The dependency should be the ejb_3.0 spec. Modified: jakarta/cactus/trunk/framework/pom.xml Modified: jakarta/cactus/trunk/framework/pom.xml URL: http

svn commit: r735491 - /jakarta/cactus/trunk/pom.xml

2009-01-18 Thread ptahchiev
Author: ptahchiev Date: Sun Jan 18 08:16:50 2009 New Revision: 735491 URL: http://svn.apache.org/viewvc?rev=735491view=rev Log: small changes. Modified: jakarta/cactus/trunk/pom.xml Modified: jakarta/cactus/trunk/pom.xml URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/pom.xml?rev

svn commit: r735496 - in /jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus: AbstractEJBTestCase.java EJBTestCase.java internal/client/AbstractEJBClient.java internal/c

2009-01-18 Thread ptahchiev
Author: ptahchiev Date: Sun Jan 18 08:24:50 2009 New Revision: 735496 URL: http://svn.apache.org/viewvc?rev=735496view=rev Log: Some classes connected with the EJBTestCase removed. Removed: jakarta/cactus/trunk/framework/framework-12-13-14/src/main/java/org/apache/cactus

svn commit: r735499 - /jakarta/cactus/trunk/cactus-site/src/site/xdoc/participating/index.xml

2009-01-18 Thread ptahchiev
Author: ptahchiev Date: Sun Jan 18 08:38:02 2009 New Revision: 735499 URL: http://svn.apache.org/viewvc?rev=735499view=rev Log: CVS reference changed to SVN ones. Modified: jakarta/cactus/trunk/cactus-site/src/site/xdoc/participating/index.xml Modified: jakarta/cactus/trunk/cactus-site/src

svn commit: r735500 - /jakarta/cactus/trunk/ANNOUNCEMENT.txt

2009-01-18 Thread ptahchiev
Author: ptahchiev Date: Sun Jan 18 08:45:03 2009 New Revision: 735500 URL: http://svn.apache.org/viewvc?rev=735500view=rev Log: Release notes changed for 1.8.1 Modified: jakarta/cactus/trunk/ANNOUNCEMENT.txt Modified: jakarta/cactus/trunk/ANNOUNCEMENT.txt URL: http://svn.apache.org/viewvc

svn commit: r735503 - /jakarta/cactus/trunk/samples/build.properties

2009-01-18 Thread ptahchiev
Author: ptahchiev Date: Sun Jan 18 09:12:16 2009 New Revision: 735503 URL: http://svn.apache.org/viewvc?rev=735503view=rev Log: Cnaged the version of cactus - ready for rc1 release. Modified: jakarta/cactus/trunk/samples/build.properties Modified: jakarta/cactus/trunk/samples

svn commit: r735509 - in /jakarta/cactus/trunk: descriptors/pom.xml framework/pom.xml integration/pom.xml

2009-01-18 Thread ptahchiev
Author: ptahchiev Date: Sun Jan 18 09:24:18 2009 New Revision: 735509 URL: http://svn.apache.org/viewvc?rev=735509view=rev Log: Versions of the cactus-build-tools used changed. Modified: jakarta/cactus/trunk/descriptors/pom.xml jakarta/cactus/trunk/framework/pom.xml jakarta/cactus

svn commit: r735510 - in /jakarta/cactus/trunk: ./ build-tools/ cactus-maven-skin/ cactus-site/ framework/ framework/framework-12-13-14/ framework/framework-13-14/ framework/framework-uberjars/ framew

2009-01-18 Thread ptahchiev
Author: ptahchiev Date: Sun Jan 18 09:32:16 2009 New Revision: 735510 URL: http://svn.apache.org/viewvc?rev=735510view=rev Log: [maven-release-plugin] prepare release 1.8.1-rc1 Modified: jakarta/cactus/trunk/build-tools/pom.xml jakarta/cactus/trunk/cactus-maven-skin/pom.xml jakarta

svn commit: r735511 - /jakarta/cactus/tags/1.8.1-rc1/

2009-01-18 Thread ptahchiev
Author: ptahchiev Date: Sun Jan 18 09:38:11 2009 New Revision: 735511 URL: http://svn.apache.org/viewvc?rev=735511view=rev Log: Tag the 1.8.1-rc1 release candidate Added: jakarta/cactus/tags/1.8.1-rc1/ - copied from r735510, jakarta/cactus/trunk

svn commit: r735573 - in /jakarta/cactus/trunk: ./ cactus-maven-skin/src/main/resources/css/ framework/framework-wrappers/wrapper-javaEE-12/src/main/resources/org/apache/cactus/server/ framework/frame

2009-01-18 Thread ptahchiev
Author: ptahchiev Date: Sun Jan 18 15:04:08 2009 New Revision: 735573 URL: http://svn.apache.org/viewvc?rev=735573view=rev Log: Apache license added and updated the NL files to include the CDDL license for the Servlet API Modified: jakarta/cactus/trunk/LICENSE jakarta/cactus/trunk

svn commit: r735574 - /jakarta/cactus/trunk/cactus-src-assembly.xml

2009-01-18 Thread ptahchiev
Author: ptahchiev Date: Sun Jan 18 15:05:48 2009 New Revision: 735574 URL: http://svn.apache.org/viewvc?rev=735574view=rev Log: Excluded the DOAP file from the source archive. Modified: jakarta/cactus/trunk/cactus-src-assembly.xml Modified: jakarta/cactus/trunk/cactus-src-assembly.xml URL

svn commit: r735575 - in /jakarta/cactus/trunk: framework/framework-wrappers/wrapper-javaEE-12/src/main/resources/org/apache/cactus/server/ framework/framework-wrappers/wrapper-javaEE-13/src/main/reso

2009-01-18 Thread ptahchiev
Author: ptahchiev Date: Sun Jan 18 15:19:04 2009 New Revision: 735575 URL: http://svn.apache.org/viewvc?rev=735575view=rev Log: Removed blank lines. Modified: jakarta/cactus/trunk/framework/framework-wrappers/wrapper-javaEE-12/src/main/resources/org/apache/cactus/server/jspRedirector.jsp

svn commit: r735576 - /jakarta/cactus/trunk/cactus-src-assembly.xml

2009-01-18 Thread ptahchiev
Author: ptahchiev Date: Sun Jan 18 15:23:06 2009 New Revision: 735576 URL: http://svn.apache.org/viewvc?rev=735576view=rev Log: Exclude the install folders Modified: jakarta/cactus/trunk/cactus-src-assembly.xml Modified: jakarta/cactus/trunk/cactus-src-assembly.xml URL: http

svn commit: r735577 - /jakarta/cactus/trunk/cactus-src-assembly.xml

2009-01-18 Thread ptahchiev
Author: ptahchiev Date: Sun Jan 18 15:39:42 2009 New Revision: 735577 URL: http://svn.apache.org/viewvc?rev=735577view=rev Log: a typo corrected. Modified: jakarta/cactus/trunk/cactus-src-assembly.xml Modified: jakarta/cactus/trunk/cactus-src-assembly.xml URL: http://svn.apache.org/viewvc

svn commit: r735367 - in /jakarta/cactus/trunk/cactus-site: pom.xml src/changes/changes.xml src/site/site.xml src/site/xdoc/integration/ant/task_cactifyear.xml src/site/xdoc/integration/maven2/cactify

2009-01-17 Thread ptahchiev
Author: ptahchiev Date: Sat Jan 17 17:17:35 2009 New Revision: 735367 URL: http://svn.apache.org/viewvc?rev=735367view=rev Log: Improved documentation. Added a page for the cactifyEar mojo. Added: jakarta/cactus/trunk/cactus-site/src/site/xdoc/integration/maven2/cactifyear.xml

svn commit: r735368 - /jakarta/cactus/trunk/cactus-site/src/changes/changes.xml

2009-01-17 Thread ptahchiev
Author: ptahchiev Date: Sat Jan 17 17:28:21 2009 New Revision: 735368 URL: http://svn.apache.org/viewvc?rev=735368view=rev Log: Mention that we have added a sample application for demonstrating how to test EJB3 applications. Modified: jakarta/cactus/trunk/cactus-site/src/changes/changes.xml

svn commit: r732277 - /jakarta/cactus/trunk/cactus-site/src/site/xdoc/writing/howto_ejb_j2eeri.xml

2009-01-07 Thread ptahchiev
Author: ptahchiev Date: Wed Jan 7 00:55:20 2009 New Revision: 732277 URL: http://svn.apache.org/viewvc?rev=732277view=rev Log: Broken link fixed Modified: jakarta/cactus/trunk/cactus-site/src/site/xdoc/writing/howto_ejb_j2eeri.xml Modified: jakarta/cactus/trunk/cactus-site/src/site/xdoc

svn commit: r731943 - in /jakarta/cactus/trunk: pom.xml samples/ejb/pom.xml samples/ejb3/pom.xml

2009-01-06 Thread ptahchiev
Author: ptahchiev Date: Tue Jan 6 06:14:11 2009 New Revision: 731943 URL: http://svn.apache.org/viewvc?rev=731943view=rev Log: Changed the version of the Maven assembly plugin being used to 2.2-beta3 Modified: jakarta/cactus/trunk/pom.xml jakarta/cactus/trunk/samples/ejb/pom.xml

svn commit: r731944 - /jakarta/cactus/trunk/integration/maven2/src/main/java/org/apache/cactus/maven2/mojos/CactifyWarMojo.java

2009-01-06 Thread ptahchiev
Author: ptahchiev Date: Tue Jan 6 06:19:01 2009 New Revision: 731944 URL: http://svn.apache.org/viewvc?rev=731944view=rev Log: Minor changes to improve the rat quality Modified: jakarta/cactus/trunk/integration/maven2/src/main/java/org/apache/cactus/maven2/mojos/CactifyWarMojo.java

svn commit: r731948 - /jakarta/cactus/trunk/integration/maven2/src/main/java/org/apache/cactus/maven2/mojos/Dependency.java

2009-01-06 Thread ptahchiev
Author: ptahchiev Date: Tue Jan 6 06:20:05 2009 New Revision: 731948 URL: http://svn.apache.org/viewvc?rev=731948view=rev Log: Minor changes to improve the rat quality Modified: jakarta/cactus/trunk/integration/maven2/src/main/java/org/apache/cactus/maven2/mojos/Dependency.java Modified

svn commit: r731949 - in /jakarta/cactus/trunk/integration/maven2/src/main/java/org/apache/cactus/maven2/mojos: EjbRef.java ServletRedirector.java

2009-01-06 Thread ptahchiev
Author: ptahchiev Date: Tue Jan 6 06:20:47 2009 New Revision: 731949 URL: http://svn.apache.org/viewvc?rev=731949view=rev Log: Minor changes to improve the rat quality Modified: jakarta/cactus/trunk/integration/maven2/src/main/java/org/apache/cactus/maven2/mojos/EjbRef.java jakarta

svn commit: r731950 - /jakarta/cactus/trunk/integration/maven2/src/test/java/org/apache/cactus/integration/maven2/test/TestCactifyWarMojo.java

2009-01-06 Thread ptahchiev
Author: ptahchiev Date: Tue Jan 6 06:23:31 2009 New Revision: 731950 URL: http://svn.apache.org/viewvc?rev=731950view=rev Log: Added artifactStub and CactifyMavenProjectStub to avoid the missing project when testing the war and ear mojos. Modified: jakarta/cactus/trunk/integration/maven2

svn commit: r731953 - in /jakarta/cactus/trunk/integration/maven2/src/test/resources/unit/ear: ./ basic-cactify-noDestSpecified/ basic-cactify-noparameters/

2009-01-06 Thread ptahchiev
Author: ptahchiev Date: Tue Jan 6 06:30:36 2009 New Revision: 731953 URL: http://svn.apache.org/viewvc?rev=731953view=rev Log: Added some files for the integration tests of the cactifyear mojo. Added: jakarta/cactus/trunk/integration/maven2/src/test/resources/unit/ear/ jakarta/cactus

svn commit: r731954 - in /jakarta/cactus/trunk/integration/maven2/src/test/resources/unit: cactify-test-empty-src-file/plugin-config.xml cactify-test-wrong-dest-parameter-passed/plugin-config.xml

2009-01-06 Thread ptahchiev
Author: ptahchiev Date: Tue Jan 6 06:31:14 2009 New Revision: 731954 URL: http://svn.apache.org/viewvc?rev=731954view=rev Log: Added the reference to the mock project. Modified: jakarta/cactus/trunk/integration/maven2/src/test/resources/unit/cactify-test-empty-src-file/plugin-config.xml

svn commit: r731973 - in /jakarta/cactus/trunk/integration/maven2/src/test/java/org/apache/cactus/integration/maven2/test: ArtifactStub.java CactifyMavenProjectStub.java TestCactifyEarMojo.java

2009-01-06 Thread ptahchiev
Author: ptahchiev Date: Tue Jan 6 07:31:48 2009 New Revision: 731973 URL: http://svn.apache.org/viewvc?rev=731973view=rev Log: Added artifactStub and CactifyMavenProjectStub to avoid the missing project when testing the war and ear mojos. Added: jakarta/cactus/trunk/integration/maven2/src

svn commit: r731975 - /jakarta/cactus/trunk/integration/maven2/pom.xml

2009-01-06 Thread ptahchiev
Author: ptahchiev Date: Tue Jan 6 07:33:25 2009 New Revision: 731975 URL: http://svn.apache.org/viewvc?rev=731975view=rev Log: Removed Ant dependency. Modified: jakarta/cactus/trunk/integration/maven2/pom.xml Modified: jakarta/cactus/trunk/integration/maven2/pom.xml URL: http

svn commit: r731741 - /jakarta/cactus/trunk/cactus-site/src/site/xdoc/writing/howto_security.xml

2009-01-05 Thread ptahchiev
Author: ptahchiev Date: Mon Jan 5 14:05:43 2009 New Revision: 731741 URL: http://svn.apache.org/viewvc?rev=731741view=rev Log: Broken link fixed. Modified: jakarta/cactus/trunk/cactus-site/src/site/xdoc/writing/howto_security.xml Modified: jakarta/cactus/trunk/cactus-site/src/site/xdoc

svn commit: r728286 - /jakarta/cactus/trunk/.classpath

2008-12-20 Thread ptahchiev
Author: ptahchiev Date: Sat Dec 20 06:34:39 2008 New Revision: 728286 URL: http://svn.apache.org/viewvc?rev=728286view=rev Log: Improved the classpath in Eclipse. Modified: jakarta/cactus/trunk/.classpath Modified: jakarta/cactus/trunk/.classpath URL: http://svn.apache.org/viewvc/jakarta

svn commit: r718027 - /jakarta/cactus/trunk/integration/ant/pom.xml

2008-11-16 Thread ptahchiev
Author: ptahchiev Date: Sun Nov 16 05:36:05 2008 New Revision: 718027 URL: http://svn.apache.org/viewvc?rev=718027view=rev Log: Added the jdom dependency. Modified: jakarta/cactus/trunk/integration/ant/pom.xml Modified: jakarta/cactus/trunk/integration/ant/pom.xml URL: http

svn commit: r701036 - /jakarta/cactus/trunk/cactus-site/src/site/site.xml

2008-10-02 Thread ptahchiev
Author: ptahchiev Date: Thu Oct 2 01:41:30 2008 New Revision: 701036 URL: http://svn.apache.org/viewvc?rev=701036view=rev Log: Added the Jetty integration to the web-site menu. Modified: jakarta/cactus/trunk/cactus-site/src/site/site.xml Modified: jakarta/cactus/trunk/cactus-site/src/site

svn commit: r701042 - in /jakarta/cactus/trunk/samples/jetty: ivy.xml src/main/java/org/apache/cactus/sample/jetty/TestJettyAll.java

2008-10-02 Thread ptahchiev
Author: ptahchiev Date: Thu Oct 2 01:54:41 2008 New Revision: 701042 URL: http://svn.apache.org/viewvc?rev=701042view=rev Log: last changes on jetty module. Modified: jakarta/cactus/trunk/samples/jetty/ivy.xml jakarta/cactus/trunk/samples/jetty/src/main/java/org/apache/cactus/sample

svn commit: r701081 - in /jakarta/cactus/trunk/samples: ejb/ivy.xml ejb3/ivy.xml jetty/ivy.xml servlet/ivy.xml

2008-10-02 Thread ptahchiev
Author: ptahchiev Date: Thu Oct 2 04:17:33 2008 New Revision: 701081 URL: http://svn.apache.org/viewvc?rev=701081view=rev Log: Changed the version of cargo in the ivy.xml. Modified: jakarta/cactus/trunk/samples/ejb/ivy.xml jakarta/cactus/trunk/samples/ejb3/ivy.xml jakarta/cactus

svn commit: r700859 - /jakarta/cactus/trunk/integration/maven2/src/main/java/org/apache/cactus/maven2/mojos/CactifyWarMojo.java

2008-10-01 Thread ptahchiev
Author: ptahchiev Date: Wed Oct 1 11:31:19 2008 New Revision: 700859 URL: http://svn.apache.org/viewvc?rev=700859view=rev Log: added the context as @parameter in the cactofywar mojo. Modified: jakarta/cactus/trunk/integration/maven2/src/main/java/org/apache/cactus/maven2/mojos

svn commit: r700866 - /jakarta/cactus/trunk/samples/ejb/pom.xml

2008-10-01 Thread ptahchiev
Author: ptahchiev Date: Wed Oct 1 11:51:18 2008 New Revision: 700866 URL: http://svn.apache.org/viewvc?rev=700866view=rev Log: Latest improvements on the ejb tests. Changed the contestURL Modified: jakarta/cactus/trunk/samples/ejb/pom.xml Modified: jakarta/cactus/trunk/samples/ejb/pom.xml

svn commit: r700872 - in /jakarta/cactus/trunk/samples/ejb/src/main/java/org/apache/cactus/sample/ejb: SampleMDB.java TestSampleMDB.java

2008-10-01 Thread ptahchiev
Author: ptahchiev Date: Wed Oct 1 12:07:29 2008 New Revision: 700872 URL: http://svn.apache.org/viewvc?rev=700872view=rev Log: deleted the mdb test from the ejb sample. Removed: jakarta/cactus/trunk/samples/ejb/src/main/java/org/apache/cactus/sample/ejb/SampleMDB.java jakarta/cactus

svn commit: r700875 - in /jakarta/cactus/trunk/samples/ejb/src: main/java/org/apache/cactus/sample/ejb/ test/ test/java/ test/java/org/ test/java/org/apache/ test/java/org/apache/sample/ test/java/org

2008-10-01 Thread ptahchiev
Author: ptahchiev Date: Wed Oct 1 12:13:52 2008 New Revision: 700875 URL: http://svn.apache.org/viewvc?rev=700875view=rev Log: Moved the test to src/test/java Added: jakarta/cactus/trunk/samples/ejb/src/test/ jakarta/cactus/trunk/samples/ejb/src/test/java/ jakarta/cactus/trunk

svn commit: r700877 - /jakarta/cactus/trunk/samples/ejb/pom.xml

2008-10-01 Thread ptahchiev
Author: ptahchiev Date: Wed Oct 1 12:16:48 2008 New Revision: 700877 URL: http://svn.apache.org/viewvc?rev=700877view=rev Log: changed the name of the directory the cactus tests are stored. Modified: jakarta/cactus/trunk/samples/ejb/pom.xml Modified: jakarta/cactus/trunk/samples/ejb

svn commit: r700894 - in /jakarta/cactus/trunk/samples/ejb/src/test/java/org/apache: cactus/ cactus/sample/ cactus/sample/ejb/ cactus/sample/ejb/TestConverterEJB.java sample/

2008-10-01 Thread ptahchiev
Author: ptahchiev Date: Wed Oct 1 12:48:22 2008 New Revision: 700894 URL: http://svn.apache.org/viewvc?rev=700894view=rev Log: wrong package name. Added: jakarta/cactus/trunk/samples/ejb/src/test/java/org/apache/cactus/ jakarta/cactus/trunk/samples/ejb/src/test/java/org/apache/cactus

svn commit: r700896 - in /jakarta/cactus/trunk/samples: build.properties ejb/build.xml ejb/ivy.xml

2008-10-01 Thread ptahchiev
Author: ptahchiev Date: Wed Oct 1 12:50:26 2008 New Revision: 700896 URL: http://svn.apache.org/viewvc?rev=700896view=rev Log: last changes on the ejb sample to be run with Ant. Modified: jakarta/cactus/trunk/samples/build.properties jakarta/cactus/trunk/samples/ejb/build.xml

svn commit: r700905 - in /jakarta/cactus/trunk/samples/ejb3: ./ src/main/app/ src/main/java/org/apache/cactus/sample/ejb3/ src/test/ src/test/java/ src/test/java/org/ src/test/java/org/apache/ src/tes

2008-10-01 Thread ptahchiev
Author: ptahchiev Date: Wed Oct 1 13:24:16 2008 New Revision: 700905 URL: http://svn.apache.org/viewvc?rev=700905view=rev Log: changes on the ejb3 samples to make them run with maven2. Added: jakarta/cactus/trunk/samples/ejb3/src/test/ jakarta/cactus/trunk/samples/ejb3/src/test/java

  1   2   3   4   >