Re: Struts Scripting _test_ build

2005-12-03 Thread Don Brown
Wendy Smoak wrote: I looked around, and didn't find anything horribly wrong. :) Here's my list: The .jar file is missing NOTICE.txt. (I can't find the message, but I think Phil on commons-dev mentioned that Maven should _automatically_ handle NOTICE.txt. It might be something added recently

Re: Struts Scripting _test_ build

2005-12-03 Thread Don Brown
Rahul Akolkar wrote: Hi Don - Some comments/questions below: Binary distro: 1) The struts-scripting-1.0.0.jar inside the struts-example.war is different from the one outside. Is that expected? 2) The one outside the war doesn't have a NOTICE in META-INF (the one inside the war doesn't have N

svn commit: r353830 - in /struts/scripting/trunk: ./ src/java/org/apache/struts/scripting/ xdocs/

2005-12-03 Thread mrdon
Author: mrdon Date: Sat Dec 3 23:43:30 2005 New Revision: 353830 URL: http://svn.apache.org/viewcvs?rev=353830&view=rev Log: Added NOTICE.txt to jar, fixed mismatched jars in distro and example, fixed download link, cleaned imports Modified: struts/scripting/trunk/build.xml struts/scrip

Re: Struts Scripting _test_ build

2005-12-03 Thread Wendy Smoak
On 12/3/05, Don Brown <[EMAIL PROTECTED]> wrote: > Since this is my first Struts release, I created a test build [1] for > the Struts Scripting 1.0.0 release that I'd like some feedback, por > favor, from the distribution gods (I'm looking at you Martin, Niall, and > Wendy) :) If no one sees anyth

Re: Struts Scripting _test_ build

2005-12-03 Thread Rahul Akolkar
On 12/4/05, Don Brown <[EMAIL PROTECTED]> wrote: > Since this is my first Struts release, I created a test build [1] for > the Struts Scripting 1.0.0 release that I'd like some feedback, por > favor, from the distribution gods (I'm looking at you Martin, Niall, and > Wendy) :) If no one sees anyth

Struts Scripting _test_ build

2005-12-03 Thread Don Brown
Since this is my first Struts release, I created a test build [1] for the Struts Scripting 1.0.0 release that I'd like some feedback, por favor, from the distribution gods (I'm looking at you Martin, Niall, and Wendy) :) If no one sees anything horribly wrong, I'd like to roll the release and

[Struts Wiki] Update of "StrutsScriptingRelease100" by DonBrown

2005-12-03 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Struts Wiki" for change notification. The following page has been changed by DonBrown: http://wiki.apache.org/struts/StrutsScriptingRelease100 --

DO NOT REPLY [Bug 37778] - Enhance LocaleAction to customize forward

2005-12-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 37778] New: - Enhance LocaleAction to customize forward

2005-12-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

[Struts Wiki] Update of "StrutsScriptingRelease100" by DonBrown

2005-12-03 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Struts Wiki" for change notification. The following page has been changed by DonBrown: http://wiki.apache.org/struts/StrutsScriptingRelease100 --

Re: svn commit: r353807 - in /struts/scripting/trunk: maven.xml project.xml xdocs/README.xsl xdocs/index.xml xdocs/navigation.xml xdocs/source-guide.xml

2005-12-03 Thread Don Brown
Thanks, I think I got them all. Let me know if I missed something. Don Wendy Smoak wrote: On 12/3/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Author: mrdon Date: Sat Dec 3 19:51:00 2005 New Revision: 353807 URL: http://svn.apache.org/viewcvs?rev=353807&view=rev +

svn commit: r353816 - in /struts/scripting/trunk: ./ src/java/org/apache/struts/scripting/ xdocs/

2005-12-03 Thread mrdon
Author: mrdon Date: Sat Dec 3 21:09:33 2005 New Revision: 353816 URL: http://svn.apache.org/viewcvs?rev=353816&view=rev Log: Svn prop cleanups, build cleanups, added xdocs to src distro Modified: struts/scripting/trunk/LICENSE.CheckStyle (props changed) struts/scripting/trunk/LICENSE.t

Re: svn commit: r353807 - in /struts/scripting/trunk: maven.xml project.xml xdocs/README.xsl xdocs/index.xml xdocs/navigation.xml xdocs/source-guide.xml

2005-12-03 Thread Wendy Smoak
On 12/3/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Author: mrdon > Date: Sat Dec 3 19:51:00 2005 > New Revision: 353807 > > URL: http://svn.apache.org/viewcvs?rev=353807&view=rev > + Don, before you tag it, can you please add compile to these two? The project.xml file

svn commit: r353813 - in /struts/scripting/trunk: build.xml maven.xml project.xml

2005-12-03 Thread mrdon
Author: mrdon Date: Sat Dec 3 20:39:17 2005 New Revision: 353813 URL: http://svn.apache.org/viewcvs?rev=353813&view=rev Log: Minor cleanups, changed bsh to 1.3.0, marking for 1.0.0 release Modified: struts/scripting/trunk/build.xml struts/scripting/trunk/maven.xml struts/scripting/tr

