>I have jdk 1.5.0_02 installed on my system, x86/RHEL 3, kernel 2.4; 
>I am also using ant 1.5.2_23

1.5.2_23 sounds not like a valid Ant version.
1.5.2 would be a very old version, current is 1.7.1.
http://ant.apache.org/faq.html#history
    1.5.2 : 3 March 2003
    1.7.1 : 27 June 2008


><property name="build.compiler" value="modern"/>

Usually you dont have to specify any specific in <javac>.
Set JAVA_HOME to the location of an installed JDK (not JRE).
Have CLASSPATH empty.
Try just a <javac srcdir="" destdir=""/>.


Jan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to