Re: @author tags in Struts code

2004-01-10 Thread Paul Sundling
That means a lot coming from you Craig! I want to get some feedback on some other changes I'd like to suggest: on http://jakarta.apache.org/struts/volunteers.html (volunteer.xml) the current section order is: Source Code Contributers Documentation Contributers Active Committers Emeritus

list of authors

2004-01-10 Thread Paul Sundling
I forgot to attach the list of author tags and their status for the curious. Paul Sundling * @author Anthony Kay [ADD] * @author Arron Bates [listed] * @author Cedric Dumoulin [listed] * @author Craig McClanahan [on list already as Craig McClanahan] * @author Craig R. McClanahan [listed] *

DO NOT REPLY [Bug 26036] New: - Remove author tag and consolidate under volunteer.html

2004-01-10 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26036. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 26036] - Remove author tag and consolidate under volunteer.html

2004-01-10 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26036. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 26036] - Remove author tag and consolidate under volunteer.html

2004-01-10 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26036. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: @author tags in Struts code

2004-01-10 Thread Martin Cooper
On Fri, 9 Jan 2004, Paul Sundling wrote: That means a lot coming from you Craig! I want to get some feedback on some other changes I'd like to suggest: on http://jakarta.apache.org/struts/volunteers.html (volunteer.xml) the current section order is: Source Code Contributers

DO NOT REPLY [Bug 26036] - Remove author tag and consolidate under volunteer.html

2004-01-10 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26036. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: begining with struts

2004-01-10 Thread Paul Sundling
Have you tried the struts user list? That's a more appropriate place to address a question like this. You emailed the developer list. Since the root cause is not finding a class you might start by making sure that you have the struts.jar and other dependent libraries somewhere that tomcat

DO NOT REPLY [Bug 26036] - Remove author tag and consolidate under volunteer.html

2004-01-10 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26036. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: DO NOT REPLY [Bug 26036] - Remove author tag and consolidate under volunteer.html

2004-01-10 Thread David Graham
I got an error email response from the apache mail server because the commit message was so large so I don't think struts-dev will receive notification. The patch and commit worked flawlessly though. David --- [EMAIL PROTECTED] wrote: DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG

Re: DO NOT REPLY [Bug 26036] - Remove author tag and consolidate under volunteer.html

2004-01-10 Thread Paul Sundling
That's probably just as well. Otherwise everyone would get like 385 commit messages.Glad to hear it went OK. Paul Sundling David Graham wrote: I got an error email response from the apache mail server because the commit message was so large so I don't think struts-dev will receive

cvs commit: jakarta-struts/src/share/org/apache/struts/util ServletContextWriter.java TokenProcessor.java

2004-01-10 Thread dgraham
dgraham 2004/01/10 13:19:57 Modified:src/share/org/apache/struts/util ServletContextWriter.java TokenProcessor.java Log: Fixed Apache license. Revision ChangesPath 1.4 +13 -17

cvs commit: jakarta-struts/src/share/org/apache/struts/util WildcardHelper.java

2004-01-10 Thread dgraham
dgraham 2004/01/10 13:20:48 Modified:src/share/org/apache/struts/util WildcardHelper.java Log: Fixed Apache license. Revision ChangesPath 1.3 +59 -56 jakarta-struts/src/share/org/apache/struts/util/WildcardHelper.java Index: WildcardHelper.java

cvs commit: jakarta-struts/src/share/org/apache/struts/config ActionConfigMatcher.java

2004-01-10 Thread dgraham
dgraham 2004/01/10 13:29:12 Modified:src/share/org/apache/struts/util WildcardHelper.java src/share/org/apache/struts/config ActionConfigMatcher.java Log: Changed WildcardHelper methods from statics to instance methods to allow subclasses to override and customize

Re: DO NOT REPLY [Bug 26036] - Remove author tag and consolidate under volunteer.html

2004-01-10 Thread David Graham
--- Paul Sundling [EMAIL PROTECTED] wrote: That's probably just as well. Otherwise everyone would get like 385 commit messages.Glad to hear it went OK. No, it's just one huge commit email because I committed all the changes at once. Thanks again for the patch. David Paul Sundling

Re: maven checkstyle report

2004-01-10 Thread Joe Germuska
1. License file check errors: There is a check to make sure all the source code begins with the license. This is generating errors because the copyrights don't all follow the same years as what it expects to find. It does lead me to question how the years in the copyrights are updated.

Re: maven checkstyle report

2004-01-10 Thread Paul Sundling
Actually, I was realizing that Option 2 is only a quick fix, not a solution and that eventually there will still be a bunch of tab errors. Realizing that we'll be accepting code from people who may or may not be using tabs, it's likely to be a persistant error... Some assistance could be

Re: maven checkstyle report

2004-01-10 Thread David Graham
--- Joe Germuska [EMAIL PROTECTED] wrote: 1. License file check errors: There is a check to make sure all the source code begins with the license. This is generating errors because the copyrights don't all follow the same years as what it expects to find. It does lead me to question how

cvs commit: jakarta-struts/contrib project.xml

2004-01-10 Thread sraeburn
sraeburn2004/01/10 15:43:51 Modified:contrib project.xml Log: Add missing closing tag for dependencies Revision ChangesPath 1.3 +1 -0 jakarta-struts/contrib/project.xml Index: project.xml

Maven status

2004-01-10 Thread David Graham
We have duplicate documentation files in the maven xdocs directory and in the usual docs directory. I updated the docs version of volunteers.xml today and am not looking forward to updating the xdocs version of the same file. What is the status of the Maven build and when are we completely

RE: Maven status

2004-01-10 Thread Steve Raeburn
The Maven xdocs are not supposed to be maintained (yet). I only copied them there originally to experiment with the Maven build process. When we're happy with the Maven build, the documentation will be automatically converted so there is no need to maintain both. Steve -Original

Re: maven checkstyle report

2004-01-10 Thread Indrajit Raychaudhuri
- Original Message - From: Paul Sundling [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Sent: Sunday, 11 January, 2004 04:27 Subject: Re: maven checkstyle report Actually, I was realizing that Option 2 is only a quick fix, not a solution and that eventually there will