Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » problem building nightly drops
problem building nightly drops [message #118640] Mon, 21 November 2005 15:07 Go to next message
Marc Doerflinger is currently offline Marc DoerflingerFriend
Messages: 5
Registered: July 2009
Junior Member
hallo folks!

i have a problem building the nightly drops. Every time i try to
compile, i get the following error:

[javac] 1. ERROR in C:\temp\eclipse\plugins\org.eclipse.ant.ui\Ant
Editor\org\eclipse\ant\internal\ui\dtd\util\SortedMapFactory .java
[javac] (at line 25)
[javac] return ((String)o1).compareTo(o2);
[javac] ^^^^^^^^^
[javac] The method compareTo(String) in the type String is not
applicable for the arguments (Object)
[javac] ----------
[javac] 1 problem (1 error)

BUILD FAILED
C:\temp\eclipse\build.xml:71: The following error occurred while
executing this line:
C:\temp\eclipse\build.xml:8: The following error occurred while
executing this line:
C:\temp\eclipse\features\org.eclipse.sdk\build.xml:35: The following
error occurred while executing this line:
C:\temp\eclipse\features\org.eclipse.sdk\build.xml:19: The following
error occurred while executing this line:
C:\temp\eclipse\features\org.eclipse.jdt\build.xml:84: The following
error occurred while executing this line:
C:\temp\eclipse\features\org.eclipse.jdt\build.xml:65: The following
error occurred while executing this line:
C:\temp\eclipse\plugins\org.eclipse.ant.ui\build.xml:678: The following
error occurred while executing this line:
C:\temp\eclipse\plugins\org.eclipse.ant.ui\build.xml:234: Compile
failed; see the compiler error output for details.


the error loooks like a classical programming error to me, but i cant
believe that a error like this isnt corrected right away, since building
eclipse fails with it.

My operating system is WindowsXP, i use jdk 1.5.05 and ant 1.6.5. i set
the javaSource 1.5 parameter in the build.xml file.
until about 3 weeks ago i was able to build the nightly drops on eclipse
on the same machine. did i miss anything? it also happens on other
machines.
does anyone have an advice on how i could get the build running again?

thanks
marc
Re: problem building nightly drops [message #120495 is a reply to message #118640] Tue, 29 November 2005 17:02 Go to previous message
Marc Doerflinger is currently offline Marc DoerflingerFriend
Messages: 5
Registered: July 2009
Junior Member
> i have a problem building the nightly drops. Every time i try to
> compile, i get the following error:
>
> [javac] 1. ERROR in C:\temp\eclipse\plugins\org.eclipse.ant.ui\Ant
> Editor\org\eclipse\ant\internal\ui\dtd\util\SortedMapFactory .java
> [javac] (at line 25)
> [javac] return ((String)o1).compareTo(o2);
> [javac] ^^^^^^^^^
> [javac] The method compareTo(String) in the type String is not
> applicable for the arguments (Object)
> [javac] ----------
> [javac] 1 problem (1 error)
>
> BUILD FAILED
> C:\temp\eclipse\build.xml:71: The following error occurred while
> executing this line:
> C:\temp\eclipse\build.xml:8: The following error occurred while
> executing this line:
> C:\temp\eclipse\features\org.eclipse.sdk\build.xml:35: The following
> error occurred while executing this line:
> C:\temp\eclipse\features\org.eclipse.sdk\build.xml:19: The following
> error occurred while executing this line:
> C:\temp\eclipse\features\org.eclipse.jdt\build.xml:84: The following
> error occurred while executing this line:
> C:\temp\eclipse\features\org.eclipse.jdt\build.xml:65: The following
> error occurred while executing this line:
> C:\temp\eclipse\plugins\org.eclipse.ant.ui\build.xml:678: The following
> error occurred while executing this line:
> C:\temp\eclipse\plugins\org.eclipse.ant.ui\build.xml:234: Compile
> failed; see the compiler error output for details.
>
>

the problem occured because i was using java 1.5. ant does not build
when using java 1.5. when using java 1.4 it works the way its supposed to.

marc
Previous Topic:PHP Browser
Next Topic:Newbie Problem
Goto Forum:
  


Current Time: Wed Jul 17 10:15:22 GMT 2024

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

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

Back to the top