jpa - HOw to Build Ant file for EJB Program in java -


i have ejb program written in java,in need create ant build.xml file formy project.

my project has server, client , jpa class. ive got following questions;

1) have create 2 build.xml files both client , server program or 1 build.xml file enough run application?

2) how create build.xml file project.

this answer may help. has sample script ejb including jpa , client.

https://stackoverflow.com/a/16109977/1718893


Comments