Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] plugin org.eclipse.wst.dtd.core


Thanks Harris,

Kihup, can you take a look at this and follow up with Harris in the bugzilla comments?  I'm guessing Harris may simply have an environment that's different than ours (compiler?, EMF plugins?).

thanks

Craig


Craig Salter
Rational Studio XML Web Services
Internal Mail: D3/RY6/8200 /MKM
Phone: (905) 413-3918  TL: 969-3918 FAX: (905) 413-4920
Internet: csalter@xxxxxxxxxx     Notes: Craig Salter/Toronto/IBM@IBMCA




snpe <snpe@xxxxxxxxxx>
Sent by: wtp-dev-bounces@xxxxxxxxxxx

04/21/2005 05:51 PM

Please respond to
"General discussion of project-wide or architectural issues."

To
wtp-dev@xxxxxxxxxxx
cc
Subject
Re: [wtp-dev] plugin org.eclipse.wst.dtd.core





make bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=92280

regards
On Thursday 21 April 2005 08:03 pm, snpe wrote:
> Hello,
>   I compile wst in eclipse (download all wst plugin, import and compile)
> It work fine, but plugin org.eclipse.wst.dtd.core have 11 compile errors
> (webtools official build haven't errors)
>
> Errors are similar and it is like :
>
> file DTDAttributeImpl.java, line 916-923
>
>                         case DTDPackage.DTD_ATTRIBUTE__CHANGEABLE :
>     return ((eFlags & CHANGEABLE_EFLAG) != 0) != CHANGEABLE_EDEFAULT;
>    case DTDPackage.DTD_ATTRIBUTE__VOLATILE :
>     return ((eFlags & VOLATILE_EFLAG) != 0) != VOLATILE_EDEFAULT;
>    case DTDPackage.DTD_ATTRIBUTE__TRANSIENT :
>     return ((eFlags & TRANSIENT_EFLAG) != 0) != TRANSIENT_EDEFAULT;
>    case DTDPackage.DTD_ATTRIBUTE__UNIQUE :
>     return ((eFlags & UNIQUE_EFLAG) != 0) != UNIQUE_EDEFAULT;
>
> Fields CHANGEABLE_EFLAG, VOLATILE_EFLAG, TRANSIENT_EFLAG and UNIQUE_EFLAG
> don't exists - they isn't declared in any plugins in wst or jst
>
> Other errors have like field with suffix _EFLAG and types with compile errors are
>
> DTDBasicTypeImpl
> DTDElementImpl and
> DTDEnumerationTypeImpl
>
> regards
> Haris Peco
_______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-dev


Back to the top