Re: [jexl] empty() function crashes if called with int[]

2012-08-11 Thread henrib
Hi, The empty map syntax is { : } . May I suggest you create issues within Jira with your test cases, it might ease getting them solved released. Btw, I've committed solutions for your last 2 problems in jexl(3) trunk. Regards -- View this message in context:

Re: [email] Download on all mirrors broken?

2012-08-11 Thread sebb
On 9 August 2012 22:18, Stefan at WPF stefan.at@googlemail.com wrote: Hello, seems like the download for 1.3 is broken on all mirrors (or at least many of them - couldn't find one that works for 1.3, only 1.2 available). 1.3 has yet to be released. One might try yourself:

[net] Supporting multiple encodings in NNTP

2012-08-11 Thread Daniel Ladenhauf
Hi there, I'm developing some NNTP client stuff, mainly for use with my university's NNTP server. It works really well so far, except one thing: articles come in different encodings (mainly ISO-8859-1, but also ISO-8859-15 and UTF-8), and I have/want to be able to show all of them correctly.

Re: [email] Download on all mirrors broken?

2012-08-11 Thread sebb
On 11 August 2012 13:13, sebb seb...@gmail.com wrote: On 9 August 2012 22:18, Stefan at WPF stefan.at@googlemail.com wrote: Hello, seems like the download for 1.3 is broken on all mirrors (or at least many of them - couldn't find one that works for 1.3, only 1.2 available). 1.3 has yet

Re: [lang] commons-lang 3.1 and commons-configuration

2012-08-11 Thread Oliver Heger
Am 10.08.2012 14:12, schrieb Tom Weissinger: Oliver, Thanks for the information. Is the expectation that commons-configuration will undergo the same sort of change, where all the package names change to have configuration2 like what was done with lang3? Yes, both the package names and the

Re: [math] QR decomposition in HarmonicFitter

2012-08-11 Thread Gilles Sadowski
Hi. I am trying to set up a harmonic fitter to determine periodicity of a data set. My code: import org.apache.commons.math3.optimization.fitting.HarmonicFitter; import org.apache.commons.math3.optimization.fitting.WeightedObservedPoint; import