svn commit: r398817 - in /struts/site: pom.xml src/site/xdoc/mail.xml

2006-05-01 Thread wsmoak
Author: wsmoak Date: Mon May 1 22:40:44 2006 New Revision: 398817 URL: http://svn.apache.org/viewcvs?rev=398817&view=rev Log: Update site/pom.xml to use the latest struts-parent pom snapshot. Add links to archives and subscription information for the new commits and issues lists. Add Nabbl

svn commit: r398821 - /struts/site/pom.xml

2006-05-01 Thread wsmoak
Author: wsmoak Date: Mon May 1 23:10:35 2006 New Revision: 398821 URL: http://svn.apache.org/viewcvs?rev=398821&view=rev Log: Add a repository so that snapshots and test builds (in this case, the snapshot of the struts-parent pom,) can be located. Correct the scm urls: 'site'

svn commit: r399049 - in /struts/action/trunk/src/site: site.xml xdoc/apidocs/ xdoc/apidocs/index.xml xdoc/checkstyle.xml xdoc/dependencies.xml xdoc/javadoc.xml xdoc/jxr.xml

2006-05-02 Thread wsmoak
Author: wsmoak Date: Tue May 2 14:11:18 2006 New Revision: 399049 URL: http://svn.apache.org/viewcvs?rev=399049&view=rev Log: Add placeholder pages with links to the component-level Checkstyle, JXR and Dependencies reports. Move the Javadoc placeholder page into the expected location: api

svn commit: r399087 - in /struts/maven: ./ branches/ tags/ trunk/

2006-05-02 Thread wsmoak
Author: wsmoak Date: Tue May 2 16:44:30 2006 New Revision: 399087 URL: http://svn.apache.org/viewcvs?rev=399087&view=rev Log: Created a module for Maven-related items such as the struts-parent pom and build config files. Issue: STR-2853 Added: struts/maven/ struts/maven/bran

svn commit: r399089 - in /struts: maven/trunk/pom/ pom/

2006-05-02 Thread wsmoak
Author: wsmoak Date: Tue May 2 16:45:55 2006 New Revision: 399089 URL: http://svn.apache.org/viewcvs?rev=399089&view=rev Log: Moved the struts-parent pom into the maven module. Added: struts/maven/trunk/pom/ - copied from r399088, struts/pom/ Removed: struts/pom/

svn commit: r399091 - in /struts: action/trunk/build/ maven/trunk/build/

2006-05-02 Thread wsmoak
Author: wsmoak Date: Tue May 2 16:47:06 2006 New Revision: 399091 URL: http://svn.apache.org/viewcvs?rev=399091&view=rev Log: Moved the build config files into the maven module. Issue: STR-2853 Added: struts/maven/trunk/build/ - copied from r399090, struts/action/trunk/build/ Rem

svn commit: r399094 - /struts/current/

2006-05-02 Thread wsmoak
Author: wsmoak Date: Tue May 2 16:55:13 2006 New Revision: 399094 URL: http://svn.apache.org/viewcvs?rev=399094&view=rev Log: Updated current externals for the new maven module. Modified: struts/current/ (props changed) Propchange: struts/cur

svn commit: r399116 - in /struts/maven/trunk/build: pom.xml struts_checks.xml

2006-05-02 Thread wsmoak
Author: wsmoak Date: Tue May 2 20:26:41 2006 New Revision: 399116 URL: http://svn.apache.org/viewcvs?rev=399116&view=rev Log: Added a pom for the struts-build jar, which (so far) contains the CheckStyle and Jalopy config files. Temporarily commented out the regexp header. (How do we confi

svn commit: r399120 - /struts/action/trunk/pom.xml

2006-05-02 Thread wsmoak
Author: wsmoak Date: Tue May 2 20:46:50 2006 New Revision: 399120 URL: http://svn.apache.org/viewcvs?rev=399120&view=rev Log: Add the struts-build jar as an . Set the to find the struts_checks.xml file on the classpath. Issue: STR-2853 Modified: struts/action/trunk/pom.xml Modi

svn commit: r399126 - in /struts/action/trunk/faces/src/site: site.xml xdoc/index.xml

2006-05-02 Thread wsmoak
Author: wsmoak Date: Tue May 2 21:33:29 2006 New Revision: 399126 URL: http://svn.apache.org/viewcvs?rev=399126&view=rev Log: Added site.xml and changed the issue tracking link. Added: struts/action/trunk/faces/src/site/site.xml (with props) Modified: struts/action/trunk/faces

svn commit: r399151 - /struts/action/trunk/assembly/src/main/assembly/dist.xml

2006-05-02 Thread wsmoak
Author: wsmoak Date: Tue May 2 22:40:40 2006 New Revision: 399151 URL: http://svn.apache.org/viewcvs?rev=399151&view=rev Log: Remove the build directory (which was moved to struts/maven/trunk/build) from the Struts Action assembly descriptor. Issue: STR-2853 Modified: struts/action/t

svn commit: r399485 - in /struts/sandbox/trunk/tiles: ./ core/ core/src/ core/src/main/ core/src/main/java/ core/src/main/resources/ core/src/main/resources/META-INF/ core/src/main/resources/org/ core

2006-05-03 Thread wsmoak
Author: wsmoak Date: Wed May 3 16:03:30 2006 New Revision: 399485 URL: http://svn.apache.org/viewcvs?rev=399485&view=rev Log: Maven 2 reorganization Issue: SB-19 Added: struts/sandbox/trunk/tiles/core/ struts/sandbox/trunk/tiles/core/LICENSE.txt - copied unchanged from r39

svn commit: r399487 - in /struts/sandbox/trunk/tiles: core/ tiles-core/

2006-05-03 Thread wsmoak
Author: wsmoak Date: Wed May 3 16:11:38 2006 New Revision: 399487 URL: http://svn.apache.org/viewcvs?rev=399487&view=rev Log: Renamed module to match artifact ID. Issue: SB-19 Added: struts/sandbox/trunk/tiles/tiles-core/ - copied from r399486, struts/sandbox/trunk/tiles/core/ Rem

svn commit: r399512 - in /struts/action/trunk: apps/pom.xml integration/apps-it/src/test/java/org/apache/struts/apps/AppsTest.java

