Master pom and pmd plugin

2008-01-14 Thread Simon Kitching
Hi All, Currently the master pom (5-SNAPSHOT) defines the pmd plugin in the reporting section. Unfortunately it appears that while most maven report plugins are smart enough not to generate any output if they have no input files, pmd does not do this. As a result, every project module (which

[jira] Created: (TOBAGO-594) tc:columnEvent does not work with selectable=none

2008-01-14 Thread Helmut Swaczinna (JIRA)
tc:columnEvent does not work with selectable=none --- Key: TOBAGO-594 URL: https://issues.apache.org/jira/browse/TOBAGO-594 Project: MyFaces Tobago Issue Type: Bug Components: Core,

Re: Taglibdoc documentation is missing for Core 1.1 and Core 1.2 projects

2008-01-14 Thread Paul Spencer
Simon, Thank you for correct the taglib documentation. Paul Spencer simon wrote: I looked into it a bit more. Core 11 impl did have a tlddoc report. Core 1.2 did not for some reason, but just regenerating the site fixed that. Odd. I've cleaned up the site a bit more anyway, and in particular

Re: Master pom and pmd plugin

2008-01-14 Thread Manfred Geiler
I could live with (3) --Manfred On Jan 14, 2008 11:55 AM, Simon Kitching [EMAIL PROTECTED] wrote: Hi All, Currently the master pom (5-SNAPSHOT) defines the pmd plugin in the reporting section. Unfortunately it appears that while most maven report plugins are smart enough not to generate

Re: [Trinidad] New Setting to turn on/off animation in the system

2008-01-14 Thread Matt Cooper
I like this because this will allow the ability to customize the setting on a per-user basis. Thank you guys, Matt On Jan 12, 2008 12:03 AM, Matthias Wessendorf [EMAIL PROTECTED] wrote: Sounds interesting. Actually, it would be good, to start polish our renderers and put in some more fancy

[jira] Commented: (MYFACES-1794) MF Core causes resources not found(404) errors (recently also corrected in Sun RI for JSF 1.2)

2008-01-14 Thread Simon Kitching (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12558651#action_12558651 ] Simon Kitching commented on MYFACES-1794: - Wolf, have you retested with the

[jira] Resolved: (MYFACES-1513) myfaces-api has unnecessary commons-digester dependency

2008-01-14 Thread Simon Kitching (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Kitching resolved MYFACES-1513. - Resolution: Fixed Digester dependency moved from api to impl, upgraded to 1.8 (in both

[jira] Commented: (MYFACES-1754) WebXmlParser fails parsing valid web.xml file

2008-01-14 Thread Simon Kitching (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12558646#action_12558646 ] Simon Kitching commented on MYFACES-1754: - Seconded. I've just struck this same

[jira] Commented: (MYFACES-730) 1.1.1RC3 jar interferes with Tomcat undeploy

2008-01-14 Thread Simon Kitching (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12558662#action_12558662 ] Simon Kitching commented on MYFACES-730: Any feedback on this? If not, this should

[Announce] Release of Apache MyFaces Trinidad 1.0.5

2008-01-14 Thread Matthias Wessendorf
The Apache MyFaces Trinidad team is pleased to announce the release of Apache MyFaces Trinidad Core 1.0.5. Apache MyFaces Trinidad is a JavaServer(tm) Faces 1.1 component library. Trinidad Core 1.0.5 is available in both binary and source distributions: *

Result (was Re: [VOTE] Release of Trinidad 1.2.5)

2008-01-14 Thread Matthias Wessendorf
Thanks for voting. the release is out and I'll send out the required announcement later. All votes were +1: -Simon Lessard -Grant Smith -Matt Cooper -Gabrielle Crawford -Scott O'Bryan -Andrew Robinson -Bruno Aranda -Matthias Wessendorf On Jan 13, 2008 12:19 PM, Simon Lessard [EMAIL PROTECTED]

Result (was Re: [VOTE] Release of Trinidad 1.0.5)

2008-01-14 Thread Matthias Wessendorf
Thanks for voting. the release is out and I'll send out the required announcement later. All votes were +1: -Simon Lessard -Grant Smith -Matt Cooper -Gabrielle Crawford -Scott O'Bryan -Andrew Robinson -Matthias Wessendorf On Jan 13, 2008 12:18 PM, Simon Lessard [EMAIL PROTECTED] wrote: +1

[Announce] Release of Apache MyFaces Trinidad 1.2.5

2008-01-14 Thread Matthias Wessendorf
The Apache MyFaces Trinidad team is pleased to announce the release of Apache MyFaces Trinidad Core 1.2.5. Apache MyFaces Trinidad is a JavaServer(tm) Faces 1.1 component library. Trinidad Core 1.2.5 is available in both binary and source distributions: *

[jira] Created: (TRINIDAD-895) faces-config does not include converter and validator attributes

2008-01-14 Thread Gabrielle Crawford (JIRA)
faces-config does not include converter and validator attributes Key: TRINIDAD-895 URL: https://issues.apache.org/jira/browse/TRINIDAD-895 Project: MyFaces Trinidad Issue

[jira] Resolved: (TRINIDAD-878) Overhaul ConverterTagGenerator's writeCreateConverter()

2008-01-14 Thread JIRA
[ https://issues.apache.org/jira/browse/TRINIDAD-878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias Weßendorf resolved TRINIDAD-878. - Resolution: Fixed Fix Version/s: 1.2.6-plugins Overhaul

Re: svn commit: r608424 - /myfaces/trinidad-maven/trunk/maven-faces-plugin/src/main/java/org/apache/myfaces/trinidadbuild/plugin/faces/generator/taglib/MyFacesComponentTagGenerator.java

2008-01-14 Thread Matthias Wessendorf
so, we can close MYFACES-1790, right? Once 1.2.6 of plugins is out, the 1.2.1 release can continue -M On Jan 3, 2008 2:38 AM, [EMAIL PROTECTED] wrote: Author: imario Date: Thu Jan 3 02:38:55 2008 New Revision: 608424 URL: http://svn.apache.org/viewvc?rev=608424view=rev Log: workaround

UIInput.resetValue()

2008-01-14 Thread Matthias Wessendorf
Hi, the resetValue() method was added directly to UIinput, instead to a proper interface (EditableValueHolder). I guess this was done, to not break impls of that interface. IMO this is wrong and should (at least in JSF2) be part of the EditableValueHolder interface. Since JSF2 will bring much