You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be really helpful, if the compiler would not stop on the first JSP with compile errors, but continue until the last has been compiled---within the same maven module, of course.
If some users prefer the old way (stop on first compile error), an option like "jspc.failFast" should be introduced.
Additionally, a line showing some statistics would be really nice, like
total: 127 (JSP files) errors: 42 (JSP files)