From: SourceForge.net <no...@so...> - 2006-06-13 18:15:48
|
Bugs item #1505569, was opened at 2006-06-13 13:15 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1505569&group_id=44253 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: Project Facility Group: None Status: Open Resolution: None Priority: 9 Submitted By: Dan Smith (dlsmith) Assigned to: Nobody/Anonymous (nobody) Summary: "Clean Build Directory" breaks "Compile" Initial Comment: When "Clean Build Directory" is invoked, the build directory (not just its contents) is deleted. That's fine -- I think I prefer it, in fact. But then when I attempt to compile, the compiler generates strange errors that stem from the fact that the build directory doesn't exist. I'd like to have the build directory be created immediately before compilation. If that change is made, there are other things that may assume that the build directory always exists that should be modified as well -- "Project Properties", for example, doesn't allow the build directory to be set to a nonexistent directory (touching the text box after a clean, then, generates an error message); jarring and testing may make similar assumptions. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1505569&group_id=44253 |