Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] 3.1M4 build error



Eclipse is meant to be compiled against JRE 1.4 libraries; you seem to be
compiling against 1.5 libraries.



                                                                           
             Andrew Gaydenko                                               
             <a@xxxxxxxxx>                                                 
             Sent by:                                                   To 
             eclipse-dev-admin         eclipse-dev@xxxxxxxxxxx             
             @eclipse.org                                               cc 
                                                                           
                                                                   Subject 
             01/08/2005 06:14          [eclipse-dev] 3.1M4 build error     
             PM                                                            
                                                                           
                                                                           
             Please respond to                                             
                eclipse-dev                                                
                                                                           
                                                                           




Hi,

Have tried to get answer at the news group, the thread:

http://www.eclipse.org/newsportal/article.php?group=eclipse.platform&id=%3Ccr3hu5%24qnq%241%40www.eclipse.org%3E


without any success.

The problem is: I'm trying to build the 3.1M4 (linux, gtk, sun jdk
1.5.0.01).
The errors take place:

////////////////////////////////////////////
...
[javac] 1. ERROR in /x/kit/eclipse/build-3.1
M4/plugins/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java
 (at line 23)
    [javac]     public class FeatureWriter extends XMLWriter implements
IPDEBuildConstants {
    [javac]                  ^^^^^^^^^^^^^
    [javac] The return type is incompatible with Writer.append(char),
PrintWriter.append(char)
    [javac] ----------
    [javac] 2. ERROR in /x/kit/eclipse/build-3.1
M4/plugins/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java
 (at line 23)
    [javac]     public class FeatureWriter extends XMLWriter implements
IPDEBuildConstants {
    [javac]                  ^^^^^^^^^^^^^
    [javac] The return type is incompatible with
Writer.append(CharSequence, int, int), PrintWriter.append(CharSequence,
int, int)
    [javac] ----------
    [javac] 3. ERROR in /x/kit/eclipse/build-3.1
M4/plugins/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java
 (at line 23)
    [javac]     public class FeatureWriter extends XMLWriter implements
IPDEBuildConstants {
    [javac]                  ^^^^^^^^^^^^^
    [javac] The return type is incompatible with
Writer.append(CharSequence), PrintWriter.append(CharSequence)
    [javac] ----------
    [javac] 3 problems (3 errors)

BUILD FAILED
...
////////////////////////////////////////////

What are my steps to resolve the problem? One of the aim is to have a
single (1.5) jdk.
Thanks!
Andrew
_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
http://dev.eclipse.org/mailman/listinfo/eclipse-dev




Back to the top