Re: javadocs

2013-12-05 Thread Henri Yandell
Here's an old thought - but why not centralize the javadoc? Instead of having components managing their release javadoc, instead make a central library in which the javadoc sites, then deep link to a components item within it. Then it's pretty easy to find an old release, pull the javadoc out and

Re: [all] Removing websites of dormant components

2013-12-05 Thread Henri Yandell
I think we should keep the lights on, but no more. So sites should exist to that level. What is the minimum needed on the site for a dormant project? Pointer to this list, explanation of what it is/was, pointer to old releases and to the location of the source history. I'm torn on javadoc; I

Re: [Laboratory Toolkit] proposing a new Apache Commons component

2013-12-05 Thread Valentin Waeselynck
Hello, and pleased to meet you, Thank you for your answer. I just asked for confirmation, and I do have full intellectual property on this software. About the use cases : no problem, I'll include some code samples. As a foreword, let's say it provides a convenient API for creating all sorts

Re: [Laboratory Toolkit] proposing a new Apache Commons component

2013-12-05 Thread Christian Grobmeier
On 5 Dec 2013, at 13:44, Valentin Waeselynck wrote: Should I keep answering to the whole ML about this, or only to you? Keep the mailing list in loop. There might be others interested in this. In addition ml do document history which is why we always use the ml. Best regards, Valentin

Commons Logging Marketshare (and other commons components)

2013-12-05 Thread Christian Grobmeier
Hi folks, i found this interesting: http://www.takipiblog.com/2013/11/26/githubs-1-most-popular-java-projects-here-are-the-top-libraries-they-use/ Cheers Christian --- http://www.grobmeier.de @grobmeier GPG: 0xA5CC90DB -

[SCXML] Deprecated 'src' attributes in state, parallel and assign

2013-12-05 Thread Woonsan Ko
Hi, The current code is taking care of 'src' attribute for state, parallel, assign and invoke element. Invoke element should still accept 'src' attribute, but it seems to have been removed for the other elements in the current specification. Do we need to deprecate (and remove later) the

Re: [SCXML] Deprecated 'src' attributes in state, parallel and assign

2013-12-05 Thread Ate Douma
On 12/05/2013 11:26 PM, Woonsan Ko wrote: Hi, The current code is taking care of 'src' attribute for state, parallel, assign and invoke element. Invoke element should still accept 'src' attribute, but it seems to have been removed for the other elements in the current specification. The src

Re: [SCXML] Deprecated 'src' attributes in state, parallel and assign

2013-12-05 Thread Woonsan Ko
On Thursday, December 5, 2013 6:48 PM, Ate Douma a...@douma.nu wrote: On 12/05/2013 11:26 PM, Woonsan Ko wrote: Hi, The current code is taking care of 'src' attribute for state, parallel, assign and invoke element. Invoke element should still accept 'src' attribute, but it seems to have