Re: plot distribution

2015-06-18 Thread narjes saraie
Hi Ole, thanks.I do it and use your help again. best regards On Thu, Jun 18, 2015 at 8:29 AM, Ole Ersoy wrote: > Narjes, > > Looking at this a little closer: > http://racingtadpole.com/blog/curve-fitting-cdf-js-d3/ > > They may have solved it for you :). > > Cheers, > - Ole > > > On 06/18/2015

[RESULT] [VOTE] Release Configuration 2.0-beta1 based on RC1

2015-06-18 Thread Oliver Heger
The vote to release [configuration] 2.0-beta1 has passed with the following votes (* = binding): Gary Gregory: +1 (*) Bruno P. Kinoshita -1 Thomas Neidhart +1 (*) Phil Steitz +1 (*) Oliver Heger+1 (*) Many thanks for all reviews and comments. I will

Re: [VOTE] Release Configuration 2.0-beta1 based on RC1

2015-06-18 Thread Oliver Heger
Making my vote explicit: +1 Oliver Am 14.06.2015 um 22:10 schrieb Oliver Heger: > Hi all, > > this is a vote for the first beta version of [configuration] 2.0 based > on the first release candidate. After two alpha versions, it is now time > to move to a beta version. Since the last alpha versi

Re: svn commit: r1686260 [1/5] - in /commons/proper/io/trunk/src: main/java/org/apache/commons/io/ main/java/org/apache/commons/io/input/ main/java/org/apache/commons/io/monitor/ test/java/org/apache/

2015-06-18 Thread Gary Gregory
I'm a RERO fan. Why not cut a release ASAP and iron out the process? Then you can come back and work on your 30 issues. That's a lot of issues! ;-) Gary On Thu, Jun 18, 2015 at 10:21 AM, Kristian Rosenvold < kristian.rosenv...@gmail.com> wrote: > I know about the new policy, I've been using it i

Re: svn commit: r1686260 [1/5] - in /commons/proper/io/trunk/src: main/java/org/apache/commons/io/ main/java/org/apache/commons/io/input/ main/java/org/apache/commons/io/monitor/ test/java/org/apache/

2015-06-18 Thread Kristian Rosenvold
I know about the new policy, I've been using it in compress :) I'm still not entirely sure I'd be able to stage a release in nexus :) But time will tell; I have 30 some issues on my "triage" list right now. I was planning to start that a few weeks ago but I had so many other yaks to shave. Kris

Re: svn commit: r1686260 [1/5] - in /commons/proper/io/trunk/src: main/java/org/apache/commons/io/ main/java/org/apache/commons/io/input/ main/java/org/apache/commons/io/monitor/ test/java/org/apache/

2015-06-18 Thread Gary Gregory
We implemented a new policy a couple of months ago: All Apache Committer can commit to Apache Commons! Pretty cool eh? But a PMC member might need to do some tasks, I'm not sure about that one. Gary On Thu, Jun 18, 2015 at 10:04 AM, Kristian Rosenvold wrote: > I can do the release, but I'm not

Re: svn commit: r1686260 [1/5] - in /commons/proper/io/trunk/src: main/java/org/apache/commons/io/ main/java/org/apache/commons/io/input/ main/java/org/apache/commons/io/monitor/ test/java/org/apache/

