Re: [Math] Maven expert needed...

2016-02-13 Thread Gilles
On Sat, 13 Feb 2016 14:13:55 -0600, Ole Ersoy wrote: On 02/13/2016 11:29 AM, Gilles wrote: On Sat, 13 Feb 2016 10:40:41 -0600, Ole Ersoy wrote: The project as a whole should probably begin to consider using markdown documents / the github wiki / github pages as a replacement for the documentat

Re: [Math] Maven expert needed...

2016-02-13 Thread Ole Ersoy
On 02/13/2016 11:29 AM, Gilles wrote: On Sat, 13 Feb 2016 10:40:41 -0600, Ole Ersoy wrote: The project as a whole should probably begin to consider using markdown documents / the github wiki / github pages as a replacement for the documentation build step. More loosely coupled documentation i

[dbcp] XA support vs. normal DataSources

2016-02-13 Thread Gary Gregory
Hi All: I was able to get pooling for a JDBC driver simply by doing: DriverAdapterCPDS driverAdapterCPDS = new DriverAdapterCPDS(); driverAdapterCPDS.setUrl("jdbc:my:url:..."); Our CustomDataSource implements DataSource, Referenceable, AutoCloseable but not javax.sql.ConnectionPoolDataSource. S

Re: [Math] Maven expert needed...

2016-02-13 Thread Gilles
On Sat, 13 Feb 2016 10:40:41 -0600, Ole Ersoy wrote: The project as a whole should probably begin to consider using markdown documents / the github wiki / github pages as a replacement for the documentation build step. More loosely coupled documentation is easier to contribute to. Github markdo

Re: [Math] Maven expert needed...

2016-02-13 Thread Ole Ersoy
The project as a whole should probably begin to consider using markdown documents / the github wiki / github pages as a replacement for the documentation build step. More loosely coupled documentation is easier to contribute to. Github markdown documents can be edited directly on github. Mos

Re: [Math] Maven expert needed...

2016-02-13 Thread Gilles
On Sat, 13 Feb 2016 09:59:15 -0600, Brent Worden wrote: Gilles, Did you ever get this figured out? No, I didn't. I will try to find sometime to investigate this weekend if you still need assistance. Thank you, Gilles Thanks, Brent On Feb 5, 2016 6:24 PM, "Gilles" wrote: ... to fix

Re: [Math] Maven expert needed...

2016-02-13 Thread Brent Worden
Gilles, Did you ever get this figured out? I will try to find sometime to investigate this weekend if you still need assistance. Thanks, Brent On Feb 5, 2016 6:24 PM, "Gilles" wrote: > ... to fix the "src/userguide" in order to be able to compile the examples. > > I get compilation errors lik

[collections] An order statistic tree (COLLECTIONS-479)

2016-02-13 Thread Rodion Efremov
I have revived some discussion at https://issues.apache.org/jira/browse/COLLECTIONS-479 (https://issues.apache.org/jira/browse/COLLECTIONS-479) Basically, what interfaces an order statistic tree should implement? What comes to the structure, will a counted AVL-tree do? Best, rodde