build « ear « Java Enterprise Q&A





1. How do I create an EAR file with an ant build including certain files?    stackoverflow.com

I'm using eclipse to build an ear file using ant. I'm using oc4j, and I want to make sure that orion-application.xml is included in the build. What I'm currently using but ...

2. How does the ant war task work?    stackoverflow.com

I have a question about something I encountered today at work. I have two projects that are built with ant build script. Lets call them projectA and projectB. ...