Skip to main content



      Home
Home » Language IDEs » ServerTools (WTP) » WST compile errors under 1.5
WST compile errors under 1.5 [message #49405] Mon, 18 October 2004 21:06 Go to next message
Eclipse UserFriend
Originally posted by: not_real.not_real.com

Any idea when WST will compile under JDK 1.5?

Thanks!

Here's a small sampling of the compiler errors I am getting:

2 Class must implement the inherited abstract method
Node.isSameNode(Node) Unrecognized.java
org.eclipse.wst.dtd.core/src/org/eclipse/wst/dtd/core line 18 October
18, 2004 11:07:55 AM
2 Class must implement the inherited abstract method
Node.lookupNamespaceURI(String) Unrecognized.java
org.eclipse.wst.dtd.core/src/org/eclipse/wst/dtd/core line 18 October
18, 2004 11:07:55 AM
2 Class must implement the inherited abstract method
Node.lookupPrefix(String) Unrecognized.java
org.eclipse.wst.dtd.core/src/org/eclipse/wst/dtd/core line 18 October
18, 2004 11:07:55 AM
2 Class must implement the inherited abstract method
Node.setTextContent(String) Unrecognized.java
org.eclipse.wst.dtd.core/src/org/eclipse/wst/dtd/core line 18 October
18, 2004 11:07:55 AM
2 Class must implement the inherited abstract method
Node.setUserData(String, Object, UserDataHandler) Unrecognized.java
org.eclipse.wst.dtd.core/src/org/eclipse/wst/dtd/core line 18 October
18, 2004 11:07:55 AM
2 Syntax error on token "enum", delete this token
BasicStructuredDocument.java
org.eclipse.wst.sse.core/src/org/eclipse/wst/sse/core/intern al/text
line 1244 October 18, 2004 11:12:09 AM
2 Syntax error on token "enum", invalid Expression
BasicStructuredDocument.java
org.eclipse.wst.sse.core/src/org/eclipse/wst/sse/core/intern al/text
line 1245 October 18, 2004 11:12:09 AM
2 Syntax error on token "enum", delete this token
BasicStructuredDocument.java
org.eclipse.wst.sse.core/src/org/eclipse/wst/sse/core/intern al/text
line 1246 October 18, 2004 11:12:09 AM
2 Syntax error on token "enum", delete this token Debug.java
org.eclipse.wst.sse.core/src/org/eclipse/wst/sse/core/util line 92
October 18, 2004 11:12:10 AM
2 Syntax error on token "enum", invalid Expression Debug.java
org.eclipse.wst.sse.core/src/org/eclipse/wst/sse/core/util line 93
October 18, 2004 11:12:10 AM
2 Syntax error on token "enum", delete this token Debug.java
org.eclipse.wst.sse.core/src/org/eclipse/wst/sse/core/util line 94
October 18, 2004 11:12:10 AM
Re: WST compile errors under 1.5 [message #49919 is a reply to message #49405] Wed, 20 October 2004 12:40 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: dominique.devito.objectweb.org

ka wrote:
>
> Any idea when WST will compile under JDK 1.5?

According to a on-going poll on wtp-dev, people prefer to build WTP on top
of Eclipse 3.1 instead of Eclipse 3.0.

Eclipse 3.1 is expected to run (and then, to compile) under JDK 1.5. See
< http://www.eclipse.org/eclipse/development/eclipse_project_p lan_3_1.html>
for XP OS.

And, as far as Eclipse 3.1 is choosen as the underlying platform, WTP will
have to compile under JDK 1.5.

Feel free to enter BugZilla entries for JDK 1.5 support. Thanks.

Dominique


> Thanks!
>
> Here's a small sampling of the compiler errors I am getting:
>
> 2 Class must implement the inherited abstract method
> Node.isSameNode(Node) Unrecognized.java
> org.eclipse.wst.dtd.core/src/org/eclipse/wst/dtd/core line 18 October
> 18, 2004 11:07:55 AM
> 2 Class must implement the inherited abstract method
> Node.lookupNamespaceURI(String) Unrecognized.java
> org.eclipse.wst.dtd.core/src/org/eclipse/wst/dtd/core line 18 October
> 18, 2004 11:07:55 AM
> 2 Class must implement the inherited abstract method
> Node.lookupPrefix(String) Unrecognized.java
> org.eclipse.wst.dtd.core/src/org/eclipse/wst/dtd/core line 18 October
> 18, 2004 11:07:55 AM
> 2 Class must implement the inherited abstract method
> Node.setTextContent(String) Unrecognized.java
> org.eclipse.wst.dtd.core/src/org/eclipse/wst/dtd/core line 18 October
> 18, 2004 11:07:55 AM
> 2 Class must implement the inherited abstract method
> Node.setUserData(String, Object, UserDataHandler) Unrecognized.java
> org.eclipse.wst.dtd.core/src/org/eclipse/wst/dtd/core line 18 October
> 18, 2004 11:07:55 AM
> 2 Syntax error on token "enum", delete this token
> BasicStructuredDocument.java
> org.eclipse.wst.sse.core/src/org/eclipse/wst/sse/core/intern al/text
> line 1244 October 18, 2004 11:12:09 AM
> 2 Syntax error on token "enum", invalid Expression
> BasicStructuredDocument.java
> org.eclipse.wst.sse.core/src/org/eclipse/wst/sse/core/intern al/text
> line 1245 October 18, 2004 11:12:09 AM
> 2 Syntax error on token "enum", delete this token
> BasicStructuredDocument.java
> org.eclipse.wst.sse.core/src/org/eclipse/wst/sse/core/intern al/text
> line 1246 October 18, 2004 11:12:09 AM
> 2 Syntax error on token "enum", delete this token Debug.java
> org.eclipse.wst.sse.core/src/org/eclipse/wst/sse/core/util line 92
> October 18, 2004 11:12:10 AM
> 2 Syntax error on token "enum", invalid Expression Debug.java
> org.eclipse.wst.sse.core/src/org/eclipse/wst/sse/core/util line 93
> October 18, 2004 11:12:10 AM
> 2 Syntax error on token "enum", delete this token Debug.java
> org.eclipse.wst.sse.core/src/org/eclipse/wst/sse/core/util line 94
> October 18, 2004 11:12:10 AM
Re: WST compile errors under 1.5 [message #49949 is a reply to message #49919] Wed, 20 October 2004 13:33 Go to previous messageGo to next message
Eclipse UserFriend
> Eclipse 3.1 is expected to run (and then, to compile) under JDK 1.5. See
> < http://www.eclipse.org/eclipse/development/eclipse_project_p lan_3_1.html>
> for XP OS.
>
> And, as far as Eclipse 3.1 is choosen as the underlying platform, WTP will
> have to compile under JDK 1.5.
>

AFAIK there are no plans to develop Eclipse 3.1 on JDK 1.5.
The plan explictly states:
"Since the code for Eclipse 3.1 will be based on J2SE 1.4..."

Someone please correct me if I am wrong
Darins
Re: WST compile errors under 1.5 [message #50041 is a reply to message #49949] Wed, 20 October 2004 16:12 Go to previous message
Eclipse UserFriend
Originally posted by: dominique.devito.objectweb.org

Darin Swanson wrote:

> > Eclipse 3.1 is expected to run (and then, to compile) under JDK 1.5. See
> > < http://www.eclipse.org/eclipse/development/eclipse_project_p lan_3_1.html>
> > for XP OS.
> >
> > And, as far as Eclipse 3.1 is choosen as the underlying platform, WTP will
> > have to compile under JDK 1.5.
> >

> AFAIK there are no plans to develop Eclipse 3.1 on JDK 1.5.
> The plan explictly states:
> "Since the code for Eclipse 3.1 will be based on J2SE 1.4..."

> Someone please correct me if I am wrong
> Darins

Oooops, I have made the typical confusion... Eclipse 3.1 should be running
on top of :

Microsoft Windows XP - Intel x86 - Win32 - Sun Java 2 Standard Edition 5.0
for Microsoft Windows

But compilation seems JDK 1.4 oriented.

Dominique
Previous Topic:Several questions about M1?
Next Topic:Genuitech bug fixes to IBM contribution are available on the website
Goto Forum:
  


Current Time: Wed May 07 22:31:33 EDT 2025

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

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

Back to the top