Re: svn commit: r887821 - /commons/proper/dbcp/trunk/xdocs/download_dbcp.xml

2009-12-06 Thread Phil Steitz
Niall Pemberton wrote: > Phil, > > It might be easier (maintenance-wise) to generate two separate pages - > one for each version. i.e. set the commons.release.version to "1.3", > generate the download_dbcp.xml and then rename it to something like > download_dbcp_13.xml then change the commons.rele

Re: svn commit: r887821 - /commons/proper/dbcp/trunk/xdocs/download_dbcp.xml

2009-12-06 Thread Niall Pemberton
Phil, It might be easier (maintenance-wise) to generate two separate pages - one for each version. i.e. set the commons.release.version to "1.3", generate the download_dbcp.xml and then rename it to something like download_dbcp_13.xml then change the commons.release.version to "1.4" and re-generat

[g...@vmgump]: Project commons-jelly-tags-fmt-test (in module commons-jelly) failed

2009-12-06 Thread commons-jelly-tags-fmt development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-jelly-tags-fmt-test has an issue affecting its community integrat

Re: Colt vs. Primitives

2009-12-06 Thread Benson Margulies
Oh, drat, NOW I see your addition to the JIRA. Sorry about that. On Sun, Dec 6, 2009 at 5:24 PM, Niall Pemberton wrote: > On Sun, Dec 6, 2009 at 12:15 PM, Benson Margulies > wrote: >> Folks, >> >> The Colt library contains a pretty good core start to associative >> containers on basic types:

Re: Colt vs. Primitives

2009-12-06 Thread Benson Margulies
Um, in my understanding, if there is source code sitting out there under a 'class A' license, it can be incorporated without being granted/cleared. I've posted a JIRA to legal-discuss about this license and I'm not checking anything in until I hear back. On Sun, Dec 6, 2009 at 5:24 PM, Niall Pembe

Re: Colt vs. Primitives

2009-12-06 Thread Niall Pemberton
On Sun, Dec 6, 2009 at 12:15 PM, Benson Margulies wrote: > Folks, > > The Colt library contains a pretty good core start to associative > containers on basic types: http://acs.lbl.gov/~hoschek/colt. The > license looks like it might be an 'A'. I've posted a JIRA to legal to > check. The usual pro

Re: Colt vs. Primitives

2009-12-06 Thread Benson Margulies
Did you already get a legal OK to incorporate things with that CERN notice? I'm very focused on the collections. On Sun, Dec 6, 2009 at 4:36 PM, Ted Dunning wrote: > As you like.  Forking from the mahout version might be handy for you since > it has already had all the GPL parts stripped out. >

Re: Colt vs. Primitives

2009-12-06 Thread Ted Dunning
As you like. Forking from the mahout version might be handy for you since it has already had all the GPL parts stripped out. Building a trove replace in Mahout's Colt would be nice for us in Mahout since we need basically the same thing as well. As I mentioned, we want the Colt part to remain se

Re: Colt vs. Primitives

2009-12-06 Thread Benson Margulies
I'm trying to make a ASL replacement for Trove, so, license permitting, I will be forking. On Sun, Dec 6, 2009 at 2:14 PM, Ted Dunning wrote: > Mahout has already sucked Colt in.  If you are interested in modernizing it, > that might be a good place to do it. > > We are committed to maintaining i

Re: Colt vs. Primitives

2009-12-06 Thread Ted Dunning
Mahout has already sucked Colt in. If you are interested in modernizing it, that might be a good place to do it. We are committed to maintaining its status as an independent library and are avoiding injecting any other dependencies. On Sun, Dec 6, 2009 at 4:15 AM, Benson Margulies wrote: > > Th

Colt vs. Primitives

2009-12-06 Thread Benson Margulies
Folks, The Colt library contains a pretty good core start to associative containers on basic types: http://acs.lbl.gov/~hoschek/colt. The license looks like it might be an 'A'. I've posted a JIRA to legal to check. --benson - To