Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-releng-dev] compile error for source tar ball

I've downloaded the eclipse-sourceBuild-srcIncluded-I20080415-1646.zip. However when I run the command:

build -os win32 arch x86, I get the following error


C:\dev\cvs2\ball\plugins\org.eclipse.pde.api.tools.ui\build.xml:492: The followi
ng error occurred while executing this line:
C:\dev\cvs2\ball\plugins\org.eclipse.pde.api.tools.ui\build.xml:449: Compile fai
led; see the compiler error output for details.


Tracing it to the log file, I see the following:



123. ERROR in C:\dev\cvs2\ball\plugins\org.eclipse.pde.api.tools.ui\src\org\eclipse\pde\api\tools\ui\internal\wizards\ApiProfileWizardPage.java (at line 285)

    return ((String)o1).compareTo(o2);

                        ^^^^^^^^^

The method compareTo(String) in the type String is not applicable for the arguments (Object)

Please advise is this not the appropiate place to post such material.

-Derek Lac



Back to the top