2006-05-03 Thread wsmoak
Author: wsmoak Date: Wed May 3 19:25:29 2006 New Revision: 399512 URL: http://svn.apache.org/viewcvs?rev=399512&view=rev Log: Corrected the location of the source code in the example apps. Issue: STR-2855 Reported By: Michael Jouravlev Modified: struts/action/trunk/apps/pom.xml st

svn commit: r399525 - /struts/action/trunk/pom.xml

2006-05-03 Thread wsmoak
Author: wsmoak Date: Wed May 3 20:16:27 2006 New Revision: 399525 URL: http://svn.apache.org/viewcvs?rev=399525&view=rev Log: Alphabetize the list of modules Switch to the latest struts-parent pom Add the PMD plugin reports Modified: struts/action/trunk/pom.xml Modified: struts/ac

svn commit: r399527 - /struts/maven/trunk/pom/pom.xml

2006-05-03 Thread wsmoak
Author: wsmoak Date: Wed May 3 20:32:44 2006 New Revision: 399527 URL: http://svn.apache.org/viewcvs?rev=399527&view=rev Log: Update to version 2 prior to release vote. Modified: struts/maven/trunk/pom/pom.xml Modified: struts/maven/trunk/pom/pom.xml URL: http://svn.apache.org/vie

svn commit: r399554 - in /struts/action/trunk/faces: ./ src/main/resources/ src/main/resources/META-INF/

2006-05-03 Thread wsmoak
Author: wsmoak Date: Wed May 3 22:41:13 2006 New Revision: 399554 URL: http://svn.apache.org/viewcvs?rev=399554&view=rev Log: Move the faces-config.xml file into META-INF. Include src/main/resources in the jar in addition to the .properties files. Configure maven-taglib-plugin for web

svn commit: r399975 - in /struts/action/trunk: apps/faces-example1/ apps/faces-example1/src/main/java/org/apache/struts/webapp/example/ integration/apps-it/src/test/java/org/apache/struts/apps/

2006-05-04 Thread wsmoak
Author: wsmoak Date: Thu May 4 22:47:41 2006 New Revision: 399975 URL: http://svn.apache.org/viewcvs?rev=399975&view=rev Log: Add missing dependencies and a test for the first Struts Faces example app. Remove old version number from the index page title. Modified: struts/action/trunk/

svn commit: r399985 - /struts/action/trunk/apps/faces-example1/src/main/webapp/WEB-INF/struts-config.xml

2006-05-04 Thread wsmoak
Author: wsmoak Date: Thu May 4 23:15:57 2006 New Revision: 399985 URL: http://svn.apache.org/viewcvs?rev=399985&view=rev Log: Correct the Mailreader Tour link. Submitted by: Gary VanMatre Issue: STR-2509 Modified: struts/action/trunk/apps/faces-example1/src/main/webapp/WEB-INF/st

svn commit: r399989 - /struts/action/trunk/faces/src/main/java/org/apache/struts/faces/taglib/JavascriptValidatorTag.java

2006-05-04 Thread wsmoak
Author: wsmoak Date: Thu May 4 23:30:55 2006 New Revision: 399989 URL: http://svn.apache.org/viewcvs?rev=399989&view=rev Log: Change the signature of the call to get the ModuleConfig to use the ServletContext. This was raising a NPE when not dispatched through the request processor f

svn commit: r400336 - in /struts/action/trunk/faces: LICENSE-JSF.txt NOTICE.txt README.txt pom.xml src/site/resources/ src/site/resources/README.txt src/site/xdoc/index.xml

2006-05-06 Thread wsmoak
Author: wsmoak Date: Sat May 6 10:02:20 2006 New Revision: 400336 URL: http://svn.apache.org/viewcvs?rev=400336&view=rev Log: Move README into the website and remove mention of release structure and example apps. Modify NOTICE and remove LICENSE-JSF.txt-- the JSF RI is not included in St

svn commit: r400346 - in /struts/action/trunk: apps/blank/src/main/webapp/WEB-INF/ apps/cookbook/src/main/webapp/WEB-INF/ apps/examples/src/main/webapp/WEB-INF/upload/ apps/examples/src/main/webapp/WE

2006-05-06 Thread wsmoak
Author: wsmoak Date: Sat May 6 11:09:51 2006 New Revision: 400346 URL: http://svn.apache.org/viewcvs?rev=400346&view=rev Log: The Commons Validator dependency was changed to v1.3.0 in r397364. Change DOCTYPE in validator config files to v1.3.0 for consistency. Issue: STR-2860 Modi

svn commit: r400349 - /struts/action/trunk/core/src/main/resources/org/apache/struts/chain/chain-config.xml

2006-05-06 Thread wsmoak
Author: wsmoak Date: Sat May 6 11:24:32 2006 New Revision: 400349 URL: http://svn.apache.org/viewcvs?rev=400349&view=rev Log: Fix copy/paste error. Modified: struts/action/trunk/core/src/main/resources/org/apache/struts/chain/chain-config.xml Modified: struts/action/trunk/core/src/

svn commit: r400354 - /struts/action/trunk/src/site/xdoc/apidocs/index.xml

2006-05-06 Thread wsmoak
Author: wsmoak Date: Sat May 6 12:34:25 2006 New Revision: 400354 URL: http://svn.apache.org/viewcvs?rev=400354&view=rev Log: Correct the links to the component Javadoc. This page will be removed once Maven can aggregate the Javadoc. Modified: struts/action/trunk/src/site/xdoc/api

svn commit: r400370 - /struts/action/trunk/src/site/xdoc/userGuide/preface.xml

2006-05-06 Thread wsmoak
Author: wsmoak Date: Sat May 6 14:01:06 2006 New Revision: 400370 URL: http://svn.apache.org/viewcvs?rev=400370&view=rev Log: Remove dead links to 'Web Applications in the J2EE Tutorial'. Update the JSP specification link. Issue: STR-2741 Modified: struts/action/trunk

svn commit: r400432 - /struts/action/trunk/src/site/xdoc/index.xml

2006-05-06 Thread wsmoak
Author: wsmoak Date: Sat May 6 22:50:27 2006 New Revision: 400432 URL: http://svn.apache.org/viewcvs?rev=400432&view=rev Log: Remove another link to the web application tutorial. Modified: struts/action/trunk/src/site/xdoc/index.xml Modified: struts/action/trunk/src/site/xdoc/index.xml

