Re: Building docs for trunk and 2.4.x without changing char encoding

2020-02-09 Thread Lucien Gentis
Le 09/02/2020 à 16:34, Mike Rumph a écrit : Hello all, Like mentioned before to Eric, I apologize for committing the massive changes resulting from switching to Java 11 without first discussing it on docs (I just didn't understand the issues at that time). One thing is fairly certain is that

Re: Building docs for trunk and 2.4.x without changing char encoding

2020-02-09 Thread Luca Toscano
Hi Mike, no need to apologize! Anybody is welcome to work on docs, these are weird encoding issues, we'll sort them out, it is just a matter of deciding how to proceed :) For buildbot, I am still not sure if it is doable or not, I'll follow up with Humbedooh during the next days but I am pretty s

Re: Building docs for trunk and 2.4.x without changing char encoding

2020-02-09 Thread Mike Rumph
Hello all, Like mentioned before to Eric, I apologize for committing the massive changes resulting from switching to Java 11 without first discussing it on docs (I just didn't understand the issues at that time). One thing is fairly certain is that we wouldn't want to keep switching back and forth

Re: Building docs for trunk and 2.4.x without changing char encoding

2020-02-09 Thread Luca Toscano
Hi Lucien, I am using java 8, not 11 :) What Christophe suggested seems right, namely that Mike R. committed with r1873229 new versions of files replacing UTF-8 chars with something different. For example, in my current case the following diff shows up after building: docs/manual/rewrite/flags.h

Re: Building docs for trunk and 2.4.x without changing char encoding

2020-02-09 Thread Lucien Gentis
Hi, I cannot reproduce these diff here. I also have java 11 ; java --version gives : openjdk 11.0.6 2020-01-14 OpenJDK Runtime Environment (build 11.0.6+10-post-Debian-1deb10u1) OpenJDK 64-Bit Server VM (build 11.0.6+10-post-Debian-1deb10u1, mixed mode, sharing) I have downloaded trunk repos

Re: Building docs for trunk and 2.4.x without changing char encoding

2020-02-09 Thread Luca Toscano
Thanks! What should be the best course of action then? Should I just commit my version to trunk (generated with java8) or should we proceed in a different way? Luca Il giorno dom 9 feb 2020 alle ore 09:46 Marion & Christophe JAILLET ha scritto: > > You see some differences on trunk only because

Re: Building docs for trunk and 2.4.x without changing char encoding

2020-02-09 Thread Marion & Christophe JAILLET
You see some differences on trunk only because Mike R has committed files generated with Java 11 on trunk. I guess that the last one who committed generated files on 2.4 was using an Java 8 or older version. CJ Le 08/02/2020 à 18:28, Luca Toscano a écrit : Wasn't able to repro in 2.4.x (docs

Re: Building docs for trunk and 2.4.x without changing char encoding

2020-02-08 Thread Luca Toscano
Hi Lucien, some of the files: docs/manual/rewrite/flags.html.en docs/manual/new_features_2_4.html.en docs/manual/mod/mod_systemd.html.en Il giorno sab 8 feb 2020 alle ore 18:29 Lucien Gentis ha scritto: > > In what file do you get the diff : > > - title="Español"> es  | > - title="Français"> fr

Re: Building docs for trunk and 2.4.x without changing char encoding

2020-02-08 Thread Luca Toscano
Wasn't able to repro in 2.4.x (docs build repo up to date to last version, same environment), in fact I just committed http://svn.apache.org/r1873802. Very strange.. If anybody has suggestions, I am all ears! I'll keep testing :) Luca Il giorno sab 8 feb 2020 alle ore 17:55 Luca Toscano ha scrit

Re: Building docs for trunk and 2.4.x without changing char encoding

2020-02-08 Thread Lucien Gentis
In what file do you get the diff : - es  | - fr  | + es  | + fr  | Le 08/02/2020 à 17:55, Luca Toscano a écrit : Hi Mike, thanks for following up. I noticed the thread but I am using java 8, and I haven't had any problems with it in the past, so I didn't try to remove the Xbootclasspath parame

Re: Building docs for trunk and 2.4.x without changing char encoding

2020-02-08 Thread Luca Toscano
Hi Mike, thanks for following up. I noticed the thread but I am using java 8, and I haven't had any problems with it in the past, so I didn't try to remove the Xbootclasspath parameter. I just did now but the problem persists, so it must be something else :( Luca Il giorno sab 8 feb 2020 alle or

Re: Building docs for trunk and 2.4.x without changing char encoding

2020-02-08 Thread Mike Rumph
I should also mention that this difference does not appear in the .html.utf8 files. On Sat, Feb 8, 2020 at 7:59 AM Mike Rumph wrote: > Hello Luca, > > See the previous thread related to commit r1873229: > - http://mail-archives.apache.org/mod_mbox/httpd-docs/202001.mbox/browser > > I caused a pr

Re: Building docs for trunk and 2.4.x without changing char encoding

2020-02-08 Thread Mike Rumph
Hello Luca, See the previous thread related to commit r1873229: - http://mail-archives.apache.org/mod_mbox/httpd-docs/202001.mbox/browser I caused a problem or solved one depending on one's perspective. I created a massive change by running ./build.sh with Java 11. (Was it right or wrong to comm