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 225714 - running in debug mode, jsp's are not auto compiled
Summary: running in debug mode, jsp's are not auto compiled
Status: RESOLVED DUPLICATE of bug 176221
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 7.1.2
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-04 17:00 UTC by ranjit.sandhu
Modified: 2013-02-05 10:16 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ranjit.sandhu 2013-02-04 17:00:13 UTC
I am running my project in debug mode using tomcat 7.1.  I change java file, save and click apply code changes button. It works.
I change jsp file, save it, the apply code changes button is disabled.  It neither auto compiles nor allows me to apply the changes.
Finally realized that F9 compiles the file.


Product Version: NetBeans IDE 7.1.2 (Build 201204101705)
Java: 1.6.0_25; Java HotSpot(TM) Client VM 20.0-b11
System: Windows XP version 5.1 running on x86; Cp1252; en_US (nb)
Comment 1 Jiri Skrivanek 2013-02-05 10:16:12 UTC
If "compile on save" option is enabled, modified sources are deployed automatically. But not if debugger stops at breakpoint. See bug 176221 for details.

*** This bug has been marked as a duplicate of bug 176221 ***