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: > >> Am 10.04.2018 um 18:02 s

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, adding

Re: Starting Introduction to Contributing to Apache OpenOffice Module

2018-04-10 Thread Mª José Hidalgo Poderoso - Servicios para empresas
I'd like to do many task like development, translations, graphic design, correcting and making user guides.  I can't use C++ but I can use html, php, css, javascript, vba. -- Mª José Hidalgo Poderoso - Servicios para empresas E-mail: mjhidal...@proyectosmj.es http://www.proyectosmj.es El 09/0

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 tha

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 th

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 that way. >> That is also in m

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... > (Should it be enabled?) > If you

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 trying

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 wrote: >

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 be

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 then

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 emp

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 new minimum version? > > Regar

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 # updat

Re: AOO 4.2.0-dev builds for Linux and macOS

2018-04-10 Thread Jim Jagielski
Hmmm so this is either a code issue on mac specific code or a build issue. Let me look over the build diffs 1st. > On Apr 9, 2018, at 12:35 PM, FR web forum wrote: > >> this is macOS only? > yes > > - > To unsubscribe, e-ma

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, adding the ability to c

Re: Minimum Ant version is now 1.9.1

2018-04-10 Thread Jim Jagielski
+1 > On Apr 10, 2018, at 7:20 AM, Matthias Seidel > wrote: > > 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

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, ad