I'm using an Ant build script for my project developed in Eclipse 3.4.2. It's actually a Flex 4 project (using Flash Builder Eclipse Plug-in).
Everything worked ok. But someday something happened and now the executions of Ant build script is silently terminated each time I run it.
When trying to debug Ant script the IDE stops for a moment on a breakpoint and then skips it.
Standalone Ant execution (using command line) works well for my script.
How to fix this problem? Any ideas?