svn commit: r401969 - /struts/action/trunk/core/src/main/resources/org/apache/struts/chain/chain-config.xml

2006-05-06 Thread wsmoak
Author: wsmoak Date: Sat May 6 23:03:07 2006 New Revision: 401969 URL: http://svn.apache.org/viewcvs?rev=401969&view=rev Log: Remove the Tiles instructions from the default chain config file. Modified: struts/action/trunk/core/src/main/resources/org/apache/struts/chain/chain-config

svn commit: r404737 - /struts/action/trunk/el/src/main/resources/META-INF/tld/struts-html-el.tld

2006-05-07 Thread wsmoak
Author: wsmoak Date: Sun May 7 00:20:09 2006 New Revision: 404737 URL: http://svn.apache.org/viewcvs?rev=404737&view=rev Log: Enable 'postback forms' for Struts EL by making 's 'action' attribute optional. STR-2793 Modified: struts/action/trunk/el/src/main/

svn commit: r404740 - /struts/action/trunk/apps/pom.xml

2006-05-07 Thread wsmoak
Author: wsmoak Date: Sun May 7 00:49:17 2006 New Revision: 404740 URL: http://svn.apache.org/viewcvs?rev=404740&view=rev Log: Assign an id to the antrun plugin execution. Modified: struts/action/trunk/apps/pom.xml Modified: struts/action/trunk/apps/pom.xml URL: http://svn.apache

svn commit: r404796 - in /struts/action/trunk/assembly: pom.xml src/main/assembly/lib.xml

2006-05-07 Thread wsmoak
Author: wsmoak Date: Sun May 7 10:00:46 2006 New Revision: 404796 URL: http://svn.apache.org/viewcvs?rev=404796&view=rev Log: Added a library distribution with Struts Action 1 jars and runtime dependencies. Suggested by: Paul Benedict Issue: STR-2863 Added: struts/action/trunk/assembly

svn commit: r404844 - /struts/action/trunk/pom.xml

2006-05-07 Thread wsmoak
Author: wsmoak Date: Sun May 7 13:43:16 2006 New Revision: 404844 URL: http://svn.apache.org/viewcvs?rev=404844&view=rev Log: Update parent pom to struts-parent:2. Modified: struts/action/trunk/pom.xml Modified: struts/action/trunk/pom.xml URL: http://svn.apache.org/viewcvs/struts/ac

svn commit: r404859 - in /struts: action2-temp/ action2/

2006-05-07 Thread wsmoak
Author: wsmoak Date: Sun May 7 14:49:59 2006 New Revision: 404859 URL: http://svn.apache.org/viewcvs?rev=404859&view=rev Log: Temporarily rename in order to establish the usual trunk/branches/tags structure under struts/action2. Added: struts/action2-temp/ - copied from r40

svn commit: r404860 - in /struts/action2: ./ branches/ tags/

2006-05-07 Thread wsmoak
Author: wsmoak Date: Sun May 7 14:52:28 2006 New Revision: 404860 URL: http://svn.apache.org/viewcvs?rev=404860&view=rev Log: Adding action2 structure for branches and tags. Added: struts/action2/ struts/action2/branches/ struts/action2/tags/

svn commit: r404861 - in /struts: action2-temp/ action2/trunk/

2006-05-07 Thread wsmoak
Author: wsmoak Date: Sun May 7 14:56:19 2006 New Revision: 404861 URL: http://svn.apache.org/viewcvs?rev=404861&view=rev Log: Moved action2-temp back under action2 as trunk. Added: struts/action2/trunk/ - copied from r404860, struts/action2-temp/ Removed: struts/action2-temp/

svn commit: r404862 - /struts/current/

2006-05-07 Thread wsmoak
Author: wsmoak Date: Sun May 7 14:58:51 2006 New Revision: 404862 URL: http://svn.apache.org/viewcvs?rev=404862&view=rev Log: Added action2 to the current externals definition. Modified: struts/current/ (props changed) Propchange: struts/cur

svn commit: r404866 - in /struts/maven/trunk/build: INSTALL pom.xml

2006-05-07 Thread wsmoak
Author: wsmoak Date: Sun May 7 16:05:32 2006 New Revision: 404866 URL: http://svn.apache.org/viewcvs?rev=404866&view=rev Log: Update parent pom to struts-parent:2. Add LICENSE.txt to struts-build.jar. Removed obsolete installation instructions. Removed: struts/maven/trunk/build/INS

svn commit: r404891 - in /struts/action/trunk: assembly/pom.xml core/pom.xml

2006-05-07 Thread wsmoak
Author: wsmoak Date: Sun May 7 18:38:25 2006 New Revision: 404891 URL: http://svn.apache.org/viewcvs?rev=404891&view=rev Log: Exclude the xml-apis dependency which is coming from Commons Validator. Since we're excluding it from struts-core, we don't have to exclude it from

svn commit: r404893 - in /struts/action/trunk: core/pom.xml el/pom.xml extras/pom.xml mailreader-dao/pom.xml scripting/pom.xml taglib/pom.xml tiles/pom.xml

2006-05-07 Thread wsmoak
Author: wsmoak Date: Sun May 7 19:06:52 2006 New Revision: 404893 URL: http://svn.apache.org/viewcvs?rev=404893&view=rev Log: Include LICENSE.txt and NOTICE.txt in all jar files. Modified: struts/action/trunk/core/pom.xml struts/action/trunk/el/pom.xml struts/action/trunk/ex

svn commit: r404912 - /struts/action/trunk/src/site/xdoc/userGuide/release-notes.xml

2006-05-07 Thread wsmoak
Author: wsmoak Date: Sun May 7 20:51:35 2006 New Revision: 404912 URL: http://svn.apache.org/viewcvs?rev=404912&view=rev Log: Update release notes for 1.3.3. Added: struts/action/trunk/src/site/xdoc/userGuide/release-notes.xml - copied, changed from r404863, struts/action/trunk

svn commit: r404918 - /struts/maven/trunk/build/pom.xml

