Re: java Netbeans 18 Test compile all JSP during build with jakarta namespace

2023-07-27 Thread Stefan Geelen
Just for completeness, this is the errormesg: error: incompatible types: javax.servlet.http.HttpServletRequest cannot be converted to jakarta.servlet.http.HttpServletRequest On Thu, 27 Jul 2023 at 20:00, Stefan Geelen wrote: > HI, > > I have a project I converted from javax.* t

java Netbeans 18 Test compile all JSP during build with jakarta namespace

2023-07-27 Thread Stefan Geelen
HI, I have a project I converted from javax.* to jakarta.* namespace where needed. At that time I was using Netbeans16 It was not possible to compile the jsp file (Test compile all JSP during build) I recently switched to NetBeans 18 but still cannot compile there JSPs. Is this not possible or