Re: buildbot failure in on openoffice-linux64-nightly

2018-04-10 Thread Damjan Jovanovic
Am I the only one seeing the Windows build crash on startup? :( On Tue, Apr 10, 2018 at 7:03 PM, Matthias Seidel wrote: > Am 10.04.2018 um 18:58 schrieb Damjan Jovanovic: > > On Tue, Apr 10, 2018 at 6:24 PM, Matthias Seidel < > matthias.sei...@hamburg.de > >> wrote:

Re: Time to push on for 4.2.0

2018-04-10 Thread Damjan Jovanovic
Hi Before we start on 4.2.0 I would like to finish off porting one final module, main/jvmfwk, to gbuild. Then I'll take a break from the build changes, and would like to contribute these improvements: * Overhaul our Java support. Support newer Java versions. Enhance Java detection on *nix,

Re: Time to push on for 4.2.0

2018-04-10 Thread Marcus
Am 10.04.2018 um 14:54 schrieb Jim Jagielski: We have still not yet made any strategic determination... We have a possible scenario where gstreamer can be built regardless of what version the build system has in place, but, afaict, that has not yet been folded in. My suggestion would be that

Search for duplicates

2018-04-10 Thread Miriam Robarts
Hello, I was just writing a book review & thinking of my pet peeve regarding repetition of words, when I realized that this could be a useful tool in word processing programs. I know you can use the find feature to look for similar words to the search term, but it would be great to have a tool

Re: buildbot failure in on openoffice-linux64-nightly

2018-04-10 Thread Matthias Seidel
Am 10.04.2018 um 18:58 schrieb Damjan Jovanovic: > On Tue, Apr 10, 2018 at 6:24 PM, Matthias Seidel > wrote: >> Am 10.04.2018 um 18:02 schrieb Damjan Jovanovic: >>> Thank you. Windows worked for me too, probably because I used >>> --without-junit and skipped the tests

Re: buildbot failure in on openoffice-linux64-nightly

2018-04-10 Thread Damjan Jovanovic
On Tue, Apr 10, 2018 at 6:24 PM, Matthias Seidel wrote: > Am 10.04.2018 um 18:02 schrieb Damjan Jovanovic: > > Thank you. Windows worked for me too, probably because I used > > --without-junit and skipped the tests that way. > > That is also in my configure... >

Re: buildbot failure in on openoffice-linux64-nightly

2018-04-10 Thread Matthias Seidel
Am 10.04.2018 um 18:02 schrieb Damjan Jovanovic: > Thank you. Windows worked for me too, probably because I used > --without-junit and skipped the tests that way. That is also in my configure... (Should it be enabled?) > > In 1828829 I committed a check for whether tests are present before

Re: buildbot failure in on openoffice-linux64-nightly

2018-04-10 Thread Damjan Jovanovic
Thank you. Windows worked for me too, probably because I used --without-junit and skipped the tests that way. In 1828829 I committed a check for whether tests are present before trying to compile them. I think it should fix this problem. On Tue, Apr 10, 2018 at 4:31 PM, Matthias Seidel

Fwd: buildbot failure in on openoffice-linux64-nightly

2018-04-10 Thread Matthias Seidel
This time it seems to be Linux failing, while Windows builds fine... 1 module(s): ridljar need(s) to be rebuilt Reason(s): ERROR: error 65280 occurred while making /home/buildslave/slave/openoffice-linux64-nightly/build/main/ridljar/prj Weitergeleitete Nachricht Betreff:

Re: Time to push on for 4.2.0

2018-04-10 Thread Matthias Seidel
Am 10.04.2018 um 14:54 schrieb Jim Jagielski: > We have still not yet made any strategic determination... We have > a possible scenario where gstreamer can be built regardless of > what version the build system has in place, but, afaict, that has > not yet been folded in. > > My suggestion would

Time to push on for 4.2.0

2018-04-10 Thread Jim Jagielski
We have still not yet made any strategic determination... We have a possible scenario where gstreamer can be built regardless of what version the build system has in place, but, afaict, that has not yet been folded in. My suggestion would be that that gets committed ASAP so we can test it. We

Thesis Survey - Personality and Burnout in Software Developers

2018-04-10 Thread Emanuel Mellblom
Thesis Survey - Personality and Burnout in Software Developers Hello, We are two university students conducting a thesis research project which investigates the correlation between a software developer’s personality traits and their susceptibility to workplace burnout. If you are currently

Re: Minimum Ant version is now 1.9.1

2018-04-10 Thread Damjan Jovanovic
I've also updated our Java policy wiki page with the new requirements: https://wiki.openoffice.org/wiki/Policies/Java_Usage On Tue, Apr 10, 2018 at 1:20 PM, Matthias Seidel wrote: > Hi, > > Maybe we should set: > > ant_minver=1.7.0 > > in main/configure.ac to the

Re: Minimum Ant version is now 1.9.1

2018-04-10 Thread Matthias Seidel
Am 10.04.2018 um 13:26 schrieb Jim Jagielski: > No prob... I've been using at least that version on the Linux and macOS > builds for 4.1.x The same for the Windows builds. It seems that the minimum Ant version was indeed 1.6.0 and only 1.7.0 if MedaiWiki was enabled. --- ant_minver=1.6.0 #

Re: Minimum Ant version is now 1.9.1

2018-04-10 Thread Jim Jagielski
No prob... I've been using at least that version on the Linux and macOS builds for 4.1.x > On Apr 8, 2018, at 8:59 AM, Damjan Jovanovic wrote: > > Hi > > In porting main/jurt to gbuild in commits 1828636 and 1828638, I've ended > up doing considerable development in Ant,

Re: Minimum Ant version is now 1.9.1

2018-04-10 Thread Matthias Seidel
Hi, Maybe we should set:   ant_minver=1.7.0 in main/configure.ac to the new minimum version? Regards,    Matthias Am 08.04.2018 um 14:59 schrieb Damjan Jovanovic: > Hi > > In porting main/jurt to gbuild in commits 1828636 and 1828638, I've ended > up doing considerable development in Ant,