Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-core-dev] error in cdt cvs

Hello,

I am using cdt.core that you sent in a zip file. I was using cdt 1.2.0 plugin. So I am not sure if the zip file you sent matches cdt 1.2.0 though the zip file name says 1.2.0 .

Also when I start another runtime workbench, following error message is shown in the console:

java.lang.NoSuchMethodError: org.eclipse.cdt.internal.core.model.IWorkingCopy.reconcile(ZLorg/eclipse/core/runtime/IProgressMonitor;)V
	at org.eclipse.cdt.internal.ui.text.CReconcilingStrategy.reconcile(CReconcilingStrategy.java:79)
	at org.eclipse.cdt.internal.ui.text.CReconcilingStrategy.reconcile(CReconcilingStrategy.java:59)
	at org.eclipse.jface.text.reconciler.Reconciler.process(Reconciler.java:124)
	at org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread.run(AbstractReconciler.java:189)

Can you help?

Diviya



-----Original Message-----
From: cdt-core-dev-admin@xxxxxxxxxxx [mailto:cdt-core-dev-admin@xxxxxxxxxxx] On Behalf Of Alex Chapiro
Sent: Friday, December 26, 2003 10:43 PM
To: cdt-core-dev@xxxxxxxxxxx
Subject: Re: [cdt-core-dev] error in cdt cvs

Are you sure that you checked out the same version of cdt.core as all 
the other cdt stuff belongs to?
Warning message you included in previous message was a correct one. 
Please attach your .log file to the next message.

Diviya JAIN wrote:

>Hello,
>
>I checked out cdt.core from CVS. But when eclipse checks it out and builds it automatically initially, it gives several warnings like:
>
>Kind	Status	Priority	Description	Resource	In Folder	Location
>Warning			The type MakeUtil is deprecated	CBuilder.java	org.eclipse.cdt.core/src/org/eclipse/cdt/internal/core	line 24
>Warning			The method isStopOnError() from the type CProjectNature is deprecated	CBuilder.java	org.eclipse.cdt.core/src/org/eclipse/cdt/internal/core	line 212
>
>And many such errors. Hence when I run this as a workbench, there are many errors:
>
>In the C/C++ project properties, tab for Binary Parser does not contain any options. Also a tab Paths & Symbols is completely missing in this workbench, though it is present in original CDT plugin. 
>
>It shows Java Run Time Exception in the console saying "Unhandled Exception", though I haven't modified the code at all. Can anybody help?
>
>Thank you,
>Diviya 
>
>_______________________________________________
>cdt-core-dev mailing list
>cdt-core-dev@xxxxxxxxxxx
>http://dev.eclipse.org/mailman/listinfo/cdt-core-dev
>
>  
>

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



Back to the top