I am using a third party application. This application uses JSP pages. They have a number of JSP fragments with the “JSP” extension. So, I have a single directory with lots of JSP pages where some pages are top level and others are fragments.
Is there a way to mark which files are top level and which ones are fragments so that they compile in order? I cannot change the fragment filenames from “JSP” to “JSPF”. I need a way to tell the IDE that this “JSP” should be compiled, while another JSP is an include/fragment.
Thanks