2006-05-07 Thread wsmoak
Author: wsmoak Date: Sun May 7 21:16:28 2006 New Revision: 404918 URL: http://svn.apache.org/viewcvs?rev=404918&view=rev Log: Change to v1.0.0 in advance of test build. Modified: struts/maven/trunk/build/pom.xml Modified: struts/maven/trunk/build/pom.xml URL: http://svn.apache.org/vie

svn commit: r404923 - /struts/maven/tags/STRUTS_BUILD_1_0_0/

2006-05-07 Thread wsmoak
Author: wsmoak Date: Sun May 7 21:29:07 2006 New Revision: 404923 URL: http://svn.apache.org/viewcvs?rev=404923&view=rev Log: Tagged struts-build v1.0.0 Added: struts/maven/tags/STRUTS_BUILD_1_0_0/ - copied from r404922, struts/maven/trunk/build/

svn commit: r404925 - /struts/action/trunk/core/pom.xml

2006-05-07 Thread wsmoak
Author: wsmoak Date: Sun May 7 21:34:01 2006 New Revision: 404925 URL: http://svn.apache.org/viewcvs?rev=404925&view=rev Log: Commons Collections is not used in Struts Action Core. Removed the commons-collections dependency. Modified: struts/action/trunk/core/pom.xml Modified: st

svn commit: r404926 - in /struts/action/trunk/apps: blank/pom.xml cookbook/pom.xml examples/pom.xml mailreader/pom.xml

2006-05-07 Thread wsmoak
Author: wsmoak Date: Sun May 7 21:37:08 2006 New Revision: 404926 URL: http://svn.apache.org/viewcvs?rev=404926&view=rev Log: Removed remaining 'experimental' designations from Maven 2 poms. Modified: struts/action/trunk/apps/blank/pom.xml struts/action/trunk/apps/co

svn commit: r404930 - in /struts/action/trunk: ./ apps/ apps/blank/ apps/cookbook/ apps/examples/ apps/faces-example1/ apps/faces-example2/ apps/mailreader/ apps/scripting-mailreader/ apps/strutsel-ex

2006-05-07 Thread wsmoak
Author: wsmoak Date: Sun May 7 22:10:07 2006 New Revision: 404930 URL: http://svn.apache.org/viewcvs?rev=404930&view=rev Log: Change to Struts Action v1.3.3 Update struts-build dependency to the v1.0.0 test build Modified: struts/action/trunk/apps/blank/pom.xml struts/action/trunk/

svn commit: r404932 - /struts/action/tags/STRUTS_ACTION_1_3_3/

2006-05-07 Thread wsmoak
Author: wsmoak Date: Sun May 7 22:31:12 2006 New Revision: 404932 URL: http://svn.apache.org/viewcvs?rev=404932&view=rev Log: Tagged Struts Action v1.3.3 Added: struts/action/tags/STRUTS_ACTION_1_3_3/ - copied from r404931, struts/action/trunk/

svn commit: r404933 - in /struts/action: branches/STRUTS_ACTION_1_3_2/ tags/STRUTS_ACTION_1_3_2/

2006-05-07 Thread wsmoak
Author: wsmoak Date: Sun May 7 22:32:44 2006 New Revision: 404933 URL: http://svn.apache.org/viewcvs?rev=404933&view=rev Log: Moved STRUTS_ACTION_1_3_2 from branches to tags. Added: struts/action/tags/STRUTS_ACTION_1_3_2/ - copied from r404932, struts/action/bran

svn commit: r404942 - in /struts/action/trunk: ./ apps/ apps/blank/ apps/cookbook/ apps/examples/ apps/faces-example1/ apps/faces-example2/ apps/mailreader/ apps/scripting-mailreader/ apps/strutsel-ex

2006-05-07 Thread wsmoak
Author: wsmoak Date: Sun May 7 23:23:10 2006 New Revision: 404942 URL: http://svn.apache.org/viewcvs?rev=404942&view=rev Log: Advance to version 1.3.4-SNAPSHOT for Struts Action 1. Modified: struts/action/trunk/apps/blank/pom.xml struts/action/trunk/apps/cookbook/pom.xml st

svn commit: r405052 - /struts/action/trunk/tiles/pom.xml

2006-05-08 Thread wsmoak
Author: wsmoak Date: Mon May 8 06:38:30 2006 New Revision: 405052 URL: http://svn.apache.org/viewcvs?rev=405052&view=rev Log: [STR-2866] Include the DTD and TLD files in the Struts Tiles jar. Modified: struts/action/trunk/tiles/pom.xml Modified: struts/action/trunk/tiles/pom.xml

svn commit: r405297 - /struts/action/trunk/pom.xml

2006-05-08 Thread wsmoak
Author: wsmoak Date: Mon May 8 21:08:37 2006 New Revision: 405297 URL: http://svn.apache.org/viewcvs?rev=405297&view=rev Log: [STR-2870] Added a description to the struts-action-parent pom as a workaround for MJAR-39. Maven is using the full description (inherited from struts-parent, inclu

svn commit: r405306 - in /struts/action/trunk/src/site: resources/userGuide/ xdoc/userGuide/

2006-05-08 Thread wsmoak
Author: wsmoak Date: Mon May 8 22:27:43 2006 New Revision: 405306 URL: http://svn.apache.org/viewcvs?rev=405306&view=rev Log: [STR-2871] Rename files so that the filename contains only one period. (Workaround for filename truncation problem: MSITE-128.) Added: struts/action/trunk/src/

svn commit: r405307 - /struts/action/trunk/src/site/resources/userGuide/.htaccess

2006-05-08 Thread wsmoak
Author: wsmoak Date: Mon May 8 22:32:20 2006 New Revision: 405307 URL: http://svn.apache.org/viewcvs?rev=405307&view=rev Log: Correct svn properties. [STR-2871] Modified: struts/action/trunk/src/site/resources/userGuide/.htaccess (contents, props changed) Modified: struts/action/t

svn commit: r405314 - in /struts/action/trunk: ./ src/site/xdoc/userGuide/

2006-05-08 Thread wsmoak
Author: wsmoak Date: Mon May 8 23:02:09 2006 New Revision: 405314 URL: http://svn.apache.org/viewcvs?rev=405314&view=rev Log: [STR-2871] Update links after changing filenames, to work around MSITE-128. Modified: struts/action/trunk/pom.xml struts/action/trunk/src/site/xdoc/userG

