Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Build Automatically

I would say that it should stay disable.  Auto-build is a nightmare for
projects that take a long time to compile and link.  It's not really
practical for real applications.

===========================

Chris Recoskie
Team Lead, IBM CDT Team
IBM Toronto
http://www.eclipse.org/cdt



                                                                       
             "Sennikovsky,                                             
             Mikhail"                                                  
             <mikhail.sennikov                                          To
             sky@xxxxxxxxx>            "CDT General developers list."  
             Sent by:                  <cdt-dev@xxxxxxxxxxx>           
             cdt-dev-bounces@e                                          cc
             clipse.org                                                
                                                                   Subject
                                       RE: [cdt-dev] Build Automatically
             24/05/2007 11:04                                          
             AM                                                        
                                                                       
                                                                       
             Please respond to                                         
               "CDT General                                            
             developers list."                                         
             <cdt-dev@eclipse.                                         
                   org>                                                
                                                                       
                                                                       




That?s true, the wizard does contain the code for disabling the autobuild,
and I?m not sure why it is there, I bet it was copy-pasted there from a
sample test project creation code.
So my guess is that there was no special intent in disabling the autobuild
from the wizard (Oleg, please correct me if I?m wrong) and we could remove
it.

Mikhail


From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On
Behalf Of Doug Schaefer
Sent: Thursday, May 24, 2007 6:57 PM
To: CDT General developers list.
Subject: RE: [cdt-dev] Build Automatically

Thanks Sascha. I?m sure we can have a debate over whether it?s a ?CDT
issue? or a ?CDT feature?. Built automatically and build systems that
require long build times don?t mix?

Doug Schaefer, QNX Software Systems
Eclipse CDT Project Lead, http://cdtdoug.blogspot.com

From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On
Behalf Of Sascha Radike
Sent: Thursday, May 24, 2007 10:53 AM
To: 'CDT General developers list.'
Subject: AW: [cdt-dev] Build Automatically

I noticed in my workspace with our plug-ins and my new C++ project for the
Windows debug native code, that Build Automatically was turned off. After a
little experimentation, I think I?m seeing it automatically turned off when
you create a new CDT project. Is that something we?re doing? Or the
platform?

I had a look at the C/C++ project wizard a while back and there was a line
of code which disabled workspace auto-build during project setup. I did not
understand the purpose and forgot about it. It?s a CDT issue.

Sascha_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev




Back to the top