From: SourceForge.net <no...@so...> - 2008-03-18 02:20:35
|
Bugs item #1864942, was opened at 2008-01-05 23:32 Message generated for change (Comment added) made by sf-robot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928231&aid=1864942&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: Behavior Group: v2.0.1 >Status: Closed Resolution: Accepted Priority: 5 Private: No Submitted By: Dennis Clark (dlmc) Assigned to: Thomas Holland (innot) Summary: PATH setting has repeated paths Initial Comment: In the Projects->properties[environment][PATH] every time the project is opened it seems to have /bin:/usr/bin repeated at least once, sometimes twice. Eclipse complains about this. This came back when I quite Eclipse and returned to it later, so it appears to be something that is automagically filled in. regards, DLC ---------------------------------------------------------------------- >Comment By: SourceForge Robot (sf-robot) Date: 2008-03-17 19:20 Message: Logged In: YES user_id=1312539 Originator: NO This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker). ---------------------------------------------------------------------- Comment By: Thomas Holland (innot) Date: 2008-03-03 11:38 Message: Logged In: YES user_id=1542541 Originator: NO Does the problem still exist with the Version 2.1 of the plugin? Path management was rewritten and hopefully your bug should be gone (but I am not sure, because I couldn't reproduce your bug report) ---------------------------------------------------------------------- Comment By: Thomas Holland (innot) Date: 2008-01-13 02:09 Message: Logged In: YES user_id=1542541 Originator: NO The path management of the plugin is currently very simple - too simple it seems. On Unix platforms it just prepends a few common locations for the avr-gcc toolchain to the system path. I thought (from looking at the CDT source) that CDT would automatically remove duplicate paths, but this does not seem to be the case in your configuration. In which way does Eclipse complain about duplicate paths? My Linux test setup has probably the same duplicate path issue (haven't checked), but I have had no complaints from Eclipse yet (nor from any othe Linux / MacOS X user) Nevertheless an improved path management is on the todo list because I would like to wrap the avr-gcc toolchain into an Eclipse Feature for easy downloading. Thomas ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928231&aid=1864942&group_id=189165 |