On 21/06/18 13:31, Mark Thomas wrote:
> On 21/06/18 13:14, Gav wrote:
>> Wierd, it passed on the same machine only 2 hours earlier:--
>>
>> https://ci.apache.org/builders/tomcat-trunk/builds/3378
>>
>> as an FYI
>>
>> gmcdonald@silvanus:~$ /home/buildslave/slave/tools/ant/latest/bin/ant
>> -version
>> Apache Ant(TM) version 1.10.3 compiled on March 24 2018
>> gmcdonald@silvanus:~$ ant -version
>> Apache Ant(TM) version 1.9.6 compiled on July 8 2015
>>
>> Your build points to
>>
>> ANT_HOME=/home/buildslave/slave/tools/ant/current
>>
>> but should be
>>
>> ANT_HOME=/home/buildslave/slave/tools/ant/latest
> 
> Hmm.
> 
> We are going to need to be careful with this. The older Tomcat branches
> need to build on old Java versions so we need to look at Ant / Java
> version compatibility as well.
> 
> /me heads off to check the Ant docs for minimum Java versions

That was easier than I expected:
The 1.9.x releases require Java5 at runtime and 1.10.x requires Java8 at
runtime.

I'll switch us to the latest 1.9.x for all builds. Easier if we use the
same version throughout.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to