Questions about the schedule component

2005-11-29 Thread Paul Spencer
patches is via JIRA? Paul Spencer

Re: [jira] Commented: (MYFACES-888) Classes for Schedule Entry, Title, and Subtitle should be optional parameters to the tag.

2005-12-05 Thread Paul Spencer
Jurgen, Where does this fit on your schedule? I would like to create a patch based the changes posted in JIRA if you are not able to get to it. Paul Spencer Jurgen Lust (JIRA) wrote: [ http://issues.apache.org/jira/browse/MYFACES-888?page=comments#action_12358857 ] Jurgen Lust

Question about adding CSS Style and Class configuration to the schedule component

2005-12-08 Thread Paul Spencer
though is to just add optional attributes to the tag. My concern is, at what point does the attribute list become to long. Paul Spencer

Re: [jira] Commented: (MYFACES-888) Classes for Schedule Entry, Title, and Subtitle should be optional parameters to the tag.

2005-12-12 Thread Paul Spencer
Jurgen,, The more I looking into this, the more I need to understand. So, do not wait for me to provide a patch any time soon. I would like to know where this fits into your schedule. Paul Spencer Paul Spencer wrote: Jurgen, Where does this fit on your schedule? I would like to create

Re: Code generation documentation?

2005-12-13 Thread Paul Spencer
unpatched once the generator is fixed. o It is unlikely that I will have time to work on the code generator. o The correct URL is https://svn.apache.org/repos/asf/myfaces/legacy/tags/before_svn_reorg/src/codegen/org/apache/myfaces/codegen/ Paul Spencer Mike Kienenberger wrote: Code generation

Upgrading MyFaces dependency in a project's Maven2 pom.xml?

2006-04-17 Thread Paul Spencer
Started sections of the documentation should address Maven dependencies. I would also like to thank the MyFaces developers for their work. Paul Spencer

Re: [Important] Ugly bug in core pom.xml for 1.1.2 and 1.1.3

2006-04-24 Thread Paul Spencer
enabledtrue/enabled /snapshots idapache-maven-snapshots/id urlhttp://cvs.apache.org/maven-snapshot-repository/url /repository /repositories The web application built cleanly and ran as expected. Paul Spencer Manfred Geiler wrote: On 4/24/06, Sean

Re: [important] 1.5 in core

2006-05-01 Thread Paul Spencer
What is the address of the myfaces repo? What is the version number in the repo? I do not see a version, or snapshot, dated today in http://cvs.apache.org/maven-snapshot-repository/org/apache/myfaces/core/. Paul Spencer Sean Schofield wrote: FYI I put a new RC up on the myfaces repo. TCK

Re: [important] 1.5 in core

2006-05-01 Thread Paul Spencer
What is the address of the myfaces repo? I do not see a version, or snapshot, dated today in http://cvs.apache.org/maven-snapshot-repository/org/apache/myfaces/core/. Paul Spencer Sean Schofield wrote: FYI I put a new RC up on the myfaces repo. TCK testing should begin shortly. Lets

Re: [important] 1.5 in core

2006-05-01 Thread Paul Spencer
Dennis, Based on Sean's earlier post, you are correct Some how this got posted twice, probably my fault. Thank you Paul Spencer Dennis Byrne wrote: I am pretty sure you are looking for myfaces-impl-1.1.3.jar under http://myfaces.zones.apache.org/dist/maven-repository/org/apache/myfaces

Re: [jira] Commented: (MYFACES-1296) NullpointerException in JspStateManager

2006-05-02 Thread Paul Spencer
If it is the same problem, then it exist in the 1.1.3 release candidate posted in the myfaces repo. I am using the 1.1.3 jars in the myfaces repository. http://myfaces.zones.apache.org/dist/maven-repository Paul Spencer Mario Ivankovits (JIRA) wrote: [ http://issues.apache.org/jira/browse/MYFACES-1296

Continuum Build error related to Myfaces Core 1.1.4-SNAPSHOT

2006-05-03 Thread Paul Spencer
' svn: PROPFIND of '/repos/asf/myfaces/core/trunk': could not connect to server (http://svn.apache.org) --- The problem may no be limited to just this project. Paul Spencer

myfaces.zones.apache.org is down

2006-05-15 Thread Paul Spencer
The site zones.myfaces.apache.org is responding with empty pages. This includes the maven repository. Paul Spencer

Re: myfaces.zones.apache.org is down

2006-05-15 Thread Paul Spencer
Thanks for restarting it. Paul Spencer Sean Schofield wrote: Thanks for the heads up. The zone was bounced and apparently the autostart of the service had a few issues. Repo should be back online now. Sean On 5/15/06, Paul Spencer [EMAIL PROTECTED] wrote: The site zones.myfaces.apache.org

Re: Problem with nightly build and Maven

2006-05-16 Thread Paul Spencer
Sean, Per the maven list, and I have also confirmed it, the server http://snapshots.maven.codehaus.org/ is having problems. The builds are failing because the dependency doxia-1.0-alpha-8.pom can not be downloaded. Paul Spencer Sean Schofield wrote: The nightly build seems to be choking[1

ClassCastException when setting timeZone attribute in f:convertDataTime using EL

2006-05-31 Thread Paul Spencer
Is this a bug I need to report in JIRA? Paul Spencer

Re: ClassCastException when setting timeZone attribute in f:convertDataTime using EL

2006-05-31 Thread Paul Spencer
The type is string public String getTimeZone() { return GMT-05:00; } Paul Spencer Matthias Wessendorf wrote: f:convertDateTime type=time timeZone=#{phrQueryManager.timeZone}/ Is this type of TimeZone ? *snip* if (UIComponentTag.isValueReference(value

Re: ClassCastException when setting timeZone attribute in f:convertDataTime using EL

2006-05-31 Thread Paul Spencer
; } else { timeZone = TimeZone.getTimeZone(value.toString()) } converter.setTimeZone(timeZone); } Is my expectation in keeping with the spec? If it is case should I enter a JIRA issue? Paul Spencer Paul Spencer wrote: The type is string public String getTimeZone() { return

Re: ClassCastException when setting timeZone attribute in f:convertDataTime using EL

2006-05-31 Thread Paul Spencer
Matthias I have entered the issue, http://issues.apache.org/jira/browse/MYFACES-1317, but I was not able to assign it to you. Thanks you, Paul Spencer Matthias Wessendorf wrote: Paul- good catch. You are right. RI TLD Doc says the same. Create a bug for MyFaces Core Jira project and asign

Should t:inputCalendar have a timeZone attribute?

2006-05-31 Thread Paul Spencer
Should t:inputCalendar have a timeZone attribute? This would keep it consistent with the t:inputTime and f:convertDateTime tags. Should I enter a JIRA issue? Paul Spencer

Re: [jira] Closed: (MYFACES-1317) ClassCastException when setting timeZone attribute in f:convertDataTime using EL

2006-05-31 Thread Paul Spencer
Matthias, Should Fixed Version be 1.1.4? Paul Spencer Matthias Weßendorf (JIRA) wrote: [ http://issues.apache.org/jira/browse/MYFACES-1317?page=all ] Matthias Weßendorf closed MYFACES-1317: --- Fix Version: 1.1.3 Resolution: Fixed

Re: ClassCastException when setting timeZone attribute in f:convertDataTime using EL

2006-05-31 Thread Paul Spencer
The type is string public String getTimeZone() { return GMT-05:00; } Paul Spencer Matthias Wessendorf wrote: f:convertDateTime type=time timeZone=#{phrQueryManager.timeZone}/ Is this type of TimeZone ? *snip* if (UIComponentTag.isValueReference(value

Re: ClassCastException when setting timeZone attribute in f:convertDataTime using EL

2006-05-31 Thread Paul Spencer
Matthias I have entered the issue, http://issues.apache.org/jira/browse/MYFACES-1317, but I was not able to assign it to you. Thanks you, Paul Spencer Matthias Wessendorf wrote: Paul- good catch. You are right. RI TLD Doc says the same. Create a bug for MyFaces Core Jira project and asign

ERROR - Row is not available. Rowindex ... Tomahawk 1.1.3-SNAPSHOT

2006-06-02 Thread Paul Spencer
paginatorMaxPages=9 paginatorTableClass=paginator paginatorActiveColumnStyle=font-weight: bold; renderFacetsIfSinglePage=false ... /t:dataScroller Paul Spencer

Re: Upcoming Tomahawk Release

2006-06-07 Thread Paul Spencer
Please update the 1.1.3-SNAPSHOT so it the same as the RC. This will make it much easier to test the RC with maven project that are configure to use the Tomahawk snapshot. http://people.apache.org/maven-snapshot-repository/org/apache/myfaces/tomahawk/tomahawk/1.1.3-SNAPSHOT/ Paul Spencer Sean

Re: Upcoming Tomahawk Release

2006-06-07 Thread Paul Spencer
Sean, The snapshot is dated 25-May-2006 16:05. Per your message, OK there is an updated release candidate up there now, I was expecting one dated today. Paul Spencer Sean Schofield wrote: The 1.1.3 SNAPSHOT is the release candidate :-) Technically its a snapshot because maven considers

Re: Displaying radio buttons in datatable

2006-06-28 Thread Paul Spencer
, this component will not append a '[n]' suffix (where 'n' is the row index) to components that are contained within a list. This value will be true by default and the value will be ignored if the value of forceId is false (or not specified.) Paul

Tomahawk, Tobago, and Trinidad are not listed in projects.apache.org. MyFaces info out of date in projects.apache.org

2006-07-10 Thread Paul Spencer
Apache's home page references a catalog of Apache project. I noticed the following relative to MyFaces: 1) Tomahawk, Tobago, and Trinidad are not listed in projects.apache.org. 2) MyFaces info out of date in projects.apache.org Paul Spencer

Exception in 1.1.4-SNAPSHOT after validation error while using t:panelTabbedPane serverSideTabSwitch=true

2006-07-12 Thread Paul Spencer
) javax.faces.webapp.FacesServlet.service(FacesServlet.java:138) org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:144) Do I need to report this as an issue? Paul Spencer

