This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 247115 - Changes in JSPF and tag files do not get updated in target folder on saving file
Summary: Changes in JSPF and tag files do not get updated in target folder on saving file
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Martin Janicek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-15 09:07 UTC by abhisheksharma
Modified: 2016-07-07 08:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description abhisheksharma 2014-09-15 09:07:10 UTC
I am working on a project using maven and netbeans 8.0 on windows 7 64-bit with jdk 8.x

Problem is that. If I make any change in JSP file or css or js file and save that file then netbeans update the target folder and I can simply refresh my web page and it shows me updated file.

But its not the case with JSPF and tag files (*.tag). If I make any change in these files then on refreshing web page, changed do not get reflected. Either I need to clean my project and deploy it again or simply need to redeploy.

This problem was not with netbeans 7.x and jdk 7.x version. I updated netbeans and jdk both at once to 8.x and since then this problem is there. I tried installing netbeans on 4 different systems, problem is same. 

JSPF and tag files are static resources, why do they need a redeploy and even if they do, why were they do not require redeploy in previous versions?

In project settings > Run 
- I have "copy static resources on save" turned on
- Deploy on save is false
Comment 1 Martin Balin 2016-07-07 08:54:08 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss