Re: [jira] [Apache Infrastructure] Grant write access to Apache Commons git repositories to all ASF committers

2016-04-10 Thread Sergio Fernández
Hi Benedikt, On Sun, Apr 10, 2016 at 6:31 PM, Benedikt Ritter wrote: > Hi, > > this issue has been fixed. All ASF committers should now be able to write > to our git repositories. Sergio, can you give it a try and commit something > to the commons-lang git repo? > Tested and working: https://g

Fwd: [jira] [Apache Infrastructure] Grant write access to Apache Commons git repositories to all ASF committers

2016-04-10 Thread Benedikt Ritter
Hi, this issue has been fixed. All ASF committers should now be able to write to our git repositories. Sergio, can you give it a try and commit something to the commons-lang git repo? Thanks! Benedikt -- Forwarded message - From: Mark Thomas Date: Sa., 9. Apr. 2016 um 21:37 Uhr

Re: [CRYPTO] Git repository requested

2016-04-10 Thread Benedikt Ritter
Hello, Gangumalla, Uma schrieb am Sa., 9. Apr. 2016 um 21:17 Uhr: > Ok. Intel should file CCLA for this? Or some management mail proof should > be sufficient? > Please let me know, based on that I would work on them to get it. > CCLA sounds good, but I'm not sure. Can anybody help? Benedikt

RE: [MATH] adding maven repo for math4 to other projects

2016-04-10 Thread dbrosIus
Using mvn install will add math4 to your local repository.  Then you can use it like any other dependency.  Original message From: Eric Barnhill Date: 04/10/2016 5:12 AM (GMT-05:00) To: Commons Developers List Subject: [MATH] adding maven repo for math4 to other projects

[MATH] adding maven repo for math4 to other projects

2016-04-10 Thread Eric Barnhill
Right now my projects that use commons-math4 are compiled using Eclipse's "Configure Build Path" feature. I would like to change over to using maven builds, however I don't see a publicly available repo for math4 that I can add to the POM. Consequently I am running "maven package" in my commons-mat

Re: [COLLECTIONS] [DISCUSS] Possible candidate for inclusion in Commons-Collections: OrderedSet (provides composite-key based ordering of a set of values)

2016-04-10 Thread Daniel Vimont
I very much appreciate your feedback on this so far! Clearly, one major challenge before me is to provide much better documentation, and by "better" I mean documentation which explains up front (within the first couple of sentences) what differentiates the OrderedSet implementation from other Coll