Hi,
I installed MyEclipse 10.1 (64 bit) yesterday on a new PC, after running MyEclipse 10 on top of Eclipse 3.7.1 successfully on a previous PC. Once I imported my projects, I tried running some Ant tasks but am getting some problems. I don’t get any errors, and javaw.exe runs but does not terminate. Even the most basic of tasks (which all worked on my previous PC) behave in this way, for example:
<target name="clean" description="Clean all generated files">
<delete dir="${build.dir}" failonerror="false" />
</target>
Error in log is:
eclipse.buildId=unknown
java.version=1.6.0_13
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_GB
Command-line arguments: -os win32 -ws win32 -arch x86_64
Error
Thu May 31 15:08:19 BST 2012
Error logged from Ant UI:
java.net.SocketTimeoutException: Accept timed out
at java.net.PlainSocketImpl.socketAccept(Native Method)
at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:384)
at java.net.ServerSocket.implAccept(ServerSocket.java:453)
at java.net.ServerSocket.accept(ServerSocket.java:421)
at org.eclipse.ant.internal.launching.launchConfigurations.RemoteAntBuildListener$ServerConnection.run(RemoteAntBuildListener.java:91)
I don’t remember having to make any changes before, but maybe my memory is going :). Can anyone tell me where I might be going wrong, or if there is a problem with the installation?
Many thanks,
Neil