Re: Deprecated versions Maven/Ant/Java to be removed soon.

2019-10-13 Thread Lukasz Lenart
pt., 11 paź 2019 o 05:50 Tilman Hausherr napisał(a): > > Sadly it's more complex - the build is started on jdk8 and javac forked > on jdk6. So we need both, and the possibility to access the jdk from > within maven. > > I tried a "pure" jdk6 build on my windows machine and that failed for > severa

Re: Deprecated versions Maven/Ant/Java to be removed soon.

2019-10-12 Thread Gavin McDonald
Hi All, I have implemented the change and this will roll out to all ASF owned nodes over the next few hours. Note that I opted to help Tilman and have kept Maven 3.5.2 this time around to help with the JDK 6 woes. I hope this helps and gives time to find a solution. I imagine we'll do another cle

Re: Deprecated versions Maven/Ant/Java to be removed soon.

2019-10-10 Thread Tilman Hausherr
Sadly it's more complex - the build is started on jdk8 and javac forked on jdk6. So we need both, and the possibility to access the jdk from within maven. I tried a "pure" jdk6 build on my windows machine and that failed for several reasons, one of them being the failure of an external downloa

Re: Deprecated versions Maven/Ant/Java to be removed soon.

2019-10-09 Thread Lukasz Lenart
śr., 9 paź 2019 o 19:58 Tilman Hausherr napisał(a): > Thanks, but I doubt that it will be simple... I assume that in your > configuration, "maven:3-jdk-8" is a reference to the image that will be > chosen. Is there a repository for this or will this be created > "magically" just by using the corre

Re: Deprecated versions Maven/Ant/Java to be removed soon.

2019-10-09 Thread Tilman Hausherr
Am 09.10.2019 um 07:23 schrieb Łukasz Lenart: This is very simple, here [1] is an example how to prepare a build using Docker image (you must just select one with a proper Maven version). Then you must create a Multibranch Pipeline build and point to a repo where your Jenkinsfile is. Here [2] is

Re: Deprecated versions Maven/Ant/Java to be removed soon.

2019-10-08 Thread Łukasz Lenart
This is very simple, here [1] is an example how to prepare a build using Docker image (you must just select one with a proper Maven version). Then you must create a Multibranch Pipeline build and point to a repo where your Jenkinsfile is. Here [2] is an example configuration - I'm also using it to

Re: Deprecated versions Maven/Ant/Java to be removed soon.

2019-10-08 Thread Tilman Hausherr
Am 08.10.2019 um 16:27 schrieb Bertrand Delacretaz: Hi, On Mon, Oct 7, 2019 at 9:59 PM Tilman Hausherr wrote: ...This is sad... I have a maven build... that runs on jdk8 but uses jdk6 javac (with fork) and it works with 3.5.2, 3.5.0 and 3.2.1 only... Note that some build hosts allow you to ru

Re: Deprecated versions Maven/Ant/Java to be removed soon.

2019-10-08 Thread Bertrand Delacretaz
Hi, On Mon, Oct 7, 2019 at 9:59 PM Tilman Hausherr wrote: > ...This is sad... I have a maven build... > that runs on jdk8 but uses jdk6 javac (with fork) and it works with > 3.5.2, 3.5.0 and 3.2.1 only... Note that some build hosts allow you to run Docker-based builds - the "ubuntu" hosts AFAIK,

Re: Deprecated versions Maven/Ant/Java to be removed soon.

2019-10-07 Thread Robert Scholte
On Mon, 07 Oct 2019 21:49:44 +0200, Tilman Hausherr wrote: Am 07.10.2019 um 12:39 schrieb Gavin McDonald: Please find below a summary of each; and links to their cwiki documentation page. Any questions please let me know. Thanks Gav... [Maven] 3.0.4 (3.0.5 available) 3.2.1 (3.2.5 avail

Re: Deprecated versions Maven/Ant/Java to be removed soon.

2019-10-07 Thread Tilman Hausherr
Am 07.10.2019 um 12:39 schrieb Gavin McDonald: Please find below a summary of each; and links to their cwiki documentation page. Any questions please let me know. Thanks Gav... [Maven] 3.0.4 (3.0.5 available) 3.2.1 (3.2.5 available) 3.3.3 (3.3.9 available) 3.5.0, 3.5.2 (3.5.4 available) 3.6.0

Deprecated versions Maven/Ant/Java to be removed soon.

2019-10-07 Thread Gavin McDonald
Hi All, As part of migrating all our Jenkins nodes to Ubuntu 18.04 and as per Infra Policy in maintaining the build nodes, older versions of Maven, Ant and Java are to be removed over the next few days. All of the versions being removed have newer versions available. (Example 3.0.4 has 3.0.5 avail