svn commit: r405599 - /struts/maven/trunk/build/pom.xml

2006-05-09 Thread wsmoak
Author: wsmoak Date: Tue May 9 19:42:16 2006 New Revision: 405599 URL: http://svn.apache.org/viewcvs?rev=405599&view=rev Log: Corrected name and added description to be used as the jar manifest Specification-Title. Modified: struts/maven/trunk/build/pom.xml Modified: struts/maven/t

svn commit: r405601 - /struts/action/trunk/pom.xml

2006-05-09 Thread wsmoak
Author: wsmoak Date: Tue May 9 19:47:15 2006 New Revision: 405601 URL: http://svn.apache.org/viewcvs?rev=405601&view=rev Log: Changed description, as discussed on the dev list. This will appear as the jar file manifest Specification-Title. Modified: struts/action/trunk/pom.xml Modi

svn commit: r405605 - /struts/maven/trunk/build/pom.xml

2006-05-09 Thread wsmoak
Author: wsmoak Date: Tue May 9 19:57:53 2006 New Revision: 405605 URL: http://svn.apache.org/viewcvs?rev=405605&view=rev Log: Include NOTICE.txt in struts-build.jar Change to v1.0.1. (The 1.0.0 test build has an invalid manifest.) Modified: struts/maven/trunk/build/pom.xml Modi

svn commit: r405613 - in /struts/action/trunk/assembly: pom.xml src/main/assembly/dist.xml

2006-05-09 Thread wsmoak
Author: wsmoak Date: Tue May 9 20:39:08 2006 New Revision: 405613 URL: http://svn.apache.org/viewcvs?rev=405613&view=rev Log: Include the faces-example2 website in the assembly. Alphabetize the list of webapps and remove duplicate cookbook. Modified: struts/action/trunk/assembly/pom

svn commit: r405614 - in /struts/action/trunk/integration/apps-it/src/test/java/org/apache/struts/apps: AppsTest.java Tomcat5xTestSetup.java

2006-05-09 Thread wsmoak
Author: wsmoak Date: Tue May 9 20:40:40 2006 New Revision: 405614 URL: http://svn.apache.org/viewcvs?rev=405614&view=rev Log: Add a test to confirm that the faces-example2 app starts. Modified: struts/action/trunk/integration/apps-it/src/test/java/org/apache/struts/apps/AppsTest.

svn commit: r405628 - /struts/maven/tags/STRUTS_BUILD_1_0_1/

2006-05-09 Thread wsmoak
Author: wsmoak Date: Tue May 9 21:21:30 2006 New Revision: 405628 URL: http://svn.apache.org/viewcvs?rev=405628&view=rev Log: Tagged Struts Build v1.0.1 Added: struts/maven/tags/STRUTS_BUILD_1_0_1/ - copied from r405627, struts/maven/trunk/build/

svn commit: r405631 - /struts/action/trunk/pom.xml

2006-05-09 Thread wsmoak
Author: wsmoak Date: Tue May 9 21:27:59 2006 New Revision: 405631 URL: http://svn.apache.org/viewcvs?rev=405631&view=rev Log: Change to struts-build version 1.0.1. Remove the javadoc aggregation config, the current plugin version doesn't use it. Modified: struts/action/trun

svn commit: r405641 - in /struts/action/trunk/src/site/xdoc/userGuide: index.xml release-notes-1_3_3.xml release-notes.xml

2006-05-09 Thread wsmoak
Author: wsmoak Date: Tue May 9 22:11:20 2006 New Revision: 405641 URL: http://svn.apache.org/viewcvs?rev=405641&view=rev Log: Added release notes for 1.3.4, marked 1.3.3 as a test build, and added 1.2.9 to the index. Added: struts/action/trunk/src/site/xdoc/userGuide/release-notes-1

svn commit: r405645 - in /struts/action/trunk: ./ apps/ apps/blank/ apps/cookbook/ apps/examples/ apps/faces-example1/ apps/faces-example2/ apps/mailreader/ apps/scripting-mailreader/ apps/strutsel-ex

2006-05-09 Thread wsmoak
Author: wsmoak Date: Tue May 9 22:50:34 2006 New Revision: 405645 URL: http://svn.apache.org/viewcvs?rev=405645&view=rev Log: Change to version 1.3.4. Modified: struts/action/trunk/apps/blank/pom.xml struts/action/trunk/apps/cookbook/pom.xml struts/action/trunk/apps/examples/pom

svn commit: r405659 - /struts/action/trunk/assembly/pom.xml

2006-05-10 Thread wsmoak
Author: wsmoak Date: Wed May 10 00:07:59 2006 New Revision: 405659 URL: http://svn.apache.org/viewcvs?rev=405659&view=rev Log: Include optional dependencies Commons File Upload (and Commons IO) in the assembly. Modified: struts/action/trunk/assembly/pom.xml Modified: struts/action/t

svn commit: r405657 - /struts/action/trunk/apps/scripting-mailreader/pom.xml

2006-05-10 Thread wsmoak
Author: wsmoak Date: Wed May 10 00:05:36 2006 New Revision: 405657 URL: http://svn.apache.org/viewcvs?rev=405657&view=rev Log: Use the same Groovy dependency as Struts Scripting 1.0.1 Modified: struts/action/trunk/apps/scripting-mailreader/pom.xml Modified: struts/action/trunk/

svn commit: r405661 - /struts/action/tags/STRUTS_ACTION_1_3_4/

2006-05-10 Thread wsmoak
Author: wsmoak Date: Wed May 10 00:25:56 2006 New Revision: 405661 URL: http://svn.apache.org/viewcvs?rev=405661&view=rev Log: Tagged Struts Action 1.3.4 Added: struts/action/tags/STRUTS_ACTION_1_3_4/ - copied from r405660, struts/action/trunk/

svn commit: r405664 - in /struts/action/trunk: ./ apps/ apps/blank/ apps/cookbook/ apps/examples/ apps/faces-example1/ apps/faces-example2/ apps/mailreader/ apps/scripting-mailreader/ apps/strutsel-ex

