Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Project Templates stomp on each other

P.S. this is with CDT 4.0.2 from yesterday: 4.0.2.200711060801

...Beth

Beth Tibbitts  (859) 243-4981  (TL 545-4981)
High Productivity Tools / Parallel Tools  http://eclipse.org/ptp
IBM T.J.Watson Research Center
Mailing Address:  IBM Corp., 455 Park Place, Lexington, KY 40511


                                                                           
             Beth                                                          
             Tibbitts/Watson/I                                             
             BM@IBMUS                                                   To 
             Sent by:                  cdt-dev@xxxxxxxxxxx                 
             cdt-dev-bounces@e                                          cc 
             clipse.org                                                    
                                                                   Subject 
                                       [cdt-dev] Project Templates stomp   
             11/07/2007 10:52          on each other                       
             PM                                                            
                                                                           
                                                                           
             Please respond to                                             
               "CDT General                                                
             developers list."                                             
             <cdt-dev@eclipse.                                             
                   org>                                                    
                                                                           
                                                                           





I have two project templates, "MPI Hello World" and "MPI calculate Pi"
each has a different "hello world" greeting value, and uses different
template substitution "variables"

However, once I enter a value for one, if I also make a new project of the
other type, it uses the value from the first one, instead of the value set
in its template.

>From clean ws, create  "mpi hello world" first, then create  "mpi pi"
next,
both use message from "mpi hello world."
>From clean ws, create "mpi pi" first, then create "mpi hello world" next,
both use message from "mpi pi"

These are in cvs under  org.eclipse.ptp - tools folder -
org.eclipse.ptp.pldt.wizards project

...Beth

Beth Tibbitts  (859) 243-4981  (TL 545-4981)
High Productivity Tools / Parallel Tools  http://eclipse.org/ptp
IBM T.J.Watson Research Center
Mailing Address:  IBM Corp., 455 Park Place, Lexington, KY 40511

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




Back to the top