On 2009-12-15, vino_hymi <vinoh...@gmail.com> wrote: > I am running taskdef ant task. But i get the below error and says build > failed.
please use the u...@ant list for user questions, this list is for the development of Ant itself. The error message you see says there is a problem with the task BuildEarTask > BUILD FAILED > /u/tibco/Builds/build.xml:36: java.lang.IllegalThreadStateException: process > hasn't exited > at BuildEarTask.execute(BuildEarTask.java:41) This task is not part of Ant itself, so I don't really know how we should be able to help. This here > --- Nested Exception --- > java.lang.IllegalThreadStateException: process hasn't exited > at java.lang.UNIXProcess.exitValue(UNIXProcess.java:122) > at BuildEarTask.execute(BuildEarTask.java:37) says that the task is trying to obtain the exit value of a process it has started before that process has exited. This should give the author of the task enough of a clue. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org