Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [jdt-apt-dev]enaccessible EclipseAnnotationProcessorEnvironment[subject change]

Hmm, it does seem strange that they'd be able to identify the plug-in
but not have a quick-fix for it, in that case.  Perhaps you might want
to enter a feature request for the JDT UI team.  I think that's a bit
different than what I've seen in the past; maybe they changed something
in 3.3?  Or a bug - it seems like not a very good error message.


-----Original Message-----
From: jdt-apt-dev-bounces@xxxxxxxxxxx
[mailto:jdt-apt-dev-bounces@xxxxxxxxxxx] On Behalf Of Emanuel Greisen
Sent: Tuesday, August 15, 2006 9:45 PM
To: Eclipse JDT Apt developers list.
Subject: Re: [jdt-apt-dev]enaccessible
EclipseAnnotationProcessorEnvironment[subject change]

That sounds strange to me... the error message (when I have not included
the plugin as a dependecy) goes like this:

"Access restriction: The type EclipseAnnotationProcessorEnvironment is
not accessible due to restriction on required library
/opt/eclipse/plugins/
org.eclipse.jdt.apt.core_3.3.0.v20060729-2000.jar"

If you ask my, I think I would be able to guess what plugin they were
talking about :-D

[code]
org.eclipse.jdt.apt.core.env.EclipseAnnotationProcessorEnvironment env =
null; [/code]

_______________________________________________________________________
Notice:  This email message, together with any attachments, may contain
information  of  BEA Systems,  Inc.,  its subsidiaries  and  affiliated
entities,  that may be confidential,  proprietary,  copyrighted  and/or
legally privileged, and is intended solely for the use of the individual
or entity named in this message. If you are not the intended recipient,
and have received this message in error, please immediately return this
by email and then delete it.


Back to the top