Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] CDT build settings lost in RC0

I see no reason not to change it as you specify.  There is no other UI for
the builder options which can participate in round-trip editing of builder
options so I don't really see why we currently need to parse the make
command at all.

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

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] CDT build settings    
             11/05/2007 09:45          lost in RC0                         
             AM                                                            
                                                                           
                                                                           
             Please respond to                                             
               "CDT General                                                
             developers list."                                             
             <cdt-dev@eclipse.                                             
                   org>                                                    
                                                                           
                                                                           




After taking a quick look into this it seems that UI somehow parses the
make command and strips some pieces that are considered as invalid.
The logic seems to be inherited from the managed builder UI.
I wonder if we could remove this logic, e.g. allow users to enter
whatever they want to in the make command.
Any objections regarding this?

Thanks,
Mikhail

-----Original Message-----
From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]
On Behalf Of Sennikovsky, Mikhail
Sent: Friday, May 11, 2007 5:35 PM
To: CDT General developers list.
Subject: RE: [cdt-dev] CDT build settings lost in RC0

Hi Olav,

This seems like a bug.. Please create a bugzilla report about this and
I'll fix this ASAP

Mikhail

-----Original Message-----
From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]
On Behalf Of Zarges, Olav
Sent: Friday, May 11, 2007 5:27 PM
To: CDT General developers list.
Subject: [cdt-dev] CDT build settings lost in RC0

I created a C/C++ Makefile Project and disabled "Use
default build command" on the build settings page. The
build command entered is partly lost when reopening
the build settings page.

"make -f Makefile.cvs board_type=multio" becomes
"make -f Makefile.cvs".

(CDT4.0 RC0 and CDT build from May 07)

Anyone else having this behaviour?


Regards Olav

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




Back to the top