Re: FAQs

2005-12-03 Thread Martin Cooper
On 12/3/05, Ted Husted <[EMAIL PROTECTED]> wrote: > > +1 = works for me! > > Is anyone volunteering to move over what we already got? I'm trying to keep myself focussed on getting FileUpload 1.1 finished up right now, but after that's done, I'm willing to put my money where my mouth is, and take

Generated release notes (was Re: svn commit: r353807 - in /struts/scripting/trunk: ...)

2005-12-03 Thread Don Brown
I was walking through the release checklist and saw I had to make release notes. Being an avid fan of the DRY (Don't Repeat Yourself) principle, I created a stylesheet that generates release notes/readme files from available documentation. It is still kind of a custom stylesheet (rather than

Re: FAQs

2005-12-03 Thread Ted Husted
+1 = works for me! Is anyone volunteering to move over what we already got? -Ted. > On 12/3/05, Martin Cooper <[EMAIL PROTECTED]> wrote: > > Having recently discovered the Maven FAQ plugin, I'm thinking that we might > > want to use that for the Struts FAQs, rather than maintaining them by hand.

svn commit: r353807 - in /struts/scripting/trunk: maven.xml project.xml xdocs/README.xsl xdocs/index.xml xdocs/navigation.xml xdocs/source-guide.xml

2005-12-03 Thread mrdon
Author: mrdon Date: Sat Dec 3 19:51:00 2005 New Revision: 353807 URL: http://svn.apache.org/viewcvs?rev=353807&view=rev Log: * Adding a source code guide * Adding a goal for generating the readme/release notes automatically from available website and Maven information Added: struts/scri

DO NOT REPLY [Bug 30034] - Locale feature is unsatisfactory

2005-12-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 37773] - [Shale] Clay ForEach component

2005-12-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 37773] - [Shale] Clay ForEach component

2005-12-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 37773] - [Shale] Clay ForEach component

2005-12-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 37774] New: - [Shale] Clay ForEach component

2005-12-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 37773] - [Shale] Clay ForEach component

2005-12-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 37773] New: - [Shale] Clay ForEach component

2005-12-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: PDF documentation

2005-12-03 Thread Wendy Smoak
On 12/3/05, Martin Cooper <[EMAIL PROTECTED]> wrote: > This looks really good. The only gripe I would have is that it would be nice > if we could adjust the column widths in the tag attribute descriptions. As > it is now, it looks like the space is distributed evenly between the > columns, but it w

Re: [VOTE] Confirm Shale 1.0.0 Test Build Release Plan

2005-12-03 Thread David Durham
Craig McClanahan wrote: Call it a social experiment :-). I'm continually amazed at how many people treat open source projects as a binary distribution, and never bother to go get the source. Several commons packages, as well as Spring, do it this way ... I want to see if it encourages people to

DO NOT REPLY [Bug 37392] - [docs] Indentation and URLs in taglibdoc summaries

2005-12-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 37392] - [docs] Indentation and URLs in taglibdoc summaries

2005-12-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: FAQs

2005-12-03 Thread Hubert Rabago
+1 Hubert On 12/3/05, Martin Cooper <[EMAIL PROTECTED]> wrote: > Having recently discovered the Maven FAQ plugin, I'm thinking that we might > want to use that for the Struts FAQs, rather than maintaining them by hand. - To unsu

Re: FAQs

2005-12-03 Thread Don Brown
+1 Martin Cooper wrote: Having recently discovered the Maven FAQ plugin, I'm thinking that we might want to use that for the Struts FAQs, rather than maintaining them by hand. With the plugin, you only need to write the questions and answers, and the plugin deals with creating a TOC / list of l

FAQs

2005-12-03 Thread Martin Cooper
Having recently discovered the Maven FAQ plugin, I'm thinking that we might want to use that for the Struts FAQs, rather than maintaining them by hand. With the plugin, you only need to write the questions and answers, and the plugin deals with creating a TOC / list of links at the top of the page,

Re: [Standalone Tiles] Major Refactoring (Long)

2005-12-03 Thread Craig McClanahan
On 12/3/05, Joe Germuska <[EMAIL PROTECTED]> wrote: > > At 11:19 PM -0700 12/2/05, Wendy Smoak wrote: > >On 12/2/05, Joe Germuska <[EMAIL PROTECTED]> wrote: > > > >> In short, it builds a JAR with a timestamped version (like > >> struts-core-20051106.203359.jar) and then makes a copy of it with t

Re: PDF documentation

2005-12-03 Thread Martin Cooper
This looks really good. The only gripe I would have is that it would be nice if we could adjust the column widths in the tag attribute descriptions. As it is now, it looks like the space is distributed evenly between the columns, but it would be much better if we could shrink down the widths of the

svn commit: r351993 - in /struts/shale/trunk/clay-plugin/src/java/org/apache/shale/clay/component/chain: AbstractCommand.java CreateComponentCommand.java

