[SCXML] Development plan about SCXML Visual editor

2010-04-28 Thread Xun Long Gui
Hi Rahul, Althrough Google told us that students should start coding job at May 25, but i think, for me and this project, it is time to move now. I think this tool is not a simple tool, two months long time is not enough actually. I started coding experience job weeks ago and got a demo about this

Re: [Math] Sandbox project for issue 361

2010-04-28 Thread Phil Steitz
Gilles Sadowski wrote: > Hello. > > This is a request to set up an "environment" (whatever is most suitable) in > order to make changes that potentially affect all the files of the code > base. See > https://issues.apache.org/jira/browse/MATH-361 > You can do this yourself - i.e., you have the

Re: [ALL] GSoC 2010 - accepted projects

2010-04-28 Thread xunlong gui
Dear Rahul, Thank you for your passional and openhanded welcome ceremony :-) It is my honor to do something for Apache, it helps me so much, i should give some feed back, now, opportunity comes, I am pleased to work with you guys. Regards Long 2010/4/29 Rahul Akolkar > This year, we have two

Re: [Math] What about issue 361?

2010-04-28 Thread Gilles Sadowski
Hi. > > > But it's more effort to build the code, > > > > > > Is your computer threatening to go on strike? ;-) > > No, but you already said that you don't know how to update the Maven > builds to cope with the extra jars. Does that mean "Don't propose anything unless you are able to carry it o

[ALL] GSoC 2010 - accepted projects

2010-04-28 Thread Rahul Akolkar
This year, we have two accepted projects for GSoC 2010. Congratulations, Jake and Long! We now begin what GSoC refers to as the community bonding period. So, Jake and Long -- if you have any questions about any aspect of the ASF in general or Commons in particular, please feel free to ask. Theres

Re: [Math] What about issue 361?

2010-04-28 Thread sebb
On 28/04/2010, Gilles Sadowski wrote: > > > The advantage of the proposed "trick" is that you don't have to write any > > > checking code. > > > > > > > But it's more effort to build the code, > > > Is your computer threatening to go on strike? ;-) No, but you already said that you don't kno

[Commons Wiki] Update of "VFS" by AleksandrASokolov

2010-04-28 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification. The "VFS" page has been changed by AleksandrASokolov. The comment on this change is: Add VFS plugins description and one article around VFS. http://wiki.apache.org/commons/VFS?action=d

[Math] Sandbox project for issue 361

2010-04-28 Thread Gilles Sadowski
Hello. This is a request to set up an "environment" (whatever is most suitable) in order to make changes that potentially affect all the files of the code base. See https://issues.apache.org/jira/browse/MATH-361 Thanks, Gilles --

Re: [Math] What about issue 361?

2010-04-28 Thread Gilles Sadowski
> > The advantage of the proposed "trick" is that you don't have to write any > > checking code. > > > > But it's more effort to build the code, Is your computer threatening to go on strike? ;-) > and possibly more effort for the user. Certainly: he'll have to add 1 "dependency" line... > >

Re: [Math] What about issue 361?

2010-04-28 Thread sebb
On 28/04/2010, Gilles Sadowski wrote: > > > They are, in the files posted on the JIRA page of the issue. > > > The sample code is fully working. > > > > There don't seem to be any properties files. > > It would be helpful to have say French and English files for testing. > > > You are right;

Re: [Math] What about issue 361?

2010-04-28 Thread Gilles Sadowski
> > They are, in the files posted on the JIRA page of the issue. > > The sample code is fully working. > > There don't seem to be any properties files. > It would be helpful to have say French and English files for testing. You are right; sorry. I've just attached an example. > > [...] > > >

RE: [net] TelnetInputStream.java: escaping byte 255

2010-04-28 Thread Kaarel Kann
Sry - didn't to my search well. It's already reported as: https://issues.apache.org/jira/browse/NET-89 Are there plans to fix it? Kaarel Kann From: Kaarel Kann [mailto:kaarel.k...@playtech.com] Sent: Wednesday, April 28, 2010 11:16 AM To: dev@commons.apache.org Cc: Reimo Daum Subject: [

[net] TelnetInputStream.java: escaping byte 255

2010-04-28 Thread Kaarel Kann
Hi, We ran into a problem of sending 255 over network. It is escaped by another 255 (as specified by RFC854) but TelnetInputStream.java:196 (from revision 658491) breaks the wrong switch and actually next byte is also ignored. Can you confirm that this is actually a bug or is it done delib