Re: HashCodeBuilder.append(boolean) Javadoc Questions

2010-06-28 Thread Henri Yandell
I'd consider the former a bug, latter can piggyback along with it. Release version would be 3.0. On Sat, Jun 26, 2010 at 8:37 AM, Sean Mickey s...@seanmickey.com wrote: The Javadoc description for HashCodeBuilder.append(boolean) does not appear to match the implementation. And the reference to

Re: [g...@vmgump]: Project commons-configuration-test (in module apache-commons) failed

2010-06-28 Thread Stefan Bodewig
On 2010-06-27, Emmanuel Bourg wrote: Le 26/06/2010 15:34, Oliver Heger a écrit : Does anybody have an idea what is going on here? It seems that the tests related to XML processing are broken. No idea, this isn't the first time Gump breaks on the test cases involving a XML parser. There

Re: [g...@vmgump]: Project commons-configuration-test (in module apache-commons) failed

2010-06-28 Thread Emmanuel Bourg
Le 28/06/2010 10:21, Stefan Bodewig a écrit : commons-configuration's POM lists dependencies on Xerces 2.6.2 and xml-apis 1.0.b2 - at least the Xerces version is pretty old by now. Inside Gump you get the trunk of Xerces and the trunk of xml-commons' java/external. Right now it looks as if

Re: [g...@vmgump]: Project commons-configuration-test (in module apache-commons) failed

2010-06-28 Thread Stefan Bodewig
On 2010-06-28, Stefan Bodewig wrote: Inside Gump you get the trunk of Xerces and the trunk of xml-commons' java/external. Right now it looks as if Xerces wouldn't see the xml-apis jar you've downloaded (since that should contain ElementTranversal). It may be that ElementTraversal ends up in

Re: [g...@vmgump]: Project commons-configuration-test (in module apache-commons) failed

2010-06-28 Thread sebb
On 28/06/2010, Emmanuel Bourg ebo...@apache.org wrote: Le 28/06/2010 10:21, Stefan Bodewig a écrit : commons-configuration's POM lists dependencies on Xerces 2.6.2 and xml-apis 1.0.b2 - at least the Xerces version is pretty old by now. Inside Gump you get the trunk of Xerces and the

Re: [scxml-eclipse] Basic website up for project and ppt - xdoc

2010-06-28 Thread Xun Long Gui
Hi Rahul, I want to update web site's content, if i want to deploy it, i must set up servers element http://maven.apache.org/settings.html#Servers in my settings.xml file correctly, but i do not know how to do it. Can you give me an example of your settings.xml file, thank you. 2010/6/27 Rahul

Re: [scxml-eclipse] Basic website up for project and ppt - xdoc

2010-06-28 Thread Xun Long Gui
In fact, i try to add these codes in my setting.xml configuration file and try to deploy the web site. server idapache.website/id usernameguixl/username passwordmypassword/password /server It give me this response : E:\GSoC\workspace\trunk_rootmvn site:deploy [INFO]

[scxml][scxml-js] a few questions on the data module

2010-06-28 Thread Jacob Beard
Hi, I'm currently adding support for the data module, and I have a quick question about the specification that I was hoping you could answer for me. For the data element, the src attribute can reference a URI containing a legal data value. I think that what constitutes legal data values is

[g...@vmgump]: Project commons-configuration-test (in module apache-commons) failed

2010-06-28 Thread Gump
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 gene...@gump.apache.org. Project commons-configuration-test has an issue affecting its community

[lang] When is next release of commons-lang planned?

2010-06-28 Thread Honton, Charles
Be it alpha, beta, or full release: when is a version 3 of commons-lang going to be available? Thanks, chas

Re: [g...@vmgump]: Project commons-configuration-test (in module apache-commons) failed

2010-06-28 Thread Oliver Heger
Am 28.06.2010 12:09, schrieb sebb: On 28/06/2010, Emmanuel Bourgebo...@apache.org wrote: Le 28/06/2010 10:21, Stefan Bodewig a écrit : commons-configuration's POM lists dependencies on Xerces 2.6.2 and xml-apis 1.0.b2 - at least the Xerces version is pretty old by now. Inside Gump you get

[pool] deprecation of setFactory methods

2010-06-28 Thread Phil Steitz
setFactory belongs to the top level ObjectPool and KeyedObjectPool interfaces. I would like to deprecate these methods uniformly (to be removed in pool 2.0) - removing them from the top level interfaces and deprecating all implementations. There are two reasons for this: 1. Good semantics for

Re: [lang] When is next release of commons-lang planned?

2010-06-28 Thread Jörg Schaible
Honton, Charles wrote: Be it alpha, beta, or full release: when is a version 3 of commons-lang going to be available? It's probably this year. - Jörg - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For

