Re: [all] simplifying releases: dist vs. maven repo

2013-12-13 Thread Phil Steitz
On 12/13/13, 12:34 PM, Gary Gregory wrote: > On Fri, Dec 13, 2013 at 3:29 PM, Phil Steitz wrote: > >> On 12/13/13, 11:34 AM, Gary Gregory wrote: >>> On Fri, Dec 13, 2013 at 12:57 AM, Phil Steitz >> wrote: On 12/12/13, 6:50 PM, Gary Gregory wrote: > Hi All: > > We talk on and off

Re: [all] simplifying releases: dist vs. maven repo

2013-12-13 Thread sebb
On 13 December 2013 20:34, Gary Gregory wrote: > On Fri, Dec 13, 2013 at 3:29 PM, Phil Steitz wrote: > >> On 12/13/13, 11:34 AM, Gary Gregory wrote: >> > On Fri, Dec 13, 2013 at 12:57 AM, Phil Steitz >> wrote: >> > >> >> On 12/12/13, 6:50 PM, Gary Gregory wrote: >> >>> Hi All: >> >>> >> >>> We t

Re: [all] simplifying releases: dist vs. maven repo

2013-12-13 Thread Gary Gregory
On Fri, Dec 13, 2013 at 3:29 PM, Phil Steitz wrote: > On 12/13/13, 11:34 AM, Gary Gregory wrote: > > On Fri, Dec 13, 2013 at 12:57 AM, Phil Steitz > wrote: > > > >> On 12/12/13, 6:50 PM, Gary Gregory wrote: > >>> Hi All: > >>> > >>> We talk on and off as to how painful it is to release component

Re: [all] simplifying releases: dist vs. maven repo

2013-12-13 Thread Phil Steitz
On 12/13/13, 11:34 AM, Gary Gregory wrote: > On Fri, Dec 13, 2013 at 12:57 AM, Phil Steitz wrote: > >> On 12/12/13, 6:50 PM, Gary Gregory wrote: >>> Hi All: >>> >>> We talk on and off as to how painful it is to release components. >>> >>> One of these pains is that we distribute to multiple places

Re: [all] simplifying releases: dist vs. maven repo

2013-12-13 Thread Gary Gregory
On Fri, Dec 13, 2013 at 12:57 AM, Phil Steitz wrote: > On 12/12/13, 6:50 PM, Gary Gregory wrote: > > Hi All: > > > > We talk on and off as to how painful it is to release components. > > > > One of these pains is that we distribute to multiple places: An Apache > > "dist" folder and the Apache Ma

Re: [all] simplifying releases: dist vs. maven repo

2013-12-13 Thread Mark Thomas
On 13/12/2013 02:50, Gary Gregory wrote: > Hi All: > > We talk on and off as to how painful it is to release components. > > One of these pains is that we distribute to multiple places: An Apache > "dist" folder and the Apache Maven repository. > > Clearly, Maven is here to stay. > > So why not

[MATH] Eigen decomposition of matrices consisting of RealFieldElements

2013-12-13 Thread Martin Grotle Soukup
Hi, The linear-package in commons-math contains a class that does an eigen value decomposition of a RealMatrix. Would there be of interest to add a similar class doing eigen value decomposition of a matrix consisting of RealFieldElements? I am happy to help if this is the case. Best regards, Mar

Re: [all] simplifying releases: dist vs. maven repo

2013-12-13 Thread Emmanuel Bourg
Le 13/12/2013 10:58, Bernd Eckenfels a écrit : > I find it very usefull when the IDE will automatically download javadocs > and sources for a given dependency so I can browse into. For this to > work -src and -javadoc have to be in the repo. I agree, but that's the -sources artifact, not the -src

Re: [all] simplifying releases: dist vs. maven repo

2013-12-13 Thread Bernd Eckenfels
Am 13.12.2013, 07:29 Uhr, schrieb Emmanuel Bourg : I don't think the -src and -bin files should be in Maven, that's not its purpose. I find it very usefull when the IDE will automatically download javadocs and sources for a given dependency so I can browse into. For this to work -src and -j