Relative to Nagivation, which component shoud be used for new development?

2006-07-12 Thread Paul Spencer
Which navigation components should be used for new development? t:panelNavigation or t:panelNavigation2 ? t:commandNavigation, or t:commandNavigation2, or t:navigationMenuItem? Paul Spencer

Relative to Nagivation, which component shoud be used for new development?

2006-07-12 Thread Paul Spencer
Which navigation components should be used for new development? t:panelNavigation or t:panelNavigation2 ? t:commandNavigation, or t:commandNavigation2, or t:navigationMenuItem? Paul Spencer

Re: Exception in 1.1.4-SNAPSHOT after validation error while using t:panelTabbedPane serverSideTabSwitch=true

2006-07-12 Thread Paul Spencer
Matthias, I am not annoyed, but sometimes a little frustrated :) Paul Spencer Matthias Wessendorf wrote: Hey Paul, I understand that you are annoyed about the feedback here on the questions. I haven't used that component. Can't say anything about. May the others help ... Sorry, Matthias

Re: Exception in 1.1.4-SNAPSHOT after validation error while using t:panelTabbedPane serverSideTabSwitch=true

2006-07-13 Thread Paul Spencer
Gerald, Below is related JSP code. h:selectOneRadio id=reportType layout=pageDirection value=#{processQueryBean.reportType} required=true f:selectItems value=#{processQueryBean.reportTypes} / /h:selectOneRadio Does this help? Paul Spencer Gerald Müllan wrote: Hi Paul, I think

