Re: [math] Porting someone else's work (license and all that)

2011-09-27 Thread Henri Yandell
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

[math] Porting someone else's work (license and all that)

2011-09-27 Thread Sébastien Brisard
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

[Math] NonLinearConjugateGradientOptimizer

2011-09-27 Thread Greg Sterijevski
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:

Re: [io] error running mvn deploy -Prelease

2011-09-27 Thread Gary Gregory
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: >> >> > >> >>

Re: [GUMP@vmgump]: Project commons-dbutils (in module apache-commons) failed

2011-09-27 Thread Bill Speirs
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

Re: [GUMP@vmgump]: Project commons-dbutils (in module apache-commons) failed

2011-09-27 Thread sebb
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(

Re: [GUMP@vmgump]: Project commons-dbutils (in module apache-commons) failed

2011-09-27 Thread Simone Tripodi
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

Re: [io] error running mvn deploy -Prelease

2011-09-27 Thread Gary Gregory
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

[GUMP@vmgump]: Project commons-dbutils (in module apache-commons) failed

2011-09-27 Thread Gump
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

Re: [io] error running mvn deploy -Prelease

2011-09-27 Thread sebb
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/

Re: [io] error running mvn deploy -Prelease

2011-09-27 Thread Gary Gregory
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/

Re: svn commit: r1176273 - /commons/proper/dbutils/trunk/src/test/java/org/apache/commons/dbutils/AsyncQueryRunnerTest.java

2011-09-27 Thread Simone Tripodi
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

Re: svn commit: r1176273 - /commons/proper/dbutils/trunk/src/test/java/org/apache/commons/dbutils/AsyncQueryRunnerTest.java

2011-09-27 Thread Bill Speirs
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

Re: svn commit: r1176273 - /commons/proper/dbutils/trunk/src/test/java/org/apache/commons/dbutils/AsyncQueryRunnerTest.java

2011-09-27 Thread Simone Tripodi
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

Re: svn commit: r1176273 - /commons/proper/dbutils/trunk/src/test/java/org/apache/commons/dbutils/AsyncQueryRunnerTest.java

2011-09-27 Thread Bill Speirs
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:

Re: svn commit: r1176273 - /commons/proper/dbutils/trunk/src/test/java/org/apache/commons/dbutils/AsyncQueryRunnerTest.java

2011-09-27 Thread Stefan Bodewig
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 ---

Re: svn commit: r1176273 - /commons/proper/dbutils/trunk/src/test/java/org/apache/commons/dbutils/AsyncQueryRunnerTest.java

2011-09-27 Thread Simone Tripodi
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

Re: svn commit: r1176273 - /commons/proper/dbutils/trunk/src/test/java/org/apache/commons/dbutils/AsyncQueryRunnerTest.java

2011-09-27 Thread Bill Speirs
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

[GUMP@vmgump]: Project commons-proxy-test (in module apache-commons) failed

2011-09-27 Thread Gump
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

Re: [io] error running mvn deploy -Prelease

2011-09-27 Thread sebb
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

Re: svn commit: r1176273 - /commons/proper/dbutils/trunk/src/test/java/org/apache/commons/dbutils/AsyncQueryRunnerTest.java

2011-09-27 Thread Simone Tripodi
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

Re: svn commit: r1176273 - /commons/proper/dbutils/trunk/src/test/java/org/apache/commons/dbutils/AsyncQueryRunnerTest.java

2011-09-27 Thread Stefan Bodewig
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 ---

[GUMP@vmgump]: Project commons-dbutils (in module apache-commons) failed

2011-09-27 Thread Gump
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