Re: how to package a web application as an ear file via ANT?
Posted By:
Erik_Hatcher
Posted On:
Friday, October 5, 2001 05:49 PM
A .ear file is a .zip file, so you could use the , , or tasks setting the output filename with a .ear extension. You'll just have to construct the directory structure the way it needs to be in the .ear file, if different than the .war structure, for example.