Hi list, I have some projects that should be compiled with javac 1.4 and some that should be compiled with javac 1.5. Since I do not want to change my environment between the projects, I have the JAVA_HOME variable set to the 1.5 classpath and want ant to use the external 1.4 javac when necessary. Unfortunately, I always get an "Error running /usr/java/j2sdk1.4.2/bin/javac compiler".
I have been able to create a small example build file to reproduce this problem:
The machine has several gigs of free memory and this test project is really small. So what's the problem?
Some information about my environment:
Apache Ant version 1.7.0 compiled on December 13 2006 javac 1.5.0_12 javac 1.4.2_15
Thanks for all help! Christian
-- Deriva GmbH Tel.: +49 551 489500-42 Financial IT and Consulting Fax: +49 551 489500-91 Hans-Böckler-Straße 2 http://www.deriva.de D-37079 Göttingen
Deriva CA Certificate: http://www.deriva.de/deriva-ca.cer
--------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@(protected) For additional commands, e-mail: user-help@(protected)