|
From: Alan E. <ala...@gm...> - 2006-06-29 20:07:18
|
I have this strange problem with eclipse's built in ant feature.
It's intermittant, which is even more infuriating... But sometimes, I
try to build something that depends on build-support, adn I get this:
Exception in thread "Ant Build Server Connection"
java.lang.StringIndexOutOfBoundsException: String index out of range:
-1
at java.lang.String.substring(String.java:1768)
at org.eclipse.ant.internal.ui.AntUtil.getLocationLink(AntUtil.java:491)
at org.eclipse.ant.internal.ui.launchConfigurations.RemoteAntBuildListener.generateLink(RemoteAntBuildListener.java:255)
at org.eclipse.ant.internal.ui.launchConfigurations.RemoteAntBuildListener.receiveTaskMessage(RemoteAntBuildListener.java:243)
at org.eclipse.ant.internal.ui.launchConfigurations.RemoteAntBuildListener.receiveMessage(RemoteAntBuildListener.java:173)
at org.eclipse.ant.internal.ui.launchConfigurations.RemoteAntBuildListener$ServerConnection.run(RemoteAntBuildListener.java:104)
Building from the command line always works. Any ideas?
|