Skip to main content

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

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



Back to the top