Skip to main content



      Home
Home » Language IDEs » ServerTools (WTP) » Compiler errors in projets just checked from WTP
Compiler errors in projets just checked from WTP [message #68853] Wed, 26 January 2005 21:00 Go to next message
Eclipse UserFriend
After checking out all the projects i got the following errors:

org.eclipse.jst.sample.web.project.WebModuleObjectAdapter:
ModuleArtifactAdapterDelegate cannot be resolved to a type

org.eclipse.wst.dtd.core.Attribute:
The type Attribute must implement the inherited abstract method
Node.isEqualNode(Node)

org.eclipse.wst.dtd.core.AttributeEnumList:
The type AttributeEnumList must implement the inherited abstract method
Node.isEqualNode(Node)

Almost all classes from org.eclipse.wst.dtd.core shows this error.

org.eclipse.wst.xml.core.internal.document.AttrImpl:
The type AttrImpl must implement the inherited abstract method Node.
compareDocumentPosition(Node)

And so on, is anything missing?
I checked out all the projects in the "Project Set " of the development
page. Although there a project that is missing in CVS, what make shows an
error when importing with the project set, and having to check each project
separately.

Thanks
Emerson Cargnin
Florian
Re: Compiler errors in projets just checked from WTP [message #68917 is a reply to message #68853] Wed, 26 January 2005 23:34 Go to previous messageGo to next message
Eclipse UserFriend
Emerson Cargnin wrote:
> After checking out all the projects i got the following errors:
>
> org.eclipse.wst.dtd.core.Attribute:
> The type Attribute must implement the inherited abstract method
> Node.isEqualNode(Node)

The SSE models for XML and DTD don't yet implement DOM Level 3 as
introduced in JRE 1.5. We currently implement DOM Level 1 and the
Traversal and Range Specification from DOM Level 2. Until we do
implement Level 3, the org.eclipse.wst.xml.core and
org.eclipse.wst.dtd.core plugins will need to be compiled against a
1.4 JRE, which only requires that we implement Level 1 in our classes.

--
- Nitin
Re: Compiler errors in projets just checked from WTP [message #68999 is a reply to message #68917] Thu, 27 January 2005 03:46 Go to previous messageGo to next message
Eclipse UserFriend
hummmm, now i got it!!!!

but it could be advised in the project or cvs page isn't?

regards
Emerson Cargnin
Florianopolis/Brazil


"Nitin Dahyabhai" <nitind@us.ibm.com> escreveu na mensagem
news:ct9r06$37d$1@www.eclipse.org...
> Emerson Cargnin wrote:
> > After checking out all the projects i got the following errors:
> >
> > org.eclipse.wst.dtd.core.Attribute:
> > The type Attribute must implement the inherited abstract method
> > Node.isEqualNode(Node)
>
> The SSE models for XML and DTD don't yet implement DOM Level 3 as
> introduced in JRE 1.5. We currently implement DOM Level 1 and the
> Traversal and Range Specification from DOM Level 2. Until we do
> implement Level 3, the org.eclipse.wst.xml.core and
> org.eclipse.wst.dtd.core plugins will need to be compiled against a
> 1.4 JRE, which only requires that we implement Level 1 in our classes.
>
> --
> - Nitin


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.845 / Virus Database: 574 - Release Date: 26/1/2005
Re: Compiler errors in projets just checked from WTP [message #69290 is a reply to message #68917] Thu, 27 January 2005 15:56 Go to previous message
Eclipse UserFriend
Originally posted by: emerson.tre-sc.gov.br

Setting the compliance level to 1.4 could solve this? do I have to have 2
jdk's installed?

thanks...


Nitin Dahyabhai wrote:

> Emerson Cargnin wrote:
>> After checking out all the projects i got the following errors:
>>
>> org.eclipse.wst.dtd.core.Attribute:
>> The type Attribute must implement the inherited abstract method
>> Node.isEqualNode(Node)

> The SSE models for XML and DTD don't yet implement DOM Level 3 as
> introduced in JRE 1.5. We currently implement DOM Level 1 and the
> Traversal and Range Specification from DOM Level 2. Until we do
> implement Level 3, the org.eclipse.wst.xml.core and
> org.eclipse.wst.dtd.core plugins will need to be compiled against a
> 1.4 JRE, which only requires that we implement Level 1 in our classes.
Previous Topic:Resource Links/Context Variables
Next Topic:new server wizard
Goto Forum:
  


Current Time: Mon Jun 02 20:20:40 EDT 2025

Powered by FUDForum. Page generated in 0.03205 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top