2006-05-10 Thread wsmoak
Author: wsmoak Date: Wed May 10 00:36:09 2006 New Revision: 405664 URL: http://svn.apache.org/viewcvs?rev=405664&view=rev Log: Change to version 1.3.5-SNAPSHOT Modified: struts/action/trunk/apps/blank/pom.xml struts/action/trunk/apps/cookbook/pom.xml struts/action/trunk/apps/exam

svn commit: r406377 - /struts/action/trunk/tiles/src/main/java/org/apache/struts/tiles/xmlDefinition/XmlParser.java

2006-05-14 Thread wsmoak
Author: wsmoak Date: Sun May 14 10:07:03 2006 New Revision: 406377 URL: http://svn.apache.org/viewcvs?rev=406377&view=rev Log: [STR-2876] Restore the Tiles 1.1 DTD registration. (See r330425) Modified: struts/action/trunk/tiles/src/main/java/org/apache/struts/tiles/xmlDefini

svn commit: r406526 - /struts/site/src/site/resources/doap_Struts.rdf

2006-05-14 Thread wsmoak
Author: wsmoak Date: Sun May 14 21:05:50 2006 New Revision: 406526 URL: http://svn.apache.org/viewcvs?rev=406526&view=rev Log: Corrected the issue tracking link. Modified: struts/site/src/site/resources/doap_Struts.rdf Modified: struts/site/src/site/resources/doap_Struts.rdf URL:

svn commit: r407457 - in /struts/shale/trunk: clay-plugin/src/conf/ clay-plugin/src/java/org/apache/shale/clay/component/chain/ clay-plugin/src/java/org/apache/shale/clay/parser/builder/chain/ clay-pl

2006-05-17 Thread wsmoak
Author: wsmoak Date: Wed May 17 22:12:45 2006 New Revision: 407457 URL: http://svn.apache.org/viewvc?rev=407457&view=rev Log: Fix inconsistent line endings, add svn eol-style native property. Modified: struts/shale/trunk/clay-plugin/src/conf/faces-config.xml (contents, props cha

svn commit: r408034 - /struts/shale/trunk/build/maven2/shale-tiles.pom

2006-05-20 Thread wsmoak
Author: wsmoak Date: Sat May 20 09:56:49 2006 New Revision: 408034 URL: http://svn.apache.org/viewvc?rev=408034&view=rev Log: Corrected the Standalone Tiles groupId. Reported By: Yoshitaka Tanaka Modified: struts/shale/trunk/build/maven2/shale-tiles.pom Modified: struts/shale/trunk/b

svn commit: r408207 - in /struts/action2/trunk: action-api/pom.xml apps/blank/pom.xml apps/pom.xml apps/portlet/pom.xml apps/shopping-cart/pom.xml apps/showcase/pom.xml apps/starter/pom.xml core/pom.x

2006-05-21 Thread wsmoak
Author: wsmoak Date: Sun May 21 11:07:47 2006 New Revision: 408207 URL: http://svn.apache.org/viewvc?rev=408207&view=rev Log: Added svn properties: eol-style and keywords. Modified: struts/action2/trunk/action-api/pom.xml (props changed) struts/action2/trunk/apps/blank/pom.xml (p

svn commit: r408459 - in /struts/action2/trunk: action-api/pom.xml apps/pom.xml core/pom.xml extras/pom.xml pom.xml uber/pom.xml

2006-05-21 Thread wsmoak
Author: wsmoak Date: Sun May 21 11:22:43 2006 New Revision: 408459 URL: http://svn.apache.org/viewvc?rev=408459&view=rev Log: Changed artifact id: 'project' -> 'struts-action2-parent'. Modified: struts/action2/trunk/action-api/pom.xml struts/action2/trunk/apps

svn commit: r408472 - /struts/action2/trunk/apps/pom.xml

2006-05-21 Thread wsmoak
Author: wsmoak Date: Sun May 21 12:41:15 2006 New Revision: 408472 URL: http://svn.apache.org/viewvc?rev=408472&view=rev Log: Move the showcase app to a separate profile. This allows us to publish a snapshot of struts-extras.jar without also publishing the showcase app. Modified: st

svn commit: r408564 [2/2] - in /struts/shale/trunk/tiger/src: java/org/apache/shale/tiger/view/ java/org/apache/shale/tiger/view/faces/ test/org/apache/shale/tiger/view/faces/

2006-05-21 Thread wsmoak
Modified: struts/shale/trunk/tiger/src/test/org/apache/shale/tiger/view/faces/LifecycleListener2TestCase.java URL: http://svn.apache.org/viewvc/struts/shale/trunk/tiger/src/test/org/apache/shale/tiger/view/faces/LifecycleListener2TestCase.java?rev=408564&r1=408563&r2=408564&view=diff

svn commit: r408821 - /struts/action2/trunk/apps/pom.xml

2006-05-22 Thread wsmoak
Author: wsmoak Date: Mon May 22 20:02:18 2006 New Revision: 408821 URL: http://svn.apache.org/viewvc?rev=408821&view=rev Log: Added Cargo plugin configuration for apps. Usage: mvn package cargo:start -Dcargo.tomcat5x.home=/path/to/tomcat Modified: struts/action2/trunk/apps/pom.xml Modi

svn commit: r409031 - /struts/shale/trunk/build/project.properties

2006-05-23 Thread wsmoak
Author: wsmoak Date: Tue May 23 17:27:53 2006 New Revision: 409031 URL: http://svn.apache.org/viewvc?rev=409031&view=rev Log: Change remote repo from cvs.apache.org to people.apache.org. Maven does not follow redirects. Modified: struts/shale/trunk/build/project.properties Modi

svn commit: r409841 - in /struts/sandbox/trunk/tiles: pom.xml tiles-core/pom.xml tiles-test/ tiles-test/pom.xml tiles-test/src/ tiles-test/src/main/ tiles-test/src/main/webapp/

2006-05-27 Thread wsmoak
Author: wsmoak Date: Sat May 27 10:12:11 2006 New Revision: 409841 URL: http://svn.apache.org/viewvc?rev=409841&view=rev Log: [SB-19] Standalone Tiles - Maven 2 Reorganization Moved the tiles-test example app, and added a parent pom. Added: struts/sandbox/trunk/tiles/pom.xml (with p

svn commit: r409842 - /struts/sandbox/trunk/tiles-test/

