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 175631 - Java Compile on Save doesn't include SVN updates
Summary: Java Compile on Save doesn't include SVN updates
Status: RESOLVED DUPLICATE of bug 167098
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-29 08:58 UTC by fommil
Modified: 2009-10-29 16:43 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 fommil 2009-10-29 08:59:01 UTC
Create a J2SE (or any Java) project, connected to an SVN repository (or presumably any protocol type) and enable the "Compile On Save" feature.

If external edits have been made to any files and the user selects Subversion -> Update, the updated files will not be complied automatically.

Workaround: perform a "Clean and Build" after every repository update.
Comment 1 Peter Pis 2009-10-29 09:39:31 UTC
java guys: could you please evaluate? Thanks.
Comment 2 Jan Lahoda 2009-10-29 16:43:12 UTC
Since 6.8 beta, performing VCS update from inside NetBeans should force timestamp check on the affected directories, and
consequently recompile any changed files with dependencies. For completely external changes (e.g. running VCS update on
command line), you need to either do Clean&Build or Source/Scan for external changes.


*** This issue has been marked as a duplicate of 167098 ***