hi,
i am new to java and i am using eclipse for java coding when i run a build.xml file it says build fail and says "Compile failed; see the compiler error output for details." and points to the code below.
does anyone know the reason for this,
<javac
srcdir="${src.test}"
destdir="${bld.test}"
includes="${test.pat}"
excludes="${exclude.pat}"
source="${source.version}"
deprecation="on"
debug="on"
>
appreciate any commets
thanks