Skip to main content

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

Never mind. Sigh....
I had switched to Java 1.6 to work on another project, and forgot to switch back. When I did, the error went away.
I should have noticed the problem in the .log file saying
"java.lang.UnsupportedClassVersionError: Bad version number in .class file"
Why it also gave the error below, I have no idea.


...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

Inactive hide details for Beth Tibbitts---08/25/2009 04:44:56 PM---I'm debugging some CDT new project wizards for PTP (in org.eBeth Tibbitts---08/25/2009 04:44:56 PM---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

          Beth Tibbitts/Watson/IBM@IBMUS
          Sent by: cdt-dev-bounces@xxxxxxxxxxx

          08/25/2009 04:44 PM

          Please respond to
          "CDT General developers list." <cdt-dev@xxxxxxxxxxx>

To

cdt-dev@xxxxxxxxxxx

cc


Subject

[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
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev

GIF image

GIF image

GIF image


Back to the top