Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个用 java 编写的 EJB 程序,因为我需要为我的项目创建 ant build.xml 文件。
我的项目有一个服务器、客户端和 JPA 类。我有以下问题;
1) 我必须为我的客户端和服务器程序创建两个 build.xml 文件,还是一个 build.xml 文件足以运行我的应用程序?
2) 如何为此项目创建 build.xml 文件。
这个答案可能会有所帮助。它有用于 EJB 的示例脚本,包括 JPA 和客户端。
https://stackoverflow.com/a/16109977/1718893