Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/ant/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Java Apache ANT在更改源代码时不更改类文件_Java_Ant_Compilation - Fatal编程技术网

Java Apache ANT在更改源代码时不更改类文件

Java Apache ANT在更改源代码时不更改类文件,java,ant,compilation,Java,Ant,Compilation,Apache ANT生成时未显示错误,并且在修改源代码时未生成修改过的类文件您是否先尝试过“清除”类文件? 1. Do a clean first.(make sure its deleting ) the class files. 2. Make sure that ant complile task include the src directory you are modifying.

Apache ANT生成时未显示错误,并且在修改源代码时未生成修改过的类文件

您是否先尝试过“清除”类文件?
1. Do a clean first.(make sure its deleting ) the class files.
2. Make sure that ant complile task include the src directory you are modifying.