add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -1,16 +1,15 @@
# ant
# Ant
> Apache Ant。
> 用于构建和管理基于 Java 的项目的工具
> 更多信息:<https://ant.apache.org>.
> Apache Ant构建和管理基于Java的项目
> 更多信息:<https://ant.apache.org>
- 用默认构建文件 `build.xml` 构建一个项目:
- 使用默认构建文件 `build.xml` 构建项目:
`ant`
- 使用 `build.xml` 以外的构建文件构建项目:
- 使用其他构建文件 [f]ile 而非 `build.xml` 构建项目:
`ant -f {{构建文件.xml}}`
`ant -f {{buildfile.xml}}`
- 打印该项目可能的目标信息:
@@ -20,6 +19,6 @@
`ant -d`
- 执行所有不依赖失败目标的目标:
- 执行所有不依赖失败目标的目标:
`ant -k`
`ant -k`