当我写好build.xml的时候。。运行就报错。。
Buildfile: F:\Project\java\workspace2\HelloWorld\build.xml
BUILD FAILED
F:\Project\java\workspace2\HelloWorld\build.xml:11: filelist doesn't support the nested "include" element.
Total time: 400 milliseconds
请问 include 有错吗?
------解决方案--------------------------------------------------------
它说ant不支持 include 元素报错
删了不就行了嘛
------解决方案--------------------------------------------------------
恩。不是这个问题。。解决了