2006-05-27 Thread wsmoak
Author: wsmoak Date: Sat May 27 10:14:57 2006 New Revision: 409842 URL: http://svn.apache.org/viewvc?rev=409842&view=rev Log: [SB-19] Standalone Tiles - Maven 2 Reorganization Removed the tiles-test example app, which was moved into sandbox/tiles in r409841. Removed: struts/sandbox/t

svn commit: r409847 - in /struts/sandbox/trunk/tiles: pom.xml tiles-test/pom.xml

2006-05-27 Thread wsmoak
Author: wsmoak Date: Sat May 27 10:58:56 2006 New Revision: 409847 URL: http://svn.apache.org/viewvc?rev=409847&view=rev Log: Removed svn:executable property. Modified: struts/sandbox/trunk/tiles/pom.xml (props changed) struts/sandbox/trunk/tiles/tiles-test/pom.xml (props cha

svn commit: r409904 - in /struts/sandbox/trunk/tiles: pom.xml tiles-core/pom.xml tiles-test/pom.xml

2006-05-27 Thread wsmoak
Author: wsmoak Date: Sat May 27 18:20:31 2006 New Revision: 409904 URL: http://svn.apache.org/viewvc?rev=409904&view=rev Log: Increment the version number to 0.3-SNAPSHOT before publishing new snapshots. Modified: struts/sandbox/trunk/tiles/pom.xml struts/sandbox/trunk/tiles/tiles-

svn commit: r409914 - in /struts/action2/trunk/apps: pom.xml portlet/pom.xml shopping-cart/pom.xml showcase/pom.xml

2006-05-27 Thread wsmoak
Author: wsmoak Date: Sat May 27 20:24:39 2006 New Revision: 409914 URL: http://svn.apache.org/viewvc?rev=409914&view=rev Log: Move the Spring dependencies into . Add build/finalName to remove the version number from the packaged webapp filename. Modified: struts/action2/trunk/apps/pom

svn commit: r409915 - /struts/action2/trunk/apps/showcase/pom.xml

2006-05-27 Thread wsmoak
Author: wsmoak Date: Sat May 27 20:33:37 2006 New Revision: 409915 URL: http://svn.apache.org/viewvc?rev=409915&view=rev Log: Add missing struts-core dependency to showcase. Modified: struts/action2/trunk/apps/showcase/pom.xml Modified: struts/action2/trunk/apps/showcase/pom.xml URL:

svn commit: r410003 - in /struts/action2/trunk/apps: pom.xml shopping-cart/pom.xml showcase/pom.xml

2006-05-28 Thread wsmoak
Author: wsmoak Date: Sun May 28 16:19:54 2006 New Revision: 410003 URL: http://svn.apache.org/viewvc?rev=410003&view=rev Log: Move struts-core out of because it is required by all example apps. Modified: struts/action2/trunk/apps/pom.xml struts/action2/trunk/apps/shopping-cart/pom

svn commit: r410010 - in /struts/action2/trunk/apps: blank/pom.xml pom.xml shopping-cart/pom.xml showcase/pom.xml starter/pom.xml

2006-05-28 Thread wsmoak
Author: wsmoak Date: Sun May 28 18:21:19 2006 New Revision: 410010 URL: http://svn.apache.org/viewvc?rev=410010&view=rev Log: Restore the section in apps/pom.xml. All of the example apps require both struts-core and Spring. Modified: struts/action2/trunk/apps/blank/pom.xml st

svn commit: r410110 - /struts/action/trunk/taglib/src/main/resources/META-INF/tld/struts-html.tld

2006-05-29 Thread wsmoak
Author: wsmoak Date: Mon May 29 08:46:02 2006 New Revision: 410110 URL: http://svn.apache.org/viewvc?rev=410110&view=rev Log: Errors can be stored in any scope, (not just request scope.) Modified: struts/action/trunk/taglib/src/main/resources/META-INF/tld/struts-html.tld Modified: st

svn commit: r410111 - /struts/action/trunk/apps/examples/src/main/webapp/exercise/logic-iterate.jsp

2006-05-29 Thread wsmoak
Author: wsmoak Date: Mon May 29 08:47:51 2006 New Revision: 410111 URL: http://svn.apache.org/viewvc?rev=410111&view=rev Log: Added an example of using a JSP expression for the 'collection' attribute. Modified: struts/action/trunk/apps/examples/src/main/webapp/exercise/log

svn commit: r410117 - /struts/action/trunk/el/src/main/resources/META-INF/tld/struts-html-el.tld

2006-05-29 Thread wsmoak
Author: wsmoak Date: Mon May 29 09:38:54 2006 New Revision: 410117 URL: http://svn.apache.org/viewvc?rev=410117&view=rev Log: Errors can be stored in any scope, (not just request scope.) See r410110 for similar changes to the html taglib TLD. Modified: struts/action/trunk/el/src/

svn commit: r410713 - in /struts/sandbox/trunk/archetypes/action-blank: README.txt pom.xml src/main/resources/archetype-resources/pom.xml

2006-05-31 Thread wsmoak
Author: wsmoak Date: Wed May 31 18:53:27 2006 New Revision: 410713 URL: http://svn.apache.org/viewvc?rev=410713&view=rev Log: Update the Struts Action Blank archetype version and dependencies. Modified: struts/sandbox/trunk/archetypes/action-blank/README.txt struts/sandbox/t

svn commit: r410734 - in /struts/sandbox/trunk/archetypes/shale-blank: ./ src/main/resources/META-INF/ src/main/resources/archetype-resources/ src/main/resources/archetype-resources/src/main/webapp-fi

2006-05-31 Thread wsmoak
Author: wsmoak Date: Wed May 31 21:02:16 2006 New Revision: 410734 URL: http://svn.apache.org/viewvc?rev=410734&view=rev Log: Update the Shale Blank archetype structure, version and dependencies. Added: struts/sandbox/trunk/archetypes/shale-blank/src/main/resources/archetype-resources

svn commit: r411023 - in /struts/shale/branches/mvn_reorg: pom.xml src/ src/site/ src/site/resources/ src/site/site.xml src/site/xdoc/ src/site/xdoc/navigation.xml src/site/xdoc/team-list.xml xdocs/

