Hello, i´m trying to compile this project, but i get an error:
can you help me please: <project name="proy" default="compile" basedir="."> <target name="compile"> <property file="build.compiler"/> <mkdir dir="build"/> <javac srcdir="src" destdir="build" fork="true" classpath="folder"/> </target> where "folder", it´s a dir that contains src and build. this is the problem: ....folder\build.xml:16: Error running javac.exe compiler thanks a lot. AR, --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]