Re: Relative to Nagivation, which component shoud be used for new development?

2006-07-14 Thread Paul Spencer
Mike, I have started the wiki page. http://wiki.apache.org/myfaces/Navigation_Overview It is still a work in progress. Paul Spencer Mike Kienenberger wrote: Hey Paul, Take a look at this thread: http://www.mail-archive.com/dev@myfaces.apache.org/msg13757.html It'd be great if you'd

Re: t:commandLink

2006-07-14 Thread Paul Spencer
Girish, I not sure if this will help. Since 1.1.2 t:commandLink must be enclosed in h:form. If it is not, then clicking the link will appear to do nothing. Paul Spencer Kumar, Girish wrote: Guys, I have problem invoking the t:commandLink onlick and t:UpdateActionLister Here is teh

Re: t:commandLink

2006-07-14 Thread Paul Spencer
Girish, I not sure if this will help. Since 1.1.2 t:commandLink must be enclosed in h:form. If it is not, then clicking the link will appear to do nothing. Paul Spencer Kumar, Girish wrote: Guys, I have problem invoking the t:commandLink onlick and t:UpdateActionLister Here is teh

Suggested tool for screen shot?

2006-07-17 Thread Paul Spencer
The wiki mentions including a screen shot in the documentation, http://wiki.apache.org/myfaces/promotion. Is their a suggest tool to use and format (JPEG/GIF)? Paul Spencer

Re: [jira] Created: (TOMAHAWK-568) Navigation links displayed are not consistent across layouts, list or table.

2006-07-26 Thread Paul Spencer
the issue. Paul Spencer Paul Spencer (JIRA) wrote: Navigation links displayed are not consistent across layouts, list or table. - Key: TOMAHAWK-568 URL: http://issues.apache.org/jira/browse

Tomahawk 1.1.5-SNAPSHOT failing to build. Failed to resolve artifact org.apache.maven.surefire:surefire-api:jar:2.4.1