2015-06-18 Thread Kristian Rosenvold
I can do the release, but I'm not entirely sure I'd have the necessary priveiliges (since I'm not even a committer in commons). Then again I might have them since I'm a member, I'm a bit unsure :) I suspect nexus wont let me deploy... Kristian 2015-06-18 18:50 GMT+02:00 Gary Gregory : > [io] ne

Re: svn commit: r1686260 [1/5] - in /commons/proper/io/trunk/src: main/java/org/apache/commons/io/ main/java/org/apache/commons/io/input/ main/java/org/apache/commons/io/monitor/ test/java/org/apache/

2015-06-18 Thread Gary Gregory
[io] needs a release bad, it's been way to long. I can live with 1.6 for a release if is soon. Then switch to Java 7. Are you willing to RM? Gary On Thu, Jun 18, 2015 at 9:28 AM, Kristian Rosenvold wrote: > We (maven) /just/ managed to switch to 1.6 baseline. So I'm +1 for making > at least on

Re: svn commit: r1686260 [1/5] - in /commons/proper/io/trunk/src: main/java/org/apache/commons/io/ main/java/org/apache/commons/io/input/ main/java/org/apache/commons/io/monitor/ test/java/org/apache/

2015-06-18 Thread Kristian Rosenvold
We (maven) /just/ managed to switch to 1.6 baseline. So I'm +1 for making at least one more release with 1.6 ;) Kristian 2015-06-18 18:16 GMT+02:00 Gary Gregory : > On Thu, Jun 18, 2015 at 8:57 AM, wrote: > > > Author: krosenvold > > Date: Thu Jun 18 15:57:56 2015 > > New Revision: 1686260 > >

Re: svn commit: r1686260 [1/5] - in /commons/proper/io/trunk/src: main/java/org/apache/commons/io/ main/java/org/apache/commons/io/input/ main/java/org/apache/commons/io/monitor/ test/java/org/apache/

2015-06-18 Thread Gary Gregory
On Thu, Jun 18, 2015 at 8:57 AM, wrote: > Author: krosenvold > Date: Thu Jun 18 15:57:56 2015 > New Revision: 1686260 > > URL: http://svn.apache.org/r1686260 > Log: > Language level code changes > > > ... > > Modified: > commons/proper/io/trunk/src/main/java/org/apache/commons/io/FileSystemUtil

Re: [ALL][COMPRESS] security reports page naming

2015-06-18 Thread Gary Gregory
On Thu, Jun 18, 2015 at 8:13 AM, sebb wrote: > Commons Compress has a Security Reports page: > > http://commons.apache.org/proper/commons-compress/security.html > > which contains details of known security issues. > > The page links to the general commons security page > http://commons.apache.org

Re: plot distribution

2015-06-18 Thread Ole Ersoy
Narjes, Looking at this a little closer: http://racingtadpole.com/blog/curve-fitting-cdf-js-d3/ They may have solved it for you :). Cheers, - Ole On 06/18/2015 06:47 AM, narjes saraie wrote: Hi All. I am beginner in java and have some data.I want to guess a distribution for my data then calc

Re: plot distribution

2015-06-18 Thread Ole Ersoy
Hi Narjes, It's a good idea to prefix your subject with [math], since commons shares multiple projects. Going to take a stab from 50,000 feet. Use the Levenberg Marquardt optimizer to fit the distribution to the data. You could probably use more specific optimizers for certain types of dist

Re: [ALL][COMPRESS] security reports page naming

2015-06-18 Thread Stefan Bodewig
On 2015-06-18, sebb wrote: > Commons Compress has a Security Reports page: > http://commons.apache.org/proper/commons-compress/security.html > which contains details of known security issues. > The page links to the general commons security page > http://commons.apache.org/security.html > for d

[ALL][COMPRESS] security reports page naming

2015-06-18 Thread sebb
Commons Compress has a Security Reports page: http://commons.apache.org/proper/commons-compress/security.html which contains details of known security issues. The page links to the general commons security page http://commons.apache.org/security.html for details of how to report security issues.

Re: [compress] JDK 9 b64 breaks bzip2 decompression

2015-06-18 Thread Stefan Bodewig
On 2015-06-18, Rory O'Donnell wrote: > Did you log a bug at bugs.java.com, if yes can you send me the > Incident number ? Sorry, so far I hadn't found the time to do so, just opened one Review ID: JI-9021700 Stefan - To unsubs

Re: [LANG][COLLECTIONS] Require a static function to swap 2 elements in a array (primitive as well non-primitive)

2015-06-18 Thread venkatesha murthy
Hi Thomas, thanks for responding. Then does ArrayUtils has such a method ; for eg: i couldnt locate such a method in 3.4. am i missing something here. which jar and version should i look at. thanks venkat. On Thu, Jun 18, 2015 at 2:35 PM, Thomas Neidhart wrote: > Hi, > > I think such a featur

Re: Dead link report

2015-06-18 Thread sebb
Bug in site.xml: URL: http://svn.apache.org/r1686216 Log: Absolute local links don't work with Maven site Modified: commons/proper/commons-parent/trunk/src/site/site.xml This will need a new CP release at some point. Meanwhile, sites which have been built with the link in the menu need to b

Re: Dead link report

2015-06-18 Thread sebb
The security link is broken on all the component sites; looks like it should link to the parent (as per the other links in the same section) but for some reason it is not. Investigating. On 18 June 2015 at 14:45, sebb wrote: > Thanks, have just copied it to the appropriate mailing list > (dev@co

Re: Dead link report

2015-06-18 Thread sebb
Thanks, have just copied it to the appropriate mailing list (dev@commons.apache.org) On 18 June 2015 at 11:29, Laurent Barbareau wrote: > Hello, > > On this page http://commons.apache.org/proper/commons-validator/ there's a > dead link into the left menu, for the item General Information > Securi

Re: plot distribution

2015-06-18 Thread narjes saraie
thanks a lot for helping me. I was waiting for answer about 5 days,but could not find it. I sent an email to 'u...@commons.apache.org, with [math]plot distribution I hope to get an answer . best regards On Thu, Jun 18, 2015 at 5:55 AM, sebb wrote: > This is off-topic for the developer list. > >

Re: plot distribution

2015-06-18 Thread sebb
This is off-topic for the developer list. Please subscribe to the Commons User list [1] and post there. Also, please prefix the subject line with: [MATH] i.e. in this case the subject should be [MATH] plot distribution or similar [1] http://commons.apache.org/mail-lists.html and http://commo

plot distribution

2015-06-18 Thread narjes saraie
Hi All. I am beginner in java and have some data.I want to guess a distribution for my data then calculate goodness of fit (gof). I find distribution commons math and use it ,if i want plot my distribution or CDF or probability (X>x), how do it? is it any example for distribution and plotting it. t

Re: [LANG][COLLECTIONS] Require a static function to swap 2 elements in a array (primitive as well non-primitive)

2015-06-18 Thread Thomas Neidhart
Hi, I think such a feature belongs to the ArrayUtils class in lang. Thomas On Thu, Jun 18, 2015 at 5:08 AM, venkatesha murthy < venkateshamurth...@gmail.com> wrote: > Hi All > > I was looking to ArrayUtils(version 3.4) to hopefully find a swap method . > Is this some thing available else where

Re: [compress] JDK 9 b64 breaks bzip2 decompression

2015-06-18 Thread Rory O'Donnell
Hi Stefan Did you log a bug at bugs.java.com, if yes can you send me the Incident number ? Thanks,Rory On 08/06/2015 12:53, dalibor topic wrote: Thanks for stripping the test case down, Stefan - the behaviour sounds rather odd. Please file a bug at bugs.java.com, and let us know what issue

Re: [ANNOUNCE] Apache Commons CLI 1.3.1 released!

2015-06-18 Thread Paul King
Nice work! On Thu, Jun 18, 2015 at 4:48 PM, Benedikt Ritter wrote: > The Apache Commons Team is pleased to announce the release of Apache > Commons CLI 1.3.1. > > The Apache Commons CLI library provides an API for parsing command line > options passed to programs. It's also able to print help me

Re: Apache Commons Configuration & Bean Scripting Framework (BSF) - dependencies on JDK-Internal APIs

2015-06-18 Thread Rory O'Donnell
Thanks Oliver, looking forward to hearing from you. Rgds,Rory On 17/06/2015 20:52, Oliver Heger wrote: Hi Rory, Am 15.06.2015 um 10:04 schrieb Rory O'Donnell: Hi Benedict, I'm contacting you in relation to Apache Commons Configuration & Bean Scripting Framework (BSF), both projects seems to