Re: Failing downloads during bootstrap [Was Re: Java 8 and Ant 1.10]

2021-02-18 Thread Dylan Pham
Hi Rigo, Thanks for sharing. I looked at the downloading external dependencies perl script and seems like it uses the LWP::UserAgent perl module and I think I need to reinstall it. Also the Archive::Zip perl module is giving me grief as well. I'm trying on different OS X platforms to see which

Failing downloads during bootstrap [Was Re: Java 8 and Ant 1.10]

2021-02-18 Thread Arrigo Marchiori
Hello Dylan, On Tue, Feb 16, 2021 at 06:35:34PM -0800, Dylan Pham wrote: > Has anyone experienced issue with the build script downloading external > files to ext_sources with ./bootstrap? It's throwing me a 500 Can't > connect...error but I can manually download the file just fine. This didn't >

Re: Java 8 and Ant 1.10

2021-02-16 Thread Dylan Pham
Has anyone experienced issue with the build script downloading external files to ext_sources with ./bootstrap? It's throwing me a 500 Can't connect...error but I can manually download the file just fine. This didn't happen before... On Thu, Feb 11, 2021 at 10:28 PM Mechtilde wrote: > Hello, > >

Re: Java 8 and Ant 1.10

2021-02-11 Thread Mechtilde
Hello, Am 12.02.21 um 01:08 schrieb Carl Marcum: > Hi Jim, > > On 2/11/21 7:30 AM, Jim Jagielski wrote: >> Carl, on what platform? TIA. > > CentOS 7. and I tested Debian 10 > >> >>> On Feb 11, 2021, at 6:26 AM, Carl Marcum wrote: >>> >>> On 2/9/21 6:39 PM, Carl Marcum wrote: On 2/8/21

Re: Java 8 and Ant 1.10

2021-02-11 Thread Carl Marcum
Hi Jim, On 2/11/21 7:30 AM, Jim Jagielski wrote: Carl, on what platform? TIA. CentOS 7. On Feb 11, 2021, at 6:26 AM, Carl Marcum wrote: On 2/9/21 6:39 PM, Carl Marcum wrote: On 2/8/21 8:54 PM, Carl Marcum wrote: On 2/8/21 7:15 PM, Carl Marcum wrote: Hi Jim, On 2/8/21 12:51 PM, Jim

Re: Java 8 and Ant 1.10

2021-02-11 Thread Jim Jagielski
Carl, on what platform? TIA. > On Feb 11, 2021, at 6:26 AM, Carl Marcum wrote: > > On 2/9/21 6:39 PM, Carl Marcum wrote: >> On 2/8/21 8:54 PM, Carl Marcum wrote: >>> On 2/8/21 7:15 PM, Carl Marcum wrote: Hi Jim, On 2/8/21 12:51 PM, Jim Jagielski wrote: > Anyone tried

Re: Java 8 and Ant 1.10

2021-02-11 Thread Carl Marcum
On 2/9/21 6:39 PM, Carl Marcum wrote: On 2/8/21 8:54 PM, Carl Marcum wrote: On 2/8/21 7:15 PM, Carl Marcum wrote: Hi Jim, On 2/8/21 12:51 PM, Jim Jagielski wrote: Anyone tried building HEAD of AOO42X w/ Java8 (or later) and Apache Ant 1.10?

Re: Java 8 and Ant 1.10

2021-02-10 Thread Matthias Seidel
Hi Carl, Am 10.02.21 um 12:08 schrieb Carl Marcum: > > BTW I use SDKMAN on Linux and it makes it very easy and fast to swap > versions of things like Java and Ant. > https://sdkman.io/ That looks interesting, thanks for the link! Regards,    Matthias > > Thanks, > Carl > smime.p7s

Re: Java 8 and Ant 1.10

2021-02-10 Thread Jim Jagielski
For me, the issue seemed to be this code chunk in scripting/java/build.xml Previously, the java.version was 1.7 which made trying to build break when using Java8 on the mac. Since the above edit, all proceeds fine. No doubt, there is a more

Re: Java 8 and Ant 1.10

2021-02-10 Thread Carl Marcum
Hi Matthias, On 2/9/21 6:47 PM, Matthias Seidel wrote: Hi Carl, Am 10.02.21 um 00:39 schrieb Carl Marcum: On 2/8/21 8:54 PM, Carl Marcum wrote: On 2/8/21 7:15 PM, Carl Marcum wrote: Hi Jim, On 2/8/21 12:51 PM, Jim Jagielski wrote: Anyone tried building HEAD of AOO42X w/ Java8 (or later)

Re: Java 8 and Ant 1.10

2021-02-10 Thread Mechtilde
Hello Carl, Hello all, Am 10.02.21 um 08:23 schrieb Peter Kovacs: > Java 11 and Later will create issues. > Since LTS version 8 has now 10 year support I would stick with Java 8 and not > bother with oracles development at this point. > > Am 10. Februar 2021 00:47:17 MEZ schrieb Matthias

