Hi !
I'm a newbie and hope i posted my question in the correct forum.
i downloaded eclipse Helios to replace eclipse ganymede.
when i make a java project with a ant build script and run the ant script ( it's a simple script ) i don't get any out put in the console. But when i run ant in ganymede version the script makes an output in the console.
!ENTRY org.eclipse.ant.launching 4 120 2010-08-11 13:17:06.603
!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(Unknown Source)
at java.net.ServerSocket.implAccept(Unknown Source)
at java.net.ServerSocket.accept(Unknown Source)
at org.eclipse.ant.internal.launching.launchConfigurations.Remo teAntBuildListener$ServerConnection.run(RemoteAntBuildListen er.java:89)
I tried to search and see if some one have had the same problem but couldn't find any.
I tried to use external ANT (1.80) but it gives no output either.
I ran into the same problem and found a work-around:
1. Go to Project-Properties-Builders.
2. Select your builder and Edit.
3. Click on the Build Options tab.
4. Allocate a file for the log and de-select the "Launch in background" option.
5. Go to Window-Preferences-Run/Debug-Console
6. De-select the "Limit console output" option.
Some subset of these steps would probably work, but there you have it.