On 4/25/2018 12:38 PM, Lukasz Lenart wrote: > 2018-04-25 10:06 GMT+02:00 Yasser Zamani <yasserzam...@apache.org>: >> I found that 2.4 has following diff: >> >> pom.xml >> <excludes> >> <exclude>**/TestBean.java</exclude> >> +<exclude>**/Struts2PortletTest.java</exclude> >> +<exclude>**/ChartResultTest.java</exclude> >> </excludes> > > Ach... right :) >
I see even STRUTS_2_3_24 (5/3/2015) fails on Struts2PortletTest.java (with both JDK6 & 7 and last compatible mvn with it)! Caused by: org.apache.jasper.JasperException: /WEB-INF/view/index.jsp(1,42) PWC6117: File "/struts-tags" not found at org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:73) at org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:359) at org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:153) at org.apache.jasper.compiler.TagLibraryInfoImpl.<init>(TagLibraryInfoImpl.java:234) I couldn't find last successful build of 2.3.x in Jenkins (to check if this test is disabled there via command line options or Jenkins config). Do you have any full log please? Or can you recall how we was able to release 2.3.x these years with this failed test, please? Thanks in advance!