Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-ant-dev] Re: Ant requirements

The text team has made the required changes to make the Ant world a happy place.
 
Darins
----- Original Message -----
Sent: Wednesday, April 14, 2004 11:14 PM
Subject: Ant requirements

org.eclipse.ant.ui requires org.eclipse.text and org.eclipse.jface.text from HEAD due to changes in the TextUtilities class
 
But using these, I get:

Unhandled event loop exception

Reason:

tried to access method org.eclipse.jface.text.templates.ContextType.setId(Ljava/lang/String;)V from class org.eclipse.jface.text.templates.ContextTypeRegistry

everytime I try to code assist in the Ant editor in a runtime workspace.
 
Appears to be a protection problem with the ContextType.setId and setName methods and their access from the ContextTypeRegistry.
Dani, can you or your team look into this?
 
Thanks
Darins

Back to the top