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 144994 - No "Compile on save" setting in Project Properties dialog
Summary: No "Compile on save" setting in Project Properties dialog
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-25 12:07 UTC by matthies
Modified: 2015-09-30 12:13 UTC (History)
0 users

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 matthies 2008-08-25 12:07:21 UTC
In JEE projects, there is no "Compile on Save" checkbox. Apparently Compile on Save can be disabled by 
disabling "Deploy on Change", but that's non-intuitive and non-obvious, and I suspect that one might want to turn 
off "Deploy on Change" without turning off "Compile on Save".

(NetBeans 6.5 Beta)
Comment 1 Petr Hejl 2008-09-15 09:54:49 UTC
Any use case for CoS without Dos in EE projects?
Comment 2 matthies 2008-09-18 16:39:29 UTC
We're using JEE projects for OC4J (Oracle Application Server). NetBeans doesn't have (stable) support for OC4J, hence 
we don't use the NB deployment functionality. It's conceivable that we might want to use CoS though (although currently 
we don't) if it helps reduce build time over a Clean & Build. Even if NetBeans had OC4J support, we still might want to 
use just CoS and control deployment manually, for example because deployment affects other processes/systems that act 
as application clients of the deployed module.

(The primary point of this issue though is that when we wanted to turn off the new CoS feature (because it doesn't fit 
our projects, see issue 144890) on our projects (both JEE and non-JEE), and it's very non-obvious how to do so when 
looking at the Properties dialog for JEE projects.)
Comment 3 Petr Hejl 2015-09-30 12:13:26 UTC
There is CoS checkbox now.