2006-08-14 Thread Paul Spencer
on a patch to navigation tags in Tomahawk, but this is a show stopper. Paul Spencer

How to configure the default renderers and component within a Shale-Test based unit test

2006-08-20 Thread Paul Spencer
(...) and facesContext.getRenderKit().addRenderer(...). This is becoming very cumbersome. I know the defaults are out their in various configuration files, but I do not know how to tell Shale's test framework how to use them. Suggestions? Paul Spencer

Shared and API circular dependency, related to (MYFACES-1406)

2006-09-10 Thread Paul Spencer
to generated the Eclipse project files. Currently the shared projects reference the 1.1.1 version of the API. The means the debuggers and the other tools in the Eclipse are using 1.1.1 API. Like you said the API does not change, but use of an older version it can be confusing. Paul Spencer

Re: [jira] Commented: (MYFACES-1406) Core and Shared project has dependency on myfaces:myfaces-api version 1.1.1

2006-09-10 Thread Paul Spencer
Wendy, Should the patch to core be applied? Paul Spencer Wendy Smoak (JIRA) wrote: [ http://issues.apache.org/jira/browse/MYFACES-1406?page=comments#action_12433709 ] Wendy Smoak commented on MYFACES-1406: -- Core has a dependency

Re: [jira] Commented: (MYFACES-1406) Core and Shared project has dependency on myfaces:myfaces-api version 1.1.1

2006-09-11 Thread Paul Spencer
Wendy, Should the patch to core be applied? Paul Spencer Wendy Smoak (JIRA) wrote: [ http://issues.apache.org/jira/browse/MYFACES-1406?page=comments#action_12433709 ] Wendy Smoak commented on MYFACES-1406: -- Core has a dependency

Need description for Core 1.1.4 is not backwards-compatible with Tomahawk 1.1.3. in 1.1.4 annoucmenent

2006-09-15 Thread Paul Spencer
Mike, Please add a description, or link to one, about the following statement in in the announcement. Core 1.1.4 is not backwards-compatible with Tomahawk 1.1.3. The description should include instruction on what a developer must change for 1.1.4 to work with their 1.1.3 application. Paul

Re: Need description for Core 1.1.4 is not backwards-compatible with Tomahawk 1.1.3. in 1.1.4 annoucmenent

2006-09-15 Thread Paul Spencer
Wendy, I added a link to the matrix. I also made some minor visual changes to the matrix. Feel free to back them out if you do not like them. Paul Spencer Wendy Smoak wrote: On 9/15/06, Mike Kienenberger [EMAIL PROTECTED] wrote: Hey Paul. Maybe you can help rewrite it so it's more

Re: Need description for Core 1.1.4 is not backwards-compatible with Tomahawk 1.1.3. in 1.1.4 annoucmenent

2006-09-15 Thread Paul Spencer
I move the warning to the matrix page and placed Wendy's text in the announcement. Paul Spencer Wendy Smoak wrote: On 9/15/06, Mike Kienenberger [EMAIL PROTECTED] wrote: The following page has been changed by PaulSpencer: http://wiki.apache.org/myfaces/CoreRelease114 The comment

Re: Need description for Core 1.1.4 is not backwards-compatible with Tomahawk 1.1.3. in 1.1.4 annoucmenent

2006-09-15 Thread Paul Spencer
Done. Paul Spencer Mike Kienenberger wrote: On 9/15/06, Wendy Smoak [EMAIL PROTECTED] wrote: Agreed. I'm having trouble boiling it down to a single sentence, though. Due to changes related to compatibility with the reference implementation, MyFaces Core 1.1.4 cannot be used with Tomahawk

Re: Need description for Core 1.1.4 is not backwards-compatible with Tomahawk 1.1.3. in 1.1.4 annoucmenent

2006-09-17 Thread Paul Spencer
Mike, I added you text, although with some minor changes. Paul Spencer Mike Kienenberger wrote: Hey Paul. Maybe you can help rewrite it so it's more obvious. Apparently the problem is that some of the javascript generated by 1.1.3 isn't compatible with the JSF RI. So in 1.1.4, those

Has the MyFaces Core 1.1.4 release announcement been sent?

2006-09-20 Thread Paul Spencer
Based on the MyFaces home page and the wiki, MyFaces Core 1.1.4 was release on September 18, but I have not seen the announcement on the mailing lists. Has the announcement been sent? Paul Spencer

Re: [jira] Updated: (MYFACES-1488) ASF Source Header and Copyright Notice Policy

2006-11-07 Thread Paul Spencer
in various projects. Should I open up a new issue and submit this as a patch? Paul Spencer Paul Spencer (JIRA) wrote: [ http://issues.apache.org/jira/browse/MYFACES-1488?page=all ] Paul Spencer updated MYFACES-1488: -- Status: Patch Available

Re: Core Release 1.1.5

2006-11-08 Thread Paul Spencer
for the remaining projects. Paul Spencer [1] http://issues.apache.org/jira/browse/MYFACES-1488?page=all Wendy Smoak wrote: On 11/8/06, Thomas Spiegl [EMAIL PROTECTED] wrote: I have some time to prepare the release, but will need help from some of you (eg. Wendy). First of all I will create

Re: [jira] Commented: (MYFACES-1491) Implement the Checkstyle plugin

2006-11-16 Thread Paul Spencer
Grant, I do not see the files added by the patch: maven\build-tools\src\main\resources\config\myfaces-checks.xml maven\build-tools\src\main\resources\config\myfaces-header.txt In addition the patch deleted: maven\build-tools\src\main\resources\org\apache\myfaces\checkstyle.xml Paul Spencer

I need MyFaces 1.1.5 and Tomahawk 1.1.4 released and I am willing to help!

2006-11-17 Thread Paul Spencer
adding the Apache license to ALL files, I can help with this. 2) TOMAHAWK-767 (http://issues.apache.org/jira/browse/TOMAHAWK-767) - i have submitted a patch on this one, which has not been applied or commented on. As with #1, I am offering to help with this issue. Paul Spencer [1]http

Re: HostedQA Selenium tests for the Tomahawk components

2006-11-24 Thread Paul Spencer
Wendy, I would like to setup some Selenium test, in part so I know if I break something. Based on the email, we can use HostedQA to run the Selenium tests. If this is still true, will you setup an account for me on the server. Paul Spencer I would like Selenium Wendy Smoak wrote

Re: HostedQA Selenium tests for the Tomahawk components

2006-11-24 Thread Paul Spencer
Wendy, The email has not yet come through. Paul Spencer Wendy Smoak wrote: On 11/24/06, Paul Spencer [EMAIL PROTECTED] wrote: I would like to setup some Selenium test, in part so I know if I break something. Based on the email, we can use HostedQA to run the Selenium tests. If this is still

Re: panelNavigation2 icon and label issue

2006-11-25 Thread Paul Spencer
... /t:panelNavigation2 /h:form Paul Spencer chintan wrote: Hi, I am using panelNavigation2 tag to display panle navigation menu. This tag uses NavigationMenuItem class of Tomahawk. My problem is, I am not able to dispaly icon and label both together eventhough i have used

Re: I am working on a Selenium test suite.

2006-11-25 Thread Paul Spencer
Tomahawk's Simple Example. So, where should the test suite(s) be added and what should they be named? BTW: Running the test on HostedQA is taking a while, any ideas why? Paul Spencer Wendy Smoak wrote: On 11/25/06, Paul Spencer [EMAIL PROTECTED] wrote: At this point I have committed none

Re: I am working on a Selenium test suite.

2006-11-25 Thread Paul Spencer
Wendy, See below. Wendy Smoak wrote: On 11/25/06, Paul Spencer [EMAIL PROTECTED] wrote: Whoops, I used snapshot instead of sandbox. From that I would assume that these are tests for the Tomahawk Sandbox components, which I don't think is the case. While I was working on the test suite

Re: I am working on a Selenium test suite.

2006-11-25 Thread Paul Spencer
Wendy Smoak wrote: On 11/25/06, Paul Spencer [EMAIL PROTECTED] wrote: Not a problem adding the test to the examples. I would prefer to group them in a subdirectory. Any suggestions for a name of that subdirectory? testSuite? There are two parts to this, right? The tests, and the companion

Re: AW: I am working on a Selenium test suite.

2006-11-25 Thread Paul Spencer
Andreas, Please refer to the file HowToAddATest.html [1]. Paul Spencer [1]http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/testSuite/HowToAddATest.html?view=markup Andreas Berger wrote: I'm currently working on the XML files for automaticly generation

Are HostedQA and Selenium version in sync?

2006-11-27 Thread Paul Spencer
is running 1.7.4-Beta Is their a reason not to upgrade the plugin to the latest? Paul Spencer

Re: Are HostedQA and Selenium version in sync?

2006-11-28 Thread Paul Spencer
Wendy, I have updated the plugins, although not commited it, but the problems remain. How do we contact HostedQA for support? Paul Spencer Wendy Smoak wrote: On 11/27/06, Paul Spencer [EMAIL PROTECTED] wrote: We are a little behind on plugin versions for Selenium and HostedQA

How to associate subversion commit a Jira Issue?

2006-11-29 Thread Paul Spencer
What do I need to do when committing so the commit is associated with a Jira Issue ? As an example, see TOBAGO-201 [1]. Paul Spencer [1] http://issues.apache.org/jira/browse/TOBAGO-201?page=all

Building examples against RI now works.

2006-12-03 Thread Paul Spencer
/examples/simple directory. mvn clean package cargo:start -P selenium -Djsf=ri You can this point the browser to th following URL to run the Selenium test suite: http://localhost:8080/myfaces-example-simple/selenium/core/TestRunner.html Paul Spencer

Re: svn commit: r481981 - in /myfaces/tomahawk/trunk/examples/simple/src: main/webapp/WEB-INF/ main/webapp/testSuite/ test/selenium/

2006-12-03 Thread Paul Spencer
Wendy, I thought I had already done it. I have update the properties on the files and will verify my environment. Paul Spencer Wendy Smoak wrote: New text files need to at least have the svn:eol-style property set to native. See: http://www.apache.org/dev/version-control.html#https-svn

Re: [jira] Created: (MYFACES-1505) Attribute acceptCharset is incorrect for the tag h:form in Myface's TLD. It should be acceptcharset

2006-12-03 Thread Paul Spencer
Should this be a blocker? Paul Spencer Paul Spencer (JIRA) wrote: Attribute acceptCharset is incorrect for the tag h:form in Myface's TLD. It should be acceptcharset Key

Re: svn commit: r482726 - in /myfaces/core/trunk/api/src/main/java/javax/faces: component/ webapp/

2006-12-05 Thread Paul Spencer
Grant, I noticed some of the castings you removed where from generated code. Is the code generate still in use? If so, does it need to be fixed? Paul Spencer [EMAIL PROTECTED] wrote: Author: grantsmith Date: Tue Dec 5 10:02:43 2006 New Revision: 482726 URL: http://svn.apache.org/viewvc

MyFaces 1.1.5 release status?

2006-12-06 Thread Paul Spencer
What is the status of MyFaces 1.1.5 release? The only blocker is MYFACES-1488 [1]. I know Grant updated the license text on many source file related to issue, so has this issue been resolved? Paul Spencer [1] http://issues.apache.org/jira/browse/MYFACES-1488

Re: MyFaces 1.1.5 release status?

2006-12-07 Thread Paul Spencer
the these files, but I do not have the time right now to figure it out. Paul Spencer Wendy Smoak wrote: On 12/6/06, Grant Smith [EMAIL PROTECTED] wrote: My understanding was that the blocker portion of this issue related to the changing of the headers, which has been done. Adding the copyright notice

Re: MyFaces 1.1.5 release status?

2006-12-07 Thread Paul Spencer
the these files, but I do not have the time right now to figure it out. Paul Spencer Wendy Smoak wrote: On 12/6/06, Grant Smith [EMAIL PROTECTED] wrote: My understanding was that the blocker portion of this issue related to the changing of the headers, which has been done. Adding the copyright notice

Re: [continuum] BUILD FAILURE: Tomahawk Project

2006-12-12 Thread Paul Spencer
Is someone looking into this? Paul Spencer [EMAIL PROTECTED] wrote: Online report : http://myfaces.zones.apache.org:8080/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/15/buildId/7246 Build statistics: State: Failed Previous State: Failed Started at: Tue, 12 Dec

Running HostedQA test in Continuium?

2006-12-12 Thread Paul Spencer
configuration Currently I do not have karma on the Continium sever, so I do not know what this entails. Paul Spencer

Re: [jira] Commented: (MYFACES-1510) h:form does not render accept-charset

2006-12-12 Thread Paul Spencer
it be if((acceptCharset != null) (acceptCharset.compareTo()!=0)) ? Paul Spencer Grant Smith (JIRA) wrote: [ http://issues.apache.org/jira/browse/MYFACES-1510?page=comments#action_12457891 ] Grant Smith commented on MYFACES-1510: -- Hmm.. I don't

MyFaces 1.1.5 Release Status?

2006-12-18 Thread Paul Spencer
of the above issue are marked as blockers. Are any of the actually blockers to the 1.1.5 release? What is holding up this release? Paul Spencer

Re: svn commit: r483569 - in /myfaces: shared/trunk/core/src/main/java/org/apache/myfaces/shared/renderkit/html/ tomahawk/trunk/core/src/main/java/org/apache/myfaces/component/html/ext/ tomahawk/trunk

2006-12-19 Thread Paul Spencer
This broke the examples! Specifically line 950 and 951 are throwing NPE when the attributes style and styleClass are node defined. Paul Spencer [EMAIL PROTECTED] wrote: Author: mmarinschek Date: Thu Dec 7 09:49:35 2006 New Revision: 483569 URL: http://svn.apache.org/viewvc?view=revrev

Re: svn commit: r483569 - TLD and Docs?

2006-12-19 Thread Paul Spencer
I do not see any related commits to the TLD. Docs? Paul Spencer [EMAIL PROTECTED] wrote: Author: mmarinschek Date: Thu Dec 7 09:49:35 2006 New Revision: 483569 URL: http://svn.apache.org/viewvc?view=revrev=483569 Log: added inBodyStart hook for overriding attributes of body (i.e. style

Advice regarding a Proposal to switch MyFaces to a Tomcat style of release.

2006-12-19 Thread Paul Spencer
and improve MyFaces, not to stir up trouble or step on any bodies toes. Paul Spencer [1] http://tomcat.apache.org/whichversion.html

Re: MyFaces 1.1.5 Release Status?

2006-12-19 Thread Paul Spencer
Thomas, I sent a few posts relative to Revision: 483569 this morning. That revision has broken Tomahawk. I am hoping the commiter will resolve the problem quickly. Paul Spencer Thomas Spiegl wrote: tomahawk 1.1.4 branch is quite out of date by now. I'd like to skip this one, and start

Missing package net.sf.maventaglib.checker causing Continuum Tomahawk build failure!

2006-12-30 Thread Paul Spencer
their is missing dependency. Paul Spencer

Re: Missing package net.sf.maventaglib.checker causing Continuum Tomahawk build failure!

2006-12-30 Thread Paul Spencer
Dennis, Both, locally and on the Continuum server. Paul Spencer Dennis Byrne wrote: The dependency is in the pom and it runs fine locally. Are you having problems locally or is this just a problem on the Continuum server? Dennis Byrne -Original Message- From: Paul Spencer [mailto

Re: Missing package net.sf.maventaglib.checker causing Continuum Tomahawk build failure!

2006-12-30 Thread Paul Spencer
Dennis, Both, locally and on the Continuum server. Paul Spencer Dennis Byrne wrote: The dependency is in the pom and it runs fine locally. Are you having problems locally or is this just a problem on the Continuum server? Dennis Byrne -Original Message- From: Paul Spencer [mailto

Re: svn commit: r491266 - /myfaces/tomahawk/trunk/core/pom.xml

2006-12-30 Thread Paul Spencer
Dennis, Continuum did fail after you commit. The message is dated Sat, 30 Dec 2006 04:41:00 GMT Thanks for the commit, the build now works. Paul Spencer [EMAIL PROTECTED] wrote: Author: dennisbyrne Date: Sat Dec 30 10:23:24 2006 New Revision: 491266 URL: http://svn.apache.org/viewvc?view

Re: Patch Branch?

2007-01-04 Thread Paul Spencer
in this position) Paul Spencer [1] http://www.mail-archive.com/dev@myfaces.apache.org/msg19257.html Stan Silvert wrote: Are we maintaining a service pack type of branch for MyFaces 1.1.4 core? There is a critical portlet bug that is fixed in 1.1.5, but I don't think we are planning a 1.1.5

Re: Patch Branch?

2007-01-04 Thread Paul Spencer
, then that would be a great was of keeping bugs out of the source. BTW: I have been, slowly, adding unit and Selenium tests to Tomahawk. Paul Spencer Dennis Byrne

Re: Patch Branch?

2007-01-04 Thread Paul Spencer
Paul Spencer

Status of Issue MYFACES-1411 (was Re: Patch Branch?)

2007-01-05 Thread Paul Spencer
Wendy, Is this a blocker or just one we really would like to have fixed prior to a 1.1.5 release? If it is a blocker, please update the issue accordingly. Paul Spencer Wendy Smoak wrote: On 1/4/07, Paul Spencer [EMAIL PROTECTED] wrote: Is their a reason NOT to release 1.1.5? Yes

Is the border attribute missing from h:selectManyCheckbox ?

2007-01-08 Thread Paul Spencer
Is the border attribute missing from h:selectManyCheckbox ? The selenium test case /myfaces-example-simple/testSuite/hFormWithSelects.jsf passes under with Sun's RI, but fails with MyFaces because the border attribute is missing from h:selectManyCheckbox Paul Spencer

Re: [VOTE] dojo upgrade 0.4.1

2007-01-10 Thread Paul Spencer
+1 to upgrade dojo to 0.4.1 Paul Spencer Werner Punz wrote: I just opened an official vote thread since this is an upgrade on the Tomahawk core. I ran some tests to test dojo 0.4.1, and I think we can move the codebase from 0.4.0. to 0.4.1 Since this is a major upgrade on the Tomahawk core. I

Re: [INFO] myfaces core release 1.1.5 procedure started

2007-02-02 Thread Paul Spencer
:) Thank You Paul Spencer Manfred Geiler wrote: FYI I have just started preparing the core release 1.1.5. See http://wiki.apache.org/myfaces/CoreRelease115#diary for details on the proceedings. --Manfred

Comments/questions about the use of snapshot dependencies during the release process.

2007-02-06 Thread Paul Spencer
is cut. Paul Spencer

Re: Question regarding adding a new verification task

2007-02-06 Thread Paul Spencer
I believe this is what Martin is referring to the Tomahawk test MyFacesTagLibTestCase[1]. BTW: It looks like the verification of the sandbox taglibs was commented out. Paul Spencer [1]http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core/src/test/java/org/apache/myfaces/test

Re: Question regarding adding a new verification task

2007-02-06 Thread Paul Spencer
Please wait until after the 1.1.5 release to do this! Paul Spencer [1]http://maven.apache.org/guides/mini/guide-attached-tests.html Dennis Byrne wrote: When it came time to commit it, including the sandbox wasn't realistic. There were a lot of failures. Dennis Byrne On 2/6/07, Paul Spencer [EMAIL

Re: Comments/questions about the use of snapshot dependencies during the release process.

2007-02-06 Thread Paul Spencer
Manfred Geiler wrote: On 2/6/07, Paul Spencer [EMAIL PROTECTED] wrote: snip IMHO we should not add a SNAPSHOT dependency until their their is a change from the released version of the dependency. This will minimize the number of projects to released. Thus at the end of the release process

Re: Comments/questions about the use of snapshot dependencies during the release process.

2007-02-06 Thread Paul Spencer
Manfred, See below. Manfred Geiler wrote: inline On 2/6/07, Paul Spencer [EMAIL PROTECTED] wrote: Manfred Geiler wrote: On 2/6/07, Paul Spencer [EMAIL PROTECTED] wrote: snip IMHO we should not add a SNAPSHOT dependency until their their is a change from the released version

Re: Comments/questions about the use of snapshot dependencies during the release process.

2007-02-06 Thread Paul Spencer
Manfred, First off, regardless of the outcome this discussion should not hold up the current release process. In fact, lets wait until it is done. Thank you for working on the release. Paul Spencer Manfred Geiler wrote: inline-- On 2/6/07, Paul Spencer [EMAIL PROTECTED] wrote: Manfred

Attributes enabledOnUserRole and visibleOnUserRole being deprecated?

2007-02-07 Thread Paul Spencer
for the simple stuff. Why are the attributes being deprecated? When are the attribute scheduled to be deprecated? Should their be an Jira issue for the deprecation? If you would prefer to continue this discussion after the release of MyFaces 1.1.5, I have no objections. Paul Spencer [1]https

Re: Attributes enabledOnUserRole and visibleOnUserRole being deprecated?

2007-02-08 Thread Paul Spencer
to be documented. This includes the TLDs, a Deprecation section on Tomahawk's website, and the release notes. I will create a JIRA if you like. 3) I will close TOMAHAWK-885 as wontfix with an explanation. Paul Spencer [1] http://www.mail-archive.com/dev@myfaces.apache.org/msg16445.html [2] http

Re: [jira] Commented: (TOMAHAWK-885) Add support for the attribute visibleOnUserRole to t:column

2007-02-08 Thread Paul Spencer
Cagatay, When will variable-property resolver be promoted out of the sandbox? Paul Spencer Cagatay Civici (JIRA) wrote: [ https://issues.apache.org/jira/browse/TOMAHAWK-885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12471520 ] Cagatay Civici commented

Re: [jira] Commented: (TOMAHAWK-885) Add support for the attribute visibleOnUserRole to t:column

2007-02-08 Thread Paul Spencer
Cagatay, When will variable-property resolver be promoted out of the sandbox? Paul Spencer Cagatay Civici (JIRA) wrote: [ https://issues.apache.org/jira/browse/TOMAHAWK-885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12471520 ] Cagatay Civici commented

Compilation failure on HtmlFormRenderer in the sandbox.

2007-02-08 Thread Paul Spencer
[INFO] [ERROR] BUILD FAILURE [INFO] [INFO] Compilation failure

  1   2   3   4   >