Re: [PROPOSAL][nabla] proposal and start code are available in subversion repository

2008-04-15 Thread Phil Steitz
One more thing to verify. The code has a dependency on asm. I don't know where the music has stopped in the epic saga of what is OK, what is not OK re third party dependencies for ASF projects, but we will need to get this blessed: http://asm.objectweb.org/license.html Looks fine to me, but sho

Re: [PROPOSAL][nabla] proposal and start code are available in subversion repository

2008-04-15 Thread Phil Steitz
On 4/15/08, Luc Maisonobe <[EMAIL PROTECTED]> wrote: > Niall Pemberton wrote: > > > the current code requires Java 1.6 to build. > > > > Yes, I missed that, thanks for reporting it. > > The reason is that several methods have been introduced in Math and > StrictMath as of java 6 (nextAfter, nextUp,

Re: [PROPOSAL][nabla] proposal and start code are available in subversion repository

2008-04-15 Thread Luc Maisonobe
Niall Pemberton wrote: the current code requires Java 1.6 to build. Yes, I missed that, thanks for reporting it. The reason is that several methods have been introduced in Math and StrictMath as of java 6 (nextAfter, nextUp, scalb, copysign) and I use some of them to implement their derivat

Re: [PROPOSAL][nabla] proposal and start code are available in subversion repository

2008-04-15 Thread Matt Benson
--- Niall Pemberton <[EMAIL PROTECTED]> wrote: > I've uploaded the Nabla site - but I used the > 5-SNAPSHOT version of > commons-sandbox-parent to avoid the issue Matt found > with the apidocs. > Should be there in a few hours after the next sync. Ah, this gave my mvn-impaired brain the jolt it

Re: [PROPOSAL][nabla] proposal and start code are available in subversion repository

2008-04-15 Thread Niall Pemberton
I've uploaded the Nabla site - but I used the 5-SNAPSHOT version of commons-sandbox-parent to avoid the issue Matt found with the apidocs. Should be there in a few hours after the next sync. Niall On Tue, Apr 15, 2008 at 2:42 PM, Luc Maisonobe <[EMAIL PROTECTED]> wrote: > The proposal for the nab

Re: [PROPOSAL][nabla] proposal and start code are available in subversion repository

2008-04-15 Thread Niall Pemberton
On Tue, Apr 15, 2008 at 2:42 PM, Luc Maisonobe <[EMAIL PROTECTED]> wrote: > The proposal for the nabla sandbox component has been put in the svn > repository. You can view it online at the following URL: > > > http://svn.apache.org/viewvc/commons/sandbox/nabla/trunk/PROPOSAL.html?view=co > > The e

[PROPOSAL][nabla] proposal and start code are available in subversion repository

2008-04-15 Thread Luc Maisonobe
The proposal for the nabla sandbox component has been put in the svn repository. You can view it online at the following URL: http://svn.apache.org/viewvc/commons/sandbox/nabla/trunk/PROPOSAL.html?view=co The existing code has been imported too (sorry for the commit noise). You can check it ou