CPL is a weak-copyleft license - ie) putting source derived from it
inside Commons Math will make all of Commons Math CPL licensed.
If Mr Saunders is the only copyright owner, and were happy to sign a
grant or ICLA, then the CPL wouldn't apply in our use of it (ie: no
issue).
Hen
2011/9/27 Sébas
Dear Commons-Math community,
I've recently been using quite extensively the SYMMLQ linear iterative
solver proposed by Page and Saunders, for its ability to handle
symmetric *non-definite* systems. I know it's not the only one around,
but that's not the point.
My point is I would like to commit thi
Hello All,
I am working on limited dependent variable regressions. I am testing part of
a logit regression routine. As part of the estimation technique I am need to
do some nonlinear optimization. Using the
NonLinearConjugateGradientOptimizer, I submit my problem, but get the
following exception:
On Tue, Sep 27, 2011 at 5:48 PM, Gary Gregory wrote:
> On Tue, Sep 27, 2011 at 4:30 PM, sebb wrote:
>
>> On 27 September 2011 21:06, Gary Gregory wrote:
>> > On Tue, Sep 27, 2011 at 7:09 AM, sebb wrote:
>> >
>> >> On 27 September 2011 02:46, Gary Gregory
>> wrote:
>> >> > Hi All:
>> >> >
>> >>
Yea... it's a race condition, so it's not always going to trigger.
I've updated to the latest version from SVN, but that is still broken.
I have a patch, but I guess it never made it through e-mail :-(
I'll have to send it tomorrow from work, but I'll submit it via JIRA.
Thanks...
Bill-
On Tue
Test work OK for me with M221 and Java 1.5/1.6, but I get
Test set: org.apache.commons.dbutils.AsyncQueryRunnerTest
---
Tests run: 33, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.813
sec <<< FAILURE!
testGoodQuery(
looks like the previous fix didn't work :(
Simo
http://people.apache.org/~simonetripodi/
http://www.99soft.org/
On Tue, Sep 27, 2011 at 10:41 PM, Gump wrote:
> To whom it may engage...
>
> This is an automated request, but not an unsolicited one. For
> more information please visit http://gump
On Tue, Sep 27, 2011 at 4:30 PM, sebb wrote:
> On 27 September 2011 21:06, Gary Gregory wrote:
> > On Tue, Sep 27, 2011 at 7:09 AM, sebb wrote:
> >
> >> On 27 September 2011 02:46, Gary Gregory
> wrote:
> >> > Hi All:
> >> >
> >> > I've deployed a successful SNAPSHOT with Maven (mvn deploy -Pr
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-dbutils has an issue affecting its community integration.
This iss
On 27 September 2011 21:06, Gary Gregory wrote:
> On Tue, Sep 27, 2011 at 7:09 AM, sebb wrote:
>
>> On 27 September 2011 02:46, Gary Gregory wrote:
>> > Hi All:
>> >
>> > I've deployed a successful SNAPSHOT with Maven (mvn deploy -Prelease)
>> here:
>> >
>> https://repository.apache.org/content/
On Tue, Sep 27, 2011 at 7:09 AM, sebb wrote:
> On 27 September 2011 02:46, Gary Gregory wrote:
> > Hi All:
> >
> > I've deployed a successful SNAPSHOT with Maven (mvn deploy -Prelease)
> here:
> >
> https://repository.apache.org/content/repositories/snapshots/commons-io/commons-io/2.1-SNAPSHOT/
Hi Bill,
I think that mailman blocked mail attachs :(
Anyway, the current trunk should be working now, let's wait for next
Gump execution
All the best, and thanks for your help!
Simo
http://people.apache.org/~simonetripodi/
http://www.99soft.org/
On Tue, Sep 27, 2011 at 5:57 PM, Bill Speirs wr
Simo-
When I ran the unit tests I did not check the code. My updates to the
unit tests were lost, so I can understand why they were breaking on
the test machine. It is basically a race condition so it will fail for
some people, but not for others. I have fixed the tests and attached a
patch/diff t
Thanks a lot Bill!!!
so, I'd like to ask you to keep an eye on latest committed version of
the AsyncQueryRunnerTest, to make sure it compliant to what you
submitted on Jira.
Thanks a lot in advance, have a nice day!
Simo
http://people.apache.org/~simonetripodi/
http://www.99soft.org/
On Tue, Se
Yes, I'm working on Windows with Java:
java version "1.6.0_26"
Java(TM) SE Runtime Environment (build 1.6.0_26-b03)
Java HotSpot(TM) Client VM (build 20.1-b02, mixed mode, sharing)
I updated to revision 1176388, and ran all the tests through Maven:
Tests run: 149, Failures: 0, Errors: 0, Skipped:
On 2011-09-27, Bill Speirs wrote:
> So the issue has been fixed?
> If not, can we get the output of
> /srv/gump/public/workspace/apache-commons/dbutils/target/surefire-reports?
I'll make sure Gump publishes them on subsequent runs.
Stefan
---
Hi Bill,
IIUC you are developing on Windows, right? can you try please updating
and run the tests?
May thanks in advance!
SImo
http://people.apache.org/~simonetripodi/
http://www.99soft.org/
On Tue, Sep 27, 2011 at 3:13 PM, Bill Speirs wrote:
> So the issue has been fixed?
>
> If not, can we g
So the issue has been fixed?
If not, can we get the output of
/srv/gump/public/workspace/apache-commons/dbutils/target/surefire-reports?
Thanks...
Bill-
On Tue, Sep 27, 2011 at 4:55 AM, Simone Tripodi
wrote:
> Hi Stefan!!!
> I think so, you are right! I'm on a mac os x lion and I ran tests wit
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-proxy-test has an issue affecting its community integration.
This
On 27 September 2011 02:46, Gary Gregory wrote:
> Hi All:
>
> I've deployed a successful SNAPSHOT with Maven (mvn deploy -Prelease) here:
> https://repository.apache.org/content/repositories/snapshots/commons-io/commons-io/2.1-SNAPSHOT/
>
> I get the following error when I run "mvn deploy -Preleas
Hi Stefan!!!
I think so, you are right! I'm on a mac os x lion and I ran tests with
both Java5 and 6, what is curious is that tests ran with Java6 were
not affected by the issues that instead Java5 reported.
That was the only way I was able to replicate the broken tests and find the fix.
Have a nic
On 2011-09-27, wrote:
> fixed broken tests notified by Gump (broken on Java5, worked on Java6...)
Gump is running on OpenJDK 6 right now, so it probably is not a version
but maybe an implementation (Apple, IBM or Oracle vs OpenJDK)
difference?
Stefan
---
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-dbutils has an issue affecting its community integration.
This iss
23 matches
Mail list logo