NB 7.2 HR integration review request: #214757 Update maven to use IndexingStatus.protectedMode(boolean)

Milos Kleint <[email protected]> Wed, 27 Jun 2012 15:50:35 +0200
Newsgroups gmane.comp.java.netbeans.reviewers
Message-ID <CAA8Y1+tZTd4U7MJRp1Fkhe-WJu95FYPr=3j84hHB87wZ9KtqtA@mail.gmail.com>
Description: http://netbeans.org/bugzilla/show_bug.cgi?id=214757

related to another HR fix: http://netbeans.org/bugzilla/show_bug.cgi?id=214289

When a project with Compile On Save enabled having modified files is
executed an old version of modified files is used to run the
application.
This issue deals with having the maven builds wait for
scanning/compiling of files save right before the build is about to
execute.

Impact assessment: High: user runs obsolete files.

Risk assessment: High: affects Maven project's interaction with the
java subsystem

The fix has been tested by qe.

Changesets:
http://hg.netbeans.org/main-golden/rev/0226f3a04293

Thank you

Milos Kleint