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 212370 - When "Copy Static Resources on Save" is unchecked it blocks "Deploy on Save"
Summary: When "Copy Static Resources on Save" is unchecked it blocks "Deploy on Save"
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 7.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-11 09:54 UTC by Jiri Skrivanek
Modified: 2012-05-23 07:31 UTC (History)
1 user (show)

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 Jiri Skrivanek 2012-05-11 09:54:55 UTC
Related to bug 207149 when "Copy Static Resources on Save" is unchecked it blocks "Deploy on Save". To reproduce:

- create web project
- open project properties
- go to Build|Compiling
- uncheck "Copy Static Resources on Save" and click OK
- deploy project
- change and save index.jsp but it is not deployed in spite "Deploy on Save" is enabled. The status of "Copy Static Resources on Save" should be tied with "Deploy on Save" as "Compile on Save" is.

Product Version: NetBeans IDE Dev (Build 201205110400)
Java: 1.7.0_04; Java HotSpot(TM) 64-Bit Server VM 23.0-b21
System: Windows 7 version 6.1 running on amd64; Cp1250; en_US (nb)
Comment 1 David Konecny 2012-05-15 01:25:55 UTC
afd9c39b0432
Comment 2 Jiri Skrivanek 2012-05-21 13:27:59 UTC
Not yet in repository. Please, push this changeset.
Comment 3 David Konecny 2012-05-21 23:07:02 UTC
Sorry, I forgot about it completely! I pushed it now.
Comment 4 Quality Engineering 2012-05-22 16:41:55 UTC
Integrated into 'main-golden', will be available in build *201205220903* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/afd9c39b0432
User: David Konecny <dkonecny@netbeans.org>
Log: #212370 - When "Copy Static Resources on Save" is unchecked it blocks "Deploy on Save"