gpt4 book ai didi

java - Bash shell 使用 ant 构建 java 应用程序

转载 作者:行者123 更新时间:2023-12-01 22:29:21 27 4
gpt4 key购买 nike

我编写了一个运行 java 应用程序的 bash shell。为了使该过程自动化,我想首先添加 ant 来构建 java 应用程序。但是,如果 *java 文件没有任何更改,我不想重建现有应用程序。我迷失了,不知道什么是做到这一点的好方法。

最佳答案

Ant javac task正是这样做的:

Compiles a Java source tree.

The source and destination directory will be recursively scanned for Java source files to compile. Only Java files that have no corresponding .class file or where the class file is older than the .java file will be compiled.

因此,只需创建一个使用 javac 的构建文件,并让 bash 脚本在运行应用程序之前调用 Ant 进行编译即可。您还可以使用 Ant 本身来运行应用程序,方法是使用 java task .

关于java - Bash shell 使用 ant 构建 java 应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28140617/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com