I keep getting this error:
generics are not supported in -source 1.3
which is from here in the build.XML:
<target name="compile" depends="init" description="Compile code">
<mkdir dir="${bin}"/>
<javac deprecation="on" srcdir="${src}" destdir="${bin}"
source="1.3" target="1.2"
includeAntRuntime="no"
classpathref="lib.path" debug="${compile.debug}">
Does anyone know how to update the SDK so I can use generics? I’m assuming to J2SE 1.4.2.