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

Hi Harris,

You are using an old version of EMF that does not have those static boolean
variables. Go to the WTP download site, and you could find the link for
getting the compatible EMF release.

Thanks,
- Kihup



                                                                       
             Craig                                                     
             Salter/Toronto/IB                                         
             M                                                          To
                                       wtp-dev@xxxxxxxxxxx             
             04/21/2005 04:24                                           cc
             PM                        Kihup Boo/Toronto/IBM@IBMCA     
                                                                   Subject
                                       Re: [wtp-dev] plugin            
                                       org.eclipse.wst.dtd.core(Document
                                       link: Kihup Boo)                
                                                                       
                                                                       
                                                                       
                                                                       
                                                                       
                                                                       



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:                                                   To
             wtp-dev-bounces@e         wtp-dev@xxxxxxxxxxx             
             clipse.org                                                 cc
                                                                       
                                                                   Subject
             04/21/2005 05:51          Re: [wtp-dev] plugin            
             PM                        org.eclipse.wst.dtd.core        
                                                                       
                                                                       
             Please respond to                                         
                 "General                                              
               discussion of                                           
              project-wide or                                          
               architectural                                           
                 issues."                                              
                                                                       
                                                                       




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