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 180482 - Changes to Splash Screen not displayed in version controlled project
Summary: Changes to Splash Screen not displayed in version controlled project
Status: RESOLVED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL: westernacher.org
Keywords:
Depends on: 210929
Blocks:
  Show dependency tree
 
Reported: 2010-02-09 04:44 UTC by toki78
Modified: 2012-04-10 14:09 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 toki78 2010-02-09 04:44:31 UTC
We are developing a netbeans rcp application.
If we make changes to the splash screen, such that we just move the progress bar,
the project is not being marked as changed, and we cannot commit.
We do not change the image, we just move the the progress bar.
So only the coordinates in a certain text file are changed.
To solve this we found out to do a "subversion->diff".
After that the project is marked as changed.
And first then we can commit.
Comment 1 Ondrej Vrabec 2010-02-09 05:34:22 UTC
No file changed event comes to versioning support. It seems that the project customizer works with java.io.File instead of FileObjects. FileUtil.refreshAll is run after the project properties dialog is closed but since the fileobject for Bundle.properties is not yet created, no event is fired.
workaround: try Subversion -> Show changes - this refresh the whole project manually and display the changes

reassigning to apisupport/project: any chance you work with fileobjects or at least create the fileobjects before modifying the files?
Comment 2 Jesse Glick 2010-02-09 13:05:00 UTC
BrandingSupport.storeEditableProperties is likely to blame.
Comment 3 Stanislav Aubrecht 2010-03-17 09:50:17 UTC
core-main

24da6a43926a
Comment 4 Quality Engineering 2010-03-19 05:11:35 UTC
Integrated into 'main-golden', will be available in build *201003190200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/24da6a43926a
User: S. Aubrecht <saubrecht@netbeans.org>
Log: #180482 - notify interested parties (namely versioning) that branding has changed