Ant的构件文件是基于XML编写的,默认名称为build.xml。

ant命令默认寻找build.xml文件。若文件名为hello.xml时,读者还需要对命令做少许改变,

改为:ant –f hello.xml 、

         ant –buildfile hello.xml 或ant –file hello.xml。

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-07
  • 2022-01-12
  • 2021-11-03
猜你喜欢
  • 2021-05-15
  • 2022-12-23
  • 2022-12-23
  • 2021-07-11
  • 2021-04-06
  • 2021-07-03
相关资源
相似解决方案