commit | 7bd59669bab8fb2a0a032c04d354818a6026f7aa | [log] [tgz] |
---|---|---|
author | Mark Thomas <markt@apache.org> | Wed Apr 02 18:53:49 2025 +0100 |
committer | Mark Thomas <markt@apache.org> | Wed Apr 02 18:53:49 2025 +0100 |
tree | a9d3c6c3858b6183f84e0cd3c5709b2816fea918 | |
parent | a513d8e1d6ef7735a147b56a63dc7040e4ae8c21 [diff] |
Switch to EL TCK 6.0.2-SNAPSHOT for 11.0.x testing
This is a Maven project that can be used to run the refactored TCK (Jakarta 11 onwards) with Tomcat 11.
Downloading the TCK first is required:
Review the component TCK and Tomcat versions in $TCK_TOMCAT/pom.xml
and edit as required.
cd $TOMCAT_TCK/download
mvn verify
Alternately, all the TCKs can be downloaded and run at once:
Review the component TCK and Tomcat versions in $TCK_TOMCAT/pom.xml
and edit as required.
cd $TOMCAT_TCK
mvn verify
Review the component TCK and Tomcat versions in $TCK_TOMCAT/pom.xml
and edit as required.
cd $TOMCAT_TCK\annotations-tck
mvn verify
Review the component TCK and Tomcat versions in $TCK_TOMCAT/pom.xml
and edit as required.
cd $TOMCAT_TCK\el-tck
mvn verify
Review the component TCK and Tomcat versions in $TCK_TOMCAT/pom.xml
and edit as required.
cd $TOMCAT_TCK\websocket-tck
mvn verify
Review the component TCK and Tomcat versions in $TCK_TOMCAT/pom.xml
and edit as required.
cd $TOMCAT_TCK\servlet-tck
mvn verify
Review the component TCK and Tomcat versions in $TCK_TOMCAT/pom.xml
and edit as required.
cd $TOMCAT_TCK\jsp-tck
mvn verify