Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] New Project wizard: Unknown process / No Condition

I'm debugging some CDT new project wizards for PTP (in org.eclipse.ptp.pldt.wizards) which I thought were working fine in CDT 6.0 (tested them months ago, before 6.0 came out, as I remember)
Now when I bring them up under the debugger to investigate something unrelated, they are complaining about "Unknown process"

I remember a change earlier this year for new project templates --
In plugin.xml, My <template...> nodes do have filterpattern=".*" https://bugs.eclipse.org/bugs/show_bug.cgi?id=274966

Unknown process: org.eclipse.ptp.pldt.wizards.mpiProjectProcess
Unknown process: org.eclipse.ptp.pldt.wizards.mpiProjectProcess
No Condition--> Process 1 (org.eclipse.cdt.managedbuilder.core.NewManagedProject)-->Success: Executed successfully with args: [name:helloMPI2, location:/Users/beth/ews/runtime-pldt30, artifactExtension:exe, isCProject:true]
No Condition--> Process 2 (org.eclipse.cdt.core.CreateSourceFolder)-->Success: Executed successfully with args: [projectName:helloMPI2, path:src]
No Condition--> Process 3 (org.eclipse.cdt.core.AddFiles)-->Success: Executed successfully with args: [projectName:helloMPI2, files:{{source:src/Basename.c, target:src/helloMPI2.c, replaceable:true}}]

Does anyone recognize this problem???


...Beth

Beth Tibbitts (859) 243-4981 (TL 545-4981)
Eclipse Parallel Tools Platform http://eclipse.org/ptp
Mailing Address: IBM Corp., Coldstream Research Campus, 745 West New Circle Road, Lexington, KY 40511


Back to the top