Skip to main content

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


Please open a bug.

Kim




Derek <dlac23@xxxxxxxxx>
Sent by: platform-releng-dev-bounces@xxxxxxxxxxx

04/25/2008 01:00 PM

Please respond to
"Eclipse platform release engineering list."        <platform-releng-dev@xxxxxxxxxxx>

To
platform-releng-dev@xxxxxxxxxxx
cc
Subject
[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

_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-releng-dev


Back to the top