Re: Struts taglib docs

2005-09-03 Thread Wendy Smoak
From: "Laurie Harper" <[EMAIL PROTECTED]> Wendy, IIRC you were working on getting the taglib documentation included in the TLD files, which would facilitate the use of TldDoc. Is that done in trunk and, if so, what do I need to do to build a set of TLDs ready to feed to TldDoc (or, what do I nee

Struts taglib docs

2005-09-03 Thread Laurie Harper
Wendy, IIRC you were working on getting the taglib documentation included in the TLD files, which would facilitate the use of TldDoc. Is that done in trunk and, if so, what do I need to do to build a set of TLDs ready to feed to TldDoc (or, what do I need to do to get TldDoc-generated taglib do

Re: Test failures in struts-tiles (was: svn commit: r265661)

2005-09-03 Thread Wendy Smoak
From: "Niall Pemberton" <[EMAIL PROTECTED]> Appears that maven expects a class named Test to be a JUint test. I've renamed TestI18nFactorySet to CustomI18nFactorySet and it now works. Maven itself doesn't expect anything in particular. It's coming from build/project.xml:

svn commit: r278553 - /struts/shale/trunk/clay-plugin/src/java/org/apache/shale/clay/config/beans/ComponentConfigBean.java

2005-09-03 Thread craigmcc
Author: craigmcc Date: Sat Sep 3 20:24:31 2005 New Revision: 278553 URL: http://svn.apache.org/viewcvs?rev=278553&view=rev Log: Replace a 1.5 only construct with equivalent code that works on 1.4. Modified: struts/shale/trunk/clay-plugin/src/java/org/apache/shale/clay/config/beans/Component

DO NOT REPLY [Bug 36490] New: - [shale] Rolodex usecase does not work with MyFaces 1.0.10 (20050902)

2005-09-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

svn commit: r267521 - in /struts/shale/trunk/clay-plugin/src: java/org/apache/shale/clay/parser/AttributeTokenizer.java java/org/apache/shale/clay/parser/Node.java test/org/apache/shale/clay/parser/Pa

2005-09-03 Thread gvanmatre
Author: gvanmatre Date: Sat Sep 3 17:14:51 2005 New Revision: 267521 URL: http://svn.apache.org/viewcvs?rev=267521&view=rev Log: Bug#: 35839 [shale] Clay processes components inside HTML comments Modified: struts/shale/trunk/clay-plugin/src/java/org/apache/shale/clay/parser/AttributeToken

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

2005-09-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-core has an issue affecting its community integration. This issue affects

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

2005-09-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-core has an issue affecting its community integration. This issue affects

Re: Test failures in struts-tiles (was: svn commit: r265661)

2005-09-03 Thread Niall Pemberton
Apologies, I ran the tests in 1.2 (using ant), but not 1.3 (using maven). Appears that maven expects a class named Test to be a JUint test. I've renamed TestI18nFactorySet to CustomI18nFactorySet and it now works. I didn't add the new tests to the sandbox/standalone tiles - it needs a ServletR

DO NOT REPLY [Bug 16764] - No inheritance of html:html xhtml="true" in included tiles

2005-09-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 35839] - [shale] Clay processes components inside HTML comments

2005-09-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

svn commit: r267476 - in /struts/tiles/trunk/src/test/org/apache/struts/tiles: CustomI18nFactorySet.java TestI18nFactorySet.java TestTilesPlugin.java

2005-09-03 Thread niallp
Author: niallp Date: Sat Sep 3 08:56:27 2005 New Revision: 267476 URL: http://svn.apache.org/viewcvs?rev=267476&view=rev Log: Rename TestI18nFactorySet to CustomI18nFactorySet Added: struts/tiles/trunk/src/test/org/apache/struts/tiles/CustomI18nFactorySet.java - copied, changed from r

svn commit: r267475 - in /struts/core/branches/STRUTS_1_2_BRANCH/src/test/org/apache/struts/tiles: CustomI18nFactorySet.java TestI18nFactorySet.java TestTilesPlugin.java

2005-09-03 Thread niallp
Author: niallp Date: Sat Sep 3 08:55:40 2005 New Revision: 267475 URL: http://svn.apache.org/viewcvs?rev=267475&view=rev Log: Rename TestI18nFactorySet to CustomI18nFactorySet Added: struts/core/branches/STRUTS_1_2_BRANCH/src/test/org/apache/struts/tiles/CustomI18nFactorySet.java - co

DO NOT REPLY [Bug 35839] - [shale] Clay processes components inside HTML comments

2005-09-03 Thread bugzilla
cessing. One scenario that chokes the > > parser is as follows: > > > > > > > > Fixed in the 20050903 nightly build. > Still problems with comments :( > > > Some Text > > More Text > > Fixed a problem but created

svn commit: r267474 - in /struts/shale/trunk/clay-plugin/src: java/org/apache/shale/clay/parser/Parser.java test/org/apache/shale/clay/parser/ParserTestCase.java

2005-09-03 Thread gvanmatre
Author: gvanmatre Date: Sat Sep 3 08:42:54 2005 New Revision: 267474 URL: http://svn.apache.org/viewcvs?rev=267474&view=rev Log: Bug#: 35839 [shale] Clay processes components inside HTML comments Modified: struts/shale/trunk/clay-plugin/src/java/org/apache/shale/clay/parser/Parser.java