Latest source code does not compile

2005-05-17 Thread Sean Schofield
I was working on updating the nightly build and noticed that the latest source code is no longer compiling. It looks like there are depencies in the share source code on classes that are not part of share. sean [javac] Compiling 74 source files to

Re: Anyone use email with Ant?

2005-05-17 Thread Oliver Rossmueller
Sean, Wouldn't a simple shell script do the job: #! /bin/sh ant 2 /tmp/build.log /tmp/build.log if grep FAILED /tmp/build.log /dev/null 2 /dev/null; then cat /tmp/build.log | mail -s Build failed dev@myfaces.apache.org fi Oliver Sean Schofield wrote: I'd like to incorporate an email to the

Re: Latest source code does not compile

2005-05-17 Thread Martin Marinschek
should work again. regards, Martin On 5/16/05, Martin Marinschek [EMAIL PROTECTED] wrote: I am about to check that - sorry for the inconvenience. regards, Martin On 5/16/05, Sean Schofield [EMAIL PROTECTED] wrote: I was working on updating the nightly build and noticed that the

Re: RoadMap and ChangeLog in JIRA

2005-05-17 Thread Oliver Rossmueller
I would like to suggest we use the version number of the upcoming release instead of - or in addition to - 'Nightly Build' in the Fix version/s field. This way the jira feature of generating change log/release notes can be used and for the user looking for resolution of a reported bug it is

RE: [jira] Updated: (MYFACES-243) ClientId not used, so JSCookMenu fires multiple actions in tables

2005-05-17 Thread Neal Haggard
My apologies if I did this somehow out of order, it's my first contribution to a Open Source project. Is there some other process to getting a patch verified and applied? Is there a reason noone has commented on this, or why it hasn't been applied? Curious, Neal Haggard -Original

Re: RoadMap and ChangeLog in JIRA

2005-05-17 Thread Manfred Geiler
yes +1 for using upcoming version number -Manfred 2005/5/16, Oliver Rossmueller [EMAIL PROTECTED]: I would like to suggest we use the version number of the upcoming release instead of - or in addition to - 'Nightly Build' in the Fix version/s field. This way the jira feature of generating

Re: RoadMap and ChangeLog in JIRA

2005-05-17 Thread Sean Schofield
I agree we can use the JIRA feature but all we have to do (I think) is change the nightly version to 1.0.10 (rename the version) and then create a new nightly version and start the process over again. sean On 5/16/05, Oliver Rossmueller [EMAIL PROTECTED] wrote: I would like to suggest we use

[jira] Commented: (MYFACES-214) TabbedPane : wrong validation behavior

2005-05-17 Thread Philipp Ahlner (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-214?page=comments#action_65593 ] Philipp Ahlner commented on MYFACES-214: I've overwritten HtmlTabbedPaneRenderer and implemented a own decode (and not encodeChildren as mentioned in my previos

Re: [jira] Updated: (MYFACES-243) ClientId not used, so JSCookMenu fires multiple actions in tables

2005-05-17 Thread Sean Schofield
No particular reason. I know in this case the component's original author is busy and we usually defer to the author to apply the patch. I personally know nothing about this component so it takes much longer for someone like me to look into it. We are short on active committers right now. That

[jira] Updated: (MYFACES-219) JSCookMenu as child of a form

2005-05-17 Thread Jason Kissinger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-219?page=all ] Jason Kissinger updated MYFACES-219: Attachment: jscook.patch Patch which adds formId attribute to x:jscookMenu of an optional form which contains this menu. Defaults to using the dummy