Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » compile error for source tar ball
compile error for source tar ball [message #327563] Thu, 24 April 2008 17:41
Derek Lac is currently offline Derek LacFriend
Messages: 19
Registered: July 2009
Junior Member
Hello,
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\or g\eclipse\pde\api\tools\ui\internal\wizards\ApiProfileWizard Page.java
(at line 285)

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

^^^^^^^^^

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

----------




Just in case someone wonders what I am doing. I have a new job as
release engineer. I am asked to write plugins to generates build script
for our department. I am trying to understand the workings of eclipses
before I start because it's a long-term commitment.
Previous Topic:fragments for platform specific code
Next Topic:org.eclipse.ui.handlers - enableWhen - selection count
Goto Forum:
  


Current Time: Fri Aug 16 20:35:13 GMT 2024

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

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

Back to the top