Re: [lang] When is next release of commons-lang planned?

2010-06-28 Thread Jörg Schaible
Honton, Charles wrote: Be it alpha, beta, or full release: when is a version 3 of commons-lang going to be available? It's probably this year. - Jörg - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For

[all][scxml-js] Google Summer of Code Update 3

2010-06-28 Thread Jacob Beard
Hi, I posted a quick update on my Google Summer of Code project: http://blog.echo-flow.com/2010/06/28/google-summer-of-code-update-3-more-live-demos/ Please let me know if you have any questions or comments. Thanks, Jake - To

Re: [scxml-eclipse] Basic website up for project and ppt - xdoc

2010-06-28 Thread Rahul Akolkar
2010/6/28 Xun Long Gui ustbco...@gmail.com: In fact, i try to add these codes in my setting.xml configuration file and try to deploy the web site. server      idapache.website/id      usernameguixl/username      passwordmypassword/password    /server It give me this response : snip/

Re: [all][scxml-js] Google Summer of Code Update 3

2010-06-28 Thread sebb
On 28 June 2010 23:13, Jacob Beard jbea...@cs.mcgill.ca wrote: Hi, I posted a quick update on my Google Summer of Code project: http://blog.echo-flow.com/2010/06/28/google-summer-of-code-update-3-more-live-demos/ Please let me know if you have any questions or comments. I could not get the

Re: [scxml][scxml-js] question on this object for script module

2010-06-28 Thread Rahul Akolkar
On Mon, Jun 28, 2010 at 7:51 AM, Jacob Beard jbea...@cs.mcgill.ca wrote: Hi, Another question I had recently was about the specification of the script module. In ecmascript, the this object can change, and a developer must be careful to keep track of what this is bound to. From reading the

Re: [all][scxml-js] Google Summer of Code Update 3

2010-06-28 Thread Rahul Akolkar
On Mon, Jun 28, 2010 at 6:13 PM, Jacob Beard jbea...@cs.mcgill.ca wrote: Hi, I posted a quick update on my Google Summer of Code project: http://blog.echo-flow.com/2010/06/28/google-summer-of-code-update-3-more-live-demos/ Please let me know if you have any questions or comments. snip/

Re: [all][scxml-js] Google Summer of Code Update 3

2010-06-28 Thread Rahul Akolkar
On Mon, Jun 28, 2010 at 7:13 PM, sebb seb...@gmail.com wrote: On 28 June 2010 23:13, Jacob Beard jbea...@cs.mcgill.ca wrote: Hi, I posted a quick update on my Google Summer of Code project: http://blog.echo-flow.com/2010/06/28/google-summer-of-code-update-3-more-live-demos/ Please let me

Re: [all][scxml-js] Google Summer of Code Update 3

2010-06-28 Thread Jacob Beard
Hi Sebb and Rahul, I believe i know why it wasn't working. The code relies on a console API, which is always present in Chrome, but only present in Firefox when debugging with Firebug. I just added a bit of code to emulate the API where it is not available. I'd appreciate it if you could please

Re: [all][scxml-js] Google Summer of Code Update 3

2010-06-28 Thread Rahul Akolkar
On Mon, Jun 28, 2010 at 8:18 PM, Jacob Beard jbea...@cs.mcgill.ca wrote: Hi Sebb and Rahul, I believe i know why it wasn't working. The code relies on a console API, which is always present in Chrome, but only present in Firefox when debugging with Firebug. I just added a bit of code to

Re: [scxml-eclipse] Basic website up for project and ppt - xdoc

2010-06-28 Thread Xun Long Gui
Fine, thank you. It means that now i can not deploy the web site by myself, you can help me to do this. After perms are adjusted, i can do it by myself, am i right ? BTW, is the perms change job on the way already? What we need is just wait ? 2010/6/29 Rahul Akolkar rahul.akol...@gmail.com

Re: [scxml-eclipse] Basic website up for project and ppt - xdoc

2010-06-28 Thread Rahul Akolkar
2010/6/28 Xun Long Gui ustbco...@gmail.com: Fine, thank you. It means that now i can not deploy the web site by myself, you can help me to do this. snip/ Yes, when you commit changes to the website source in SVN or add new pages, I can deploy for now. After perms are adjusted, i can do it

Re: [g...@vmgump]: Project commons-configuration-test (in module apache-commons) failed

2010-06-28 Thread Stefan Bodewig
On 2010-06-28, Oliver Heger wrote: Maybe it helps GUMP to update the Xerces version. No, the version inside the POM doesn't make any difference for Gump because it is completely ignored - you will always get Xerces' trunk from Gump anyway. Stefan