Re: Committed: new database driver for PostgreSQL, SDBCX API for Java

2017-08-24 Thread Matthias Seidel
Am 23.08.2017 um 17:58 schrieb Damjan Jovanovic: > I've patched external_deps.lst, and as of revision 1805933, AOO should > build even without --enable-wiki-publisher. Confirmed! > > On Tue, Aug 22, 2017 at 11:04 PM, Matthias Seidel < > matthias.sei...@hamburg.de> wrote: > >> Am 21.08.2017 um

Re: Committed: new database driver for PostgreSQL, SDBCX API for Java

2017-08-23 Thread Damjan Jovanovic
I've patched external_deps.lst, and as of revision 1805933, AOO should build even without --enable-wiki-publisher. On Tue, Aug 22, 2017 at 11:04 PM, Matthias Seidel < matthias.sei...@hamburg.de> wrote: > Am 21.08.2017 um 19:14 schrieb Damjan Jovanovic: > > Yes. Well done on finding it. You can

Re: Committed: new database driver for PostgreSQL, SDBCX API for Java

2017-08-23 Thread Matthias Seidel
It seems that Java 8 (Oracle) was already installed on Linux64 buildbot. I changed the configuration and forced a new build. Additionally I added French and Italian language to our builds for trunk. Matthias Am 23.08.2017 um 12:30 schrieb Matthias Seidel: > Am 23.08.2017 um 02:41 schrieb

Re: Committed: new database driver for PostgreSQL, SDBCX API for Java

2017-08-23 Thread Matthias Seidel
Am 23.08.2017 um 02:41 schrieb Damjan Jovanovic: > The toUnsignedXxx() methods are from Java 8 :-/. Maybe I can rewrite that > part of the code to use 7. I personally would go with Java 8 for 4.2.0 (trunk)... But that needs to be discussed. Indeed, the buildbot has Java 7 installed

Re: Committed: new database driver for PostgreSQL, SDBCX API for Java

2017-08-22 Thread Damjan Jovanovic
The toUnsignedXxx() methods are from Java 8 :-/. Maybe I can rewrite that part of the code to use 7. On Tue, Aug 22, 2017 at 11:04 PM, Matthias Seidel < matthias.sei...@hamburg.de> wrote: > Am 21.08.2017 um 19:14 schrieb Damjan Jovanovic: > > Yes. Well done on finding it. You can make the

Re: Committed: new database driver for PostgreSQL, SDBCX API for Java

2017-08-22 Thread Matthias Seidel
Am 21.08.2017 um 19:14 schrieb Damjan Jovanovic: > Yes. Well done on finding it. You can make the dependency unconditional, > just like I've done with sdbc_postgres itself. As a workaround the Windows buildbot builds now with "--enable-wiki-publisher" But the Linux64 bot breaks even with that

Re: Committed: new database driver for PostgreSQL, SDBCX API for Java

2017-08-22 Thread Matthias Seidel
Windows build was successful! Linux bot seems to be missing Ant, I have to write to Infra... Am 22.08.2017 um 00:10 schrieb Matthias Seidel: > Am 22.08.2017 um 00:02 schrieb Marcus: >> Am 21.08.2017 um 14:36 schrieb Matthias Seidel: >>> That sounds good! >> thank you very much for bringing

Re: Committed: new database driver for PostgreSQL, SDBCX API for Java

2017-08-21 Thread Matthias Seidel
Am 22.08.2017 um 00:02 schrieb Marcus: > Am 21.08.2017 um 14:36 schrieb Matthias Seidel: >> That sounds good! > > thank you very much for bringing something new into OpenOffice. The > database part needs some improvement, so a new database driver is > fitting good into that. :-) > > I hope that

Re: Committed: new database driver for PostgreSQL, SDBCX API for Java

2017-08-21 Thread Marcus
Am 21.08.2017 um 14:36 schrieb Matthias Seidel: That sounds good! thank you very much for bringing something new into OpenOffice. The database part needs some improvement, so a new database driver is fitting good into that. :-) I hope that the build problems can be solved quick, so that

Re: Committed: new database driver for PostgreSQL, SDBCX API for Java

2017-08-21 Thread Damjan Jovanovic
Yes. Well done on finding it. You can make the dependency unconditional, just like I've done with sdbc_postgres itself. On Monday, August 21, 2017, Matthias Seidel wrote: > Hi Damjan, > > I think the "problem" is in "external_deps.lst": > > --- > if (SOLAR_JAVA==TRUE

Re: Committed: new database driver for PostgreSQL, SDBCX API for Java

2017-08-21 Thread Matthias Seidel
Hi Damjan, I think the "problem" is in "external_deps.lst": --- if (SOLAR_JAVA==TRUE && ENABLE_MEDIAWIKI==YES) MD5 = 4c8c505cc3cba4c467c479e3e0f09ba4 name = commons-lang3-3.3-src.tar.gz URL1 = http://archive.apache.org/dist/commons/lang/source/$(name) URL2 =

Re: Committed: new database driver for PostgreSQL, SDBCX API for Java

2017-08-21 Thread Damjan Jovanovic
My module uses Apache Commons Lang. Maybe I didn't patch configure.ac properly, or maybe you have to run autoconf on that buildbot before ./configure? I can't check for the next few days. On Monday, August 21, 2017, Matthias Seidel wrote: > Hi Damian, > > Maybe it is

Re: Committed: new database driver for PostgreSQL, SDBCX API for Java

2017-08-21 Thread Matthias Seidel
Hi Damian, Maybe it is because we build without Wiki publisher. (What is it good for? I have never seen a working Wiki publisher in the past years...) I have now enabled it (--enable-wiki-publisher), let us wait for a new build... Regards, Matthias Am 21.08.2017 um 14:36 schrieb Matthias

Re: Committed: new database driver for PostgreSQL, SDBCX API for Java

2017-08-21 Thread Matthias Seidel
Hi Damian, That sounds good! Unfortunately your commit seems to break the build on our buildbot(Win10 64bit/Java 8): https://ci.apache.org/projects/openoffice/buildlogs/win/log/wntmsci12.pro.build.html --- 1 module(s): apache-commons need(s) to be rebuilt Reason(s): ERROR: error 65280 occurred

Re: Committed: new database driver for PostgreSQL, SDBCX API for Java

2017-08-21 Thread FR web forum
>In revision 1805579 I committed a large patch to AOO, that implements a >whole new database connector, for the PostgreSQL database. Thanks Damjan for this new feature. I see that you have commited it in future 4.2.0. Did you have some links for this build to testing?