Ant : Compile failed; see the compiler error output for details
问题 I want to run "ant build-project" a project build.xml. <javac deprecation="true" includeantruntime="false" debug="true" debuglevel="${debuglevel}" destdir="${project.build.outputpath}" verbose="true" encoding="UTF-8"> <src path="${project.src.classes}" /> <compilerarg value="-Xlint" /> <classpath refid="core.classpath" /> </javac> <path id="core.classpath"> <pathelement location="${project.build.outputpath}" /> <pathelement location="${test.dir}" /> <fileset dir="${project.build.libpath}">