Re: [SCXML] creating GSoC tasks in JIRA

2010-05-06 Thread Rahul Akolkar
On Thu, May 6, 2010 at 3:42 PM, Jacob Beard wrote: > Hi Rahul, > > I've created a number of sub-tasks under the original JIRA issue. Thanks, this is useful. Two quick comments: * I've updated the 'GSoC' fix version to 3 sub-task issues that were missing it * For clarity, please add a short de

Re: [SCXML] creating GSoC tasks in JIRA

2010-05-06 Thread Jacob Beard
Hi Rahul, I've created a number of sub-tasks under the original JIRA issue. One thing that I thought was possible, which I am now not sure about, is whether it is possible to create arbitrarily nested sub-tasks. It seemed I was unable to do so, but this may have been because the task was not assig

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

2010-05-06 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-net has an issue affecting its community integration. This issue a

Re: [SCXML] Development plan about SCXML Visual editor

2010-05-06 Thread Rahul Akolkar
2010/5/6 Xun Long Gui : > Hi Rahul, > Thank you for your response. Now i know what our work mode is. First, we > split the whole project to a sub task list, finish it one by one, this first > job in the list is submitting my start code in Commons sandbox SVN, then i > should keep on submitting my c

Re: [SCXML] Development plan about SCXML Visual editor

2010-05-06 Thread Xun Long Gui
Hi Rahul, Thank you for your response. Now i know what our work mode is. First, we split the whole project to a sub task list, finish it one by one, this first job in the list is submitting my start code in Commons sandbox SVN, then i should keep on submitting my code as patch to the project SVN.

Re: [SCXML] Development plan about SCXML Visual editor

2010-05-06 Thread Rahul Akolkar
2010/5/5 Xun Long Gui : > Hi Rahul, > > I am back and get ready for submitting my demo code to a SVN server, but i > do not know where can i share my code ? I saw something about GSoC sandbox > SVN server in the mail list but does not get the detail yet. So, i am a > little confused about how to st

[Math] NaN in "equals"

2010-05-06 Thread Gilles Sadowski
Hello. In the "MathUtils" class, "equals" methods consider that a NaN is equal to a NaN. It seems that the orthodox view is that such a comparison should return "false". Is there a rationale behind the current behaviour (e.g. it is admittedly more efficient to not call "Double.isNaN")? Or can I ma