From: SourceForge.net <no...@so...> - 2008-08-14 19:30:32
|
Bugs item #2050945, was opened at 2008-08-14 09:03 Message generated for change (Comment added) made by innot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928231&aid=2050945&group_id=189165 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Interface Group: None Status: Open >Resolution: Accepted Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) >Assigned to: Thomas Holland (innot) Summary: Read Back of "Enable Individual Settings ..." Initial Comment: In the Project Properties the flag: avrtarget/perConfig is not shown correct after checking out a project with Subversion. It seems that this property is set correct only after closing and re-opening the project. I checked it several times, in the file: de.innot.avreclips.core.prefs in the .settings folder in the project folder the following line appears: avrtarget/perConfig=true after checking out and opening the project-properties the flag is not shown as active/true! This leads to errors in the build! Regards, Soenke soe...@zo... ---------------------------------------------------------------------- >Comment By: Thomas Holland (innot) Date: 2008-08-14 21:30 Message: Logged In: YES user_id=1542541 Originator: NO Hi Snke, the problem is that the properties get cached a little bit to aggressive - basically once they have been read from the file the plugin never reloads the properties file again in the session. Hopefully with a few sync() calls at the right places this bug can be fixed without to much change. brgds Thomas ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928231&aid=2050945&group_id=189165 |