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 146568 - cannot disable deploy on save
Summary: cannot disable deploy on save
Status: RESOLVED WORKSFORME
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-08 20:09 UTC by _ jbelis
Modified: 2008-09-22 16:45 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 _ jbelis 2008-09-08 20:09:47 UTC
Every time I make a change to a web ui file (js, css, html), and save it, netbeans redeploys the web app.  This is the
case even after disabled "deploy on change" from the project properties.  I verified that project.properties contains
     disable.deploy.on.save=true

This essentially divides my productivity by 10 when working on UI.  Unacceptable.
Comment 1 Petr Hejl 2008-09-08 22:25:53 UTC
Please provide IDE version, server type and version, type of the project (and whether this is old one or newly created),
version of the JDK.
Comment 2 _ jbelis 2008-09-08 23:48:04 UTC
IDE version: 6.5 Beta
JDK Version: 1.6.0_03
Server: Glassfish V2ur2
This is a previously existing project
Comment 3 Petr Hejl 2008-09-09 12:26:49 UTC
Could be caused by this (already fixed) issues:
http://www.netbeans.org/issues/show_bug.cgi?id=141217
http://www.netbeans.org/issues/show_bug.cgi?id=144756

Are able to reproduce with the latest development build?
Comment 4 _ jbelis 2008-09-09 16:51:46 UTC
Looks like a likely duplicate.  Will be able to confirm after the fix makes it to the 6.5Beta download center.  Does not
look like it's there yet.
Comment 5 Petr Hejl 2008-09-11 09:31:01 UTC
I'm afraid these fixes won't be backported to beta. Could you please try the dev build (it would help a lot to identify
the problem)?
Comment 6 Petr Hejl 2008-09-22 16:45:19 UTC
Please reopen in case this is reproducible in daily build.