RE: Editor support for JSPs in not standard location

2019-06-06 Thread Jan Tosovsky
6 PM > To: users@netbeans.apache.org > Subject: Re: Editor support for JSPs in not standard location > > Please fill an improvement request in our JIRA: > https://issues.apache.org/jira/ > > Also our sources is available on GitHub: > https://github.com/apache/netbe

Re: Editor support for JSPs in not standard location

2019-06-06 Thread Laszlo Kishalmi
Please fill an improvement request in our JIRA: https://issues.apache.org/jira/ Also our sources is available on GitHub: https://github.com/apache/netbeans Check this file: https://github.com/apache/netbeans/blob/master/enterprise/maven.j2ee/src/org/netbeans/modules/maven/j2ee/web/WebProjectWe

Editor support for JSPs in not standard location

2019-06-06 Thread j.tosovsky
I've found JSP pages are well supported only if located in standard src/ java/webapp/ folder and this maven project is packaged to war. Is it possible to configure NetBeans to have same JSP support also in another location, regardless the packaging type? I am investigating NetBeans for Li