Ant build scripts totally hangs, with no messages in console
Posted
by voipsecuritydigest.com
on Stack Overflow
See other posts from Stack Overflow
or by voipsecuritydigest.com
Published on 2010-03-16T20:21:59Z
Indexed on
2010/03/16
20:41 UTC
Read the original article
Hit count: 232
I have build.xml for my project, but even this small piece of code
<target name="init">
<tstamp/>
<!-- Create the build directory structure used by compile -->
<mkdir dir="${build}"/>
</target>
It doesn't run
Console is empty but process is active. I still can terminate it over STOP button
In same time I cannot debug it as well, same stuff active process no output in console and I can wait forever! Any ideas?
- JDK 1.6.0_14
- Eclipse 3.5.1
© Stack Overflow or respective owner