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 132165

Summary: Implement Compile on Save (Incremental Compilation)
Product: java Reporter: Jan Becicka <jbecicka>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: RESOLVED FIXED    
Severity: blocker CC: hmichel, mmirilovic
Priority: P2 Keywords: PLAN
Version: 6.x   
Hardware: All   
OS: All   
URL: http://wiki.netbeans.org/CompileOnSave
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on: 110465    
Bug Blocks: 137828    

Description Jan Becicka 2008-04-07 10:30:12 UTC
Implement Compile on Save (Incremental Compilation)
Comment 1 Lukas Hasik 2008-04-24 09:20:15 UTC
*** Issue 118181 has been marked as a duplicate of this issue. ***
Comment 2 Jan Becicka 2008-04-25 07:49:31 UTC
Compile on Save (also known as Incremental Compilation) is highly requested feature, especially from users moving (or
want to move) from Eclipse. This feature significantly speeds up edit/compile/deploy/test cycle.

There will be a new option to turn on/off automatic building of project. Modified source will be compiled immediately
after modifications are saved. It will not be required to invoke build to be able to test the project. 
Comment 3 _ theanuradha 2008-06-10 12:19:39 UTC
Any updates on this (finger crossed)
Comment 4 Jan Becicka 2008-06-10 12:34:20 UTC
feature is planned for M2.
Comment 5 Jan Becicka 2008-07-09 12:55:56 UTC
Fixed.