[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kdevelop-bugs
Subject:    [Bug 130805] Build project executes the program when it shouldn't
From:       Megan Webb <kdeveloper.megan () gmail ! com>
Date:       2006-11-02 20:23:50
Message-ID: 20061102202350.4553.qmail () ktown ! kde ! org
[Download RAW message or body]

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=130805         
kdeveloper.megan gmail com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From kdeveloper.megan gmail com  2006-11-02 21:23 -------
SVN commit 601303 by webb:

BUG: 130805 
Clear execute flag if build fails.


 M  +1 -0      autotools/autoprojectpart.cpp  
 M  +1 -0      custommakefiles/customprojectpart.cpp  


--- branches/kdevelop/3.4/buildtools/autotools/autoprojectpart.cpp #601302:601303
 @ -1233,6 +1233,7  @
     kdDebug(9020) << k_funcinfo << endl;
 
     m_lastCompilationFailed = true;
+    m_executeAfterBuild=false;
 }
 
 bool AutoProjectPart::isDirty()
--- branches/kdevelop/3.4/buildtools/custommakefiles/customprojectpart.cpp #601302:601303
 @ -997,6 +997,7  @
     kdDebug(9020) << k_funcinfo << endl;
 
     m_lastCompilationFailed = true;
+	m_executeAfterBuild=false;
 }
 
 bool CustomProjectPart::isDirty()


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic