I have a build that works just fine using the internal ant compile. However, I need to use an external build so that I can run the tools in one JVM and compile using another.
The error I get is always
!ENTRY org.eclipse.ant.ui 4 120 2005-10-05 09:07:52.453
!MESSAGE Error logged from Ant UI:
!STACK 0
java.net.SocketTimeoutException: Accept timed out
at java.net.PlainSocketImpl.socketAccept(Native Method)
at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:353)
at java.net.ServerSocket.implAccept(ServerSocket.java:448)
at java.net.ServerSocket.accept(ServerSocket.java:419)
at org.eclipse.ant.internal.ui.launchConfigurations.RemoteAntBuildListener$ServerConnection.run(RemoteAntBuildListener.java:97)
I can see the javaw processes started by the build running in my task manager and starting and hanging around.