I just noticed the skip.build.java.version part, sorry for the noise.

Am 11.11.23 um 01:42 schrieb Rainer Jung:
It seems we can now only run TC 10.1 unit tests using Java 17?
I'd like to also run them with Java versions for which TC itself is supported, so for TC 10.1 with Java 11. Is that still possible? It seems I get "Java version 17 or newer is required" from:

   <property name="build.java.version" value="17"/>

   <!-- Check Java Build Version -->
  <fail message="Java version ${build.java.version} or newer is required (${java.version} is installed)">
     <condition>
       <not><javaversion atleast="${build.java.version}" /></not>
     </condition>
   </fail>

Of course I could patch that away or overwrite build.java.versionbuild.java.version before running the tests, but is that expected to work if all compilation and test compilation steps are done before?

Best regards,

Rainer





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


--
kippdata
informationstechnologie GmbH   Tel: 0228 98549 -0
Bornheimer Str. 33a            Fax: 0228 98549 -50
53111 Bonn                     www.kippdata.de

HRB 8018 Amtsgericht Bonn / USt.-IdNr. DE 196 457 417
Geschäftsführer: Dr. Thomas Höfer, Rainer Jung, Sven Maurmann

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

Reply via email to