Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
AW: [geclipse-dev] Access Restriction on IFileEditorOutput

Hi Ashish,

It seems that you had a missing dependency to org.eclipse.ui.ide. I added that dependency to your eu.geclipse.workflow.ui plugin and the error disappeared. I've committed that change to the repository. Please update and see if the problem is gone for you, too.

Cheers, Mathias


-----Ursprüngliche Nachricht-----
Von: geclipse-dev-bounces@xxxxxxxxxxx im Auftrag von Ashish Thandavan
Gesendet: Fr 18.05.2007 16:21
An: geclipse-dev@xxxxxxxxxxx
Betreff: [geclipse-dev] Access Restriction on IFileEditorOutput
 
Hi folks,

I am facing a small (but annoying) problem with
org.eclipse.ui.IFileEditorInput. I am importing this in
eu.geclipse.workflow.ui.editor.WorkflowEditor.java and I get the
following message:

 Access restriction: The type IFileEditorInput is not accessible due to
restriction on required library
/home/sir02at/Documents/work/g-Eclipse/Workspace/eu.geclipse.target/plugins/org.eclipse.ui.ide_3.3.0.I20070321-1300a.jar


I follow the 'Configure access rules' solution hint and find that the
Access Rules for all the JARs and class folders are set to 'non modifiable'.

The same interface appears to work fine in the JobEditor plugin.

Any ideas?

Regards,

-- 
Ashish
------------------------------
****************
Ashish Thandavan
ACET Centre, School of Systems Engineering,
Philip Lyle Building (5th Floor),
P.O. Box 68,
University of Reading
Whiteknights Campus,
Reading RG6 6BX
****************
Tel: +44 (0) 118 378 7645
Fax: +44 (0) 118 378 5224
------------------------------




Back to the top