2006-06-01 Thread wsmoak
Author: wsmoak Date: Thu Jun 1 20:44:20 2006 New Revision: 411023 URL: http://svn.apache.org/viewvc?rev=411023&view=rev Log: [SHALE-179] Maven 2 reorg - website Added: struts/shale/branches/mvn_reorg/src/ struts/shale/branches/mvn_reorg/src/site/ struts/shale/branches/mvn_reorg

svn commit: r411025 - in /struts/shale/branches/mvn_reorg/core-library/src/main/resources: META-INF/ META-INF/faces-config.xml faces-config.xml org/apache/shale/validator/ org/apache/shale/validator/v

2006-06-01 Thread wsmoak
Author: wsmoak Date: Thu Jun 1 21:00:13 2006 New Revision: 411025 URL: http://svn.apache.org/viewvc?rev=411025&view=rev Log: [SHALE-179] Maven 2 reorg - core resources Added: struts/shale/branches/mvn_reorg/core-library/src/main/resources/META-INF/ struts/shale/branches/mvn_reorg/

svn commit: r411029 - in /struts/shale/branches/mvn_reorg/core-library/src/main: java/org/apache/shale/faces/ java/org/apache/shale/validator/ resources/ resources/META-INF/ resources/org/apache/shale

2006-06-01 Thread wsmoak
Author: wsmoak Date: Thu Jun 1 21:20:19 2006 New Revision: 411029 URL: http://svn.apache.org/viewvc?rev=411029&view=rev Log: [SHALE-179] Maven 2 reorg - core resources Added: struts/shale/branches/mvn_reorg/core-library/src/main/resources/META-INF/taglib.tld - copied unchanged

svn commit: r411030 - /struts/shale/branches/mvn_reorg/core-library/pom.xml

2006-06-01 Thread wsmoak
Author: wsmoak Date: Thu Jun 1 21:36:46 2006 New Revision: 411030 URL: http://svn.apache.org/viewvc?rev=411030&view=rev Log: [SHALE-179] Maven 2 reorg - core tests * Configure the 'documentRoot' system property for unit tests. Modified: struts/shale/branches/mvn_reorg/core-l

svn commit: r411038 - in /struts/shale/branches/mvn_reorg/tiger: nbproject/ src/conf/ src/java/ src/main/ src/main/java/ src/site/ src/site/site.xml src/site/xdoc/ src/site/xdoc/navigation.xml src/tes

2006-06-01 Thread wsmoak
Author: wsmoak Date: Thu Jun 1 22:07:02 2006 New Revision: 411038 URL: http://svn.apache.org/viewvc?rev=411038&view=rev Log: [SHALE-179] Maven 2 reorg - tiger Added: struts/shale/branches/mvn_reorg/tiger/src/main/ struts/shale/branches/mvn_reorg/tiger/src/main/java/ - copied

svn commit: r411048 - in /struts/shale/branches/mvn_reorg/tiger/src/main: java/org/apache/shale/tiger/faces/ java/org/apache/shale/tiger/resources/ resources/ resources/org/ resources/org/apache/ reso

2006-06-01 Thread wsmoak
Author: wsmoak Date: Thu Jun 1 22:30:36 2006 New Revision: 411048 URL: http://svn.apache.org/viewvc?rev=411048&view=rev Log: [SHALE-179] Maven 2 reorg - tiger resources Added: struts/shale/branches/mvn_reorg/tiger/src/main/resources/ struts/shale/branches/mvn_reorg/tiger/src/

svn commit: r411365 - in /struts/sandbox/trunk/archetypes/shale-blank/src/main/resources/archetype-resources: pom.xml src/main/webapp/messages.jspf

2006-06-02 Thread wsmoak
Author: wsmoak Date: Fri Jun 2 20:16:43 2006 New Revision: 411365 URL: http://svn.apache.org/viewvc?rev=411365&view=rev Log: Change the location of the resource bundle. (Maven Archetype currently will not put anything but Java sources in a package structure.) Add Jetty 6 pl

svn commit: r411369 - /struts/sandbox/trunk/archetypes/shale-blank/src/main/resources/archetype-resources/pom.xml

2006-06-02 Thread wsmoak
Author: wsmoak Date: Fri Jun 2 20:38:04 2006 New Revision: 411369 URL: http://svn.apache.org/viewvc?rev=411369&view=rev Log: Remove the Jetty plugin config. Based on the MyFaces archetype, Jetty 6 requires the ContextListener to be registered in web.xml. Modified: struts/sandbox/t

svn commit: r411372 - /struts/sandbox/trunk/archetypes/shale-blank/README.txt

2006-06-02 Thread wsmoak
Author: wsmoak Date: Fri Jun 2 20:51:38 2006 New Revision: 411372 URL: http://svn.apache.org/viewvc?rev=411372&view=rev Log: Remove obsolete instructions about moving Bundle.properties. Modified: struts/sandbox/trunk/archetypes/shale-blank/README.txt Modified: struts/sandbox/t

svn commit: r628325 - /struts/maven/trunk/struts-annotations/pom.xml

2008-02-16 Thread wsmoak
Author: wsmoak Date: Sat Feb 16 07:27:06 2008 New Revision: 628325 URL: http://svn.apache.org/viewvc?rev=628325&view=rev Log: WW-2421 Stage each struts-annotations release separately. Modified: struts/maven/trunk/struts-annotations/pom.xml Modified: struts/maven/trunk/struts-annotat

svn commit: r628499 - /struts/maven/trunk/struts-annotations/pom.xml

2008-02-17 Thread wsmoak
Author: wsmoak Date: Sun Feb 17 08:04:20 2008 New Revision: 628499 URL: http://svn.apache.org/viewvc?rev=628499&view=rev Log: Flatten the staging directory structure. Modified: struts/maven/trunk/struts-annotations/pom.xml Modified: struts/maven/trunk/struts-annotations/pom.xml URL:

svn commit: r628497 - /struts/maven/trunk/pom/pom.xml

2008-02-17 Thread wsmoak
Author: wsmoak Date: Sun Feb 17 07:57:17 2008 New Revision: 628497 URL: http://svn.apache.org/viewvc?rev=628497&view=rev Log: Stage each release separately. Sub-projects can override this if a different staging url is desired. Modified: struts/maven/trunk/pom/pom.xml Modified: st

  1   2   3   4   >