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 144756 - [65cat] Deploy on Save Should Not Redeploy When Saving Web Files
Summary: [65cat] Deploy on Save Should Not Redeploy When Saving Web Files
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 6.x
Hardware: Macintosh Mac OS X
: P2 blocker (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-21 19:16 UTC by juneau001
Modified: 2008-08-28 06:37 UTC (History)
2 users (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 juneau001 2008-08-21 19:16:35 UTC
[ BUILD # : 200808200201 ]
[ JDK VERSION : 1.5.* ]

When editing a JavaEE or Java web application of any kind, the IDE is
redeploying the application when any web-facing file is saved.  For
instance, when I edit and save an XHTML or JSP file, the entire
application is redeployed.
Comment 1 Petr Hejl 2008-08-22 11:53:59 UTC
I was able to reproduce it just for GF. GF's incremental deployment should do real deployment only when it is really
needed - the similar way tomcat is doing that.
Comment 2 Vince Kraemer 2008-08-25 06:53:27 UTC
I will fix this by FCS
Comment 3 Vince Kraemer 2008-08-25 20:04:56 UTC
this also applies to gf v3...
Comment 4 Vince Kraemer 2008-08-26 18:25:41 UTC
http://hg.netbeans.org/main/rev/d11306cedba7
Comment 5 Vince Kraemer 2008-08-26 18:26:33 UTC
forgot to mark as fixed
Comment 6 Quality Engineering 2008-08-28 06:37:23 UTC
Integrated into 'main-golden', available in build *200808280201* on http://bits.netbeans.org/dev/nightly/
Changeset: http://hg.netbeans.org/main/rev/d11306cedba7
User: Vince Kraemer <vkraemer@netbeans.org>
Log: #144756 : do not deploy when unnecessary and vice-versa.