2005-12-03 Thread gvanmatre
Author: gvanmatre Date: Sat Dec 3 10:02:33 2005 New Revision: 351993 URL: http://svn.apache.org/viewcvs?rev=351993&view=rev Log: Removed tab alignment Modified: struts/shale/trunk/clay-plugin/src/java/org/apache/shale/clay/component/chain/AbstractCommand.java struts/shale/trunk/clay-pl

Re: [Standalone Tiles] Major Refactoring (Long)

2005-12-03 Thread Wendy Smoak
On 12/3/05, Joe Germuska <[EMAIL PROTECTED]> wrote: > At 11:19 PM -0700 12/2/05, Wendy Smoak wrote: > >tiles-core-0.2-20051203.01.jar 02-Dec-2005 21:56 82K > >tiles-core-0.2-20051203.060733.jar 02-Dec-2005 22:07 82K > >tiles-core-0.2-SNAPSHOT.jar 02-Dec-2005 22:07 8

svn commit: r351991 - in /struts/shale/trunk/clay-plugin/src/java/org/apache/shale/clay/component/chain: AbstractCommand.java AssignChildrenCommand.java CreateComponentCommand.java

2005-12-03 Thread gvanmatre
Author: gvanmatre Date: Sat Dec 3 09:30:55 2005 New Revision: 351991 URL: http://svn.apache.org/viewcvs?rev=351991&view=rev Log: Minor refactoring to make the Clay symbol replacement case insensitive. Modified: struts/shale/trunk/clay-plugin/src/java/org/apache/shale/clay/component/chain/Ab

PDF documentation

2005-12-03 Thread Wendy Smoak
Somewhere on the website conversion plan is "PDF version of the site". I've been trying it occasionally, reporting issues and working with Lukas and Arnaud on [EMAIL PROTECTED] to fix the problems. Here's a preview of the Struts Tiles doc that Greg has been working on: http://struts.apache.org

svn commit: r351981 - in /struts/tiles/trunk: project.properties project.xml xdocs/pdf-navigation.xml

2005-12-03 Thread wsmoak
Author: wsmoak Date: Sat Dec 3 08:33:53 2005 New Revision: 351981 URL: http://svn.apache.org/viewcvs?rev=351981&view=rev Log: Added configuration for PDF generation. Currently, version 2.5-SNAPSHOT of the PDF plugin must be built from source before 'maven pdf' will work. Added: struts/tile

Re: [Standalone Tiles] Major Refactoring (Long)

2005-12-03 Thread Joe Germuska
At 11:19 PM -0700 12/2/05, Wendy Smoak wrote: On 12/2/05, Joe Germuska <[EMAIL PROTECTED]> wrote: In short, it builds a JAR with a timestamped version (like struts-core-20051106.203359.jar) and then makes a copy of it with the name struts-core-SNAPSHOT.jar So for my team, if we are dependin

svn commit: r351949 - in /struts: action/trunk/xdocs/faqs/kickstart.xml site/trunk/xdocs/faqs.xml

2005-12-03 Thread husted
Author: husted Date: Sat Dec 3 06:04:46 2005 New Revision: 351949 URL: http://svn.apache.org/viewcvs?rev=351949&view=rev Log: site * Add the FAQS index page.html action * Correct HTML for title. Added: struts/site/trunk/xdocs/faqs.xml Modified: struts/action/trunk/xdocs/faqs/kickstart.x

svn commit: r351947 - in /struts: action/trunk/xdocs/faqs/kickstart.xml site/trunk/xdocs/announce.xml site/trunk/xdocs/kickstart.xml site/trunk/xdocs/navigation.xml

2005-12-03 Thread husted
Author: husted Date: Sat Dec 3 05:57:18 2005 New Revision: 351947 URL: http://svn.apache.org/viewcvs?rev=351947&view=rev Log: site * Add a KickStart FAQ with entries for Ti and OverDrive. action * Remove FAQ entries now covered by the Site kickstart. Modified: struts/action/trunk/xdocs/faq

[EMAIL PROTECTED]: Project struts-taglib (in module struts) failed

2005-12-03 Thread Stefan Bodewig
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project struts-taglib has an issue affecting its community integration. This issue affect

[EMAIL PROTECTED]: Project struts-taglib (in module struts) failed

2005-12-03 Thread Stefan Bodewig
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project struts-taglib has an issue affecting its community integration. This issue affect

svn commit: r351929 - /struts/site/trunk/xdocs/kickstart.xml

2005-12-03 Thread husted
Author: husted Date: Sat Dec 3 04:44:19 2005 New Revision: 351929 URL: http://svn.apache.org/viewcvs?rev=351929&view=rev Log: Copy kickstart FAQ to site to move some of the questions over Added: struts/site/trunk/xdocs/kickstart.xml - copied unchanged from r351928, struts/action/trunk

svn commit: r351918 - /struts/action/trunk/xdocs/faqs/kickstart.xml

2005-12-03 Thread husted
Author: husted Date: Sat Dec 3 04:34:07 2005 New Revision: 351918 URL: http://svn.apache.org/viewcvs?rev=351918&view=rev Log: kickstart.xml * Update references from Core to Action * Reorganize questions so that the "site" questions are grouped together. ** Next step is to move this to a site FA