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 191634 - Bindings lost when dist directory is cleaned
Summary: Bindings lost when dist directory is cleaned
Status: CLOSED INVALID
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Binding (show other bugs)
Version: 6.x
Hardware: PC All
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-04 11:52 UTC by bhlope
Modified: 2011-10-22 09:15 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 bhlope 2010-11-04 11:52:30 UTC
We have a project shared between developers on subversion, where we don't store the binaries. When a developer checks out and opens that projects, the bindings that were defined are lost. After some investigation we found out that when the dist directory does not exists or does not have all it's binaries in the dist directory and is opened it loses all the defined bindings.

To temporally fix this we have to do the following:
1. Close the project in netbeans
2. Build the project using ant
3. After the dist directory is created, open the project
Comment 1 Jan Stola 2011-10-21 19:24:45 UTC
I am sorry, I am not able to reproduce this issue. Are you still able to reproduce it? If so, could you, please, provide more details? It would be ideal to attach the problematic project (or some small test-case) saved in the last good state and describe _exact_ steps that lead to lost bindings. Thank you in advance.
Comment 2 bhlope 2011-10-22 09:15:33 UTC
Sorry, it's been almost a year since this report. I'm not sure if I can still reproduce it. I'll close this as invalid.