Ant in Eclipse kills JVM and forces Eclipse to crash

i don’t know, why this suddenly happens, but everytime i integrate a build-script in eclipse and start a task, eclipse crashes immediately and shows only the crash-window with:

JVM terminated exit code=1
follwed by the (default) settings of the JVM

for testing purposes i wrote a very elemental script only with an echo:


<project name="Test" basedir="." default="test">
        <target name="test">
            <echo>runs fine</echo>
	</target>
</project>

this runs fine with ant in command shell but crashes eclipse. i also used java 1.4.2 instead of 1.5, but no result.

Never had a problem myself… got any configuration details and error logs to share?

Cas :slight_smile:

hmm, additional i can only say that i installed a second and fresh eclipse, but the error still remains.
i never used ant in command shell before but when i do it is missing a “tools.jar”. i only know it from
my jini experiments, which im currently working on, but afaik they dont have anything to do with each
other.

i dunno if it helps but heres the error window right after startign a task:

http://zeus.fh-brandenburg.de/~huellein/crash.jpg

OS version, Eclipse version, JVM version, …

Cas :slight_smile:

sorry, but now:

Windows XP Professional
java 1.5.0-b64
eclipse 3.1.0
build-in ant 1.6.5