gpt4 book ai didi

java - 命名 Ant 目标的最佳做法是什么?

转载 作者:塔克拉玛干 更新时间:2023-11-03 03:59:52 25 4
gpt4 key购买 nike

命名 ant 目标的最佳实践是什么?

例如,您希望目标“test”运行什么?所有单元测试?所有功能测试?两个?

用于运行不同类型测试(单元/功能/所有)的标准名称是什么?在 J2SE 中部署软件的目标名称是否有标准?在 J2EE 中?

我的项目将 ant 用于具有 junit、Swing 应用程序和 J2EE 应用程序的 java 项目。

最佳答案

参见 "Naming Conventions" section在这个页面上:The Elements of Ant Style

The following targets are common to many builds. Always avoid changing the behavior of a well-known target name. You do not need to implement all of these in a single project.

all               Build and test everything; create a distribution, optionally install. 
clean Delete all generated files and directories.
deploy Deploy the code, usually to a remote server.
dist Produce the distributables.
distclean Clean up the distribution files only.
docs Generate all documentation.
init Initialize the build: create directories, call <tstamp> and other common actions.
install Perform a local installation.
javadocs Generate the Javadoc pages.
printerdocs Generate printable documents.
test Run the unit tests.
uninstall Remove a local installation.

此页面还提供了其他好的指南。

关于java - 命名 Ant 目标的最佳做法是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/342122/

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