Re: Java 8 and Ant 1.10

2021-02-10 Thread Dylan Pham
My mistake, I was building trunk instead of AOO42X... On Tue, Feb 9, 2021 at 11:44 PM Dylan Pham wrote: > this is encouraging. the end of the tunnel is sorta in sight. attempting > to figure out what ails these modules. > > ** > ERROR: ERROR:

Re: Java 8 and Ant 1.10

2021-02-09 Thread Dylan Pham
this is encouraging. the end of the tunnel is sorta in sight. attempting to figure out what ails these modules. ** ERROR: ERROR: Missing files in function: remove_Files_Without_Sourcedirectory ** in

Re: Java 8 and Ant 1.10

2021-02-09 Thread Peter Kovacs
Java 11 and Later will create issues. Since LTS version 8 has now 10 year support I would stick with Java 8 and not bother with oracles development at this point. Am 10. Februar 2021 00:47:17 MEZ schrieb Matthias Seidel : >Hi Carl, > >Am 10.02.21 um 00:39 schrieb Carl Marcum: >> On 2/8/21 8:54

Re: Java 8 and Ant 1.10

2021-02-09 Thread Matthias Seidel
Hi Carl, Am 10.02.21 um 00:39 schrieb Carl Marcum: > On 2/8/21 8:54 PM, Carl Marcum wrote: >> On 2/8/21 7:15 PM, Carl Marcum wrote: >>> Hi Jim, >>> >>> On 2/8/21 12:51 PM, Jim Jagielski wrote: Anyone tried building HEAD of AOO42X w/ Java8 (or later) and Apache Ant 1.10?

Re: Java 8 and Ant 1.10

2021-02-09 Thread Carl Marcum
On 2/8/21 8:54 PM, Carl Marcum wrote: On 2/8/21 7:15 PM, Carl Marcum wrote: Hi Jim, On 2/8/21 12:51 PM, Jim Jagielski wrote: Anyone tried building HEAD of AOO42X w/ Java8 (or later) and Apache Ant 1.10? - To unsubscribe,

Re: Java 8 and Ant 1.10

2021-02-09 Thread Dylan Pham
Building on OS X 10.10.5 with configurations below: $ ant Buildfile: build.xml does not exist! Build failed $ ant -version Apache Ant(TM) version 1.10.9 compiled on September 27 2020 $ javac -version javac 1.8.0_282 $ git branch * AOO42X trunk Got build error as below regarding autodoc

Re: Java 8 and Ant 1.10

2021-02-08 Thread Carl Marcum
On 2/8/21 7:15 PM, Carl Marcum wrote: Hi Jim, On 2/8/21 12:51 PM, Jim Jagielski wrote: Anyone tried building HEAD of AOO42X w/ Java8 (or later) and Apache Ant 1.10? - To unsubscribe, e-mail:

Re: Java 8 and Ant 1.10

2021-02-08 Thread Carl Marcum
Hi Jim, On 2/8/21 12:51 PM, Jim Jagielski wrote: Anyone tried building HEAD of AOO42X w/ Java8 (or later) and Apache Ant 1.10? - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail:

Re: Java 8 and Ant 1.10

2021-02-08 Thread Arrigo Marchiori
Hello, On Mon, Feb 08, 2021 at 06:57:39PM +0100, Matthias Seidel wrote: > Hi Jim, > > Am 08.02.21 um 18:51 schrieb Jim Jagielski: > > Anyone tried building HEAD of AOO42X w/ Java8 (or later) and > > Apache Ant 1.10? > > Yes, my Windows Test builds are done with AdoptOpenJDK 8 and Apache Ant >

Re: Java 8 and Ant 1.10

2021-02-08 Thread Dylan Pham
Hi Jim, Should we try building this for 32-bit or 64-bit? On Mon, Feb 8, 2021 at 9:52 AM Jim Jagielski wrote: > Anyone tried building HEAD of AOO42X w/ Java8 (or later) and > Apache Ant 1.10? > > - > To unsubscribe, e-mail:

Re: Java 8 and Ant 1.10

2021-02-08 Thread Matthias Seidel
Hi Jim, Am 08.02.21 um 18:51 schrieb Jim Jagielski: > Anyone tried building HEAD of AOO42X w/ Java8 (or later) and > Apache Ant 1.10? Yes, my Windows Test builds are done with AdoptOpenJDK 8 and Apache Ant 1.10.9: https://home.apache.org/~mseidel/AOO-builds/AOO-420-Test/ I have a build running

Java 8 and Ant 1.10

2021-02-08 Thread Jim Jagielski
Anyone tried building HEAD of AOO42X w/ Java8 (or later) and Apache Ant 1.10? - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org