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

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


Back to the top