I'm using Eclipse Galileo (3.5.1.M2) with
JBoss Tools (plugin) and am building an Enterprise
JEE application which consists of Entities and Session Beans in an ejb jar file and Servlets/JSPs in a War file, all wrapped up in an application EAR file to be deployed on JBoss AS 5.1.0.GA.
I can build the application using a keyboard accelerator (Ctrl+B), but when creating the Ear file, I need to right-click on the project, select Export -> EAR, and use the wizard, having to select the target Ear file, etc.
Is there any way to have the creation of the Ear file happen automatically as a part of the build process?
If not, is there any way to get the
IDE to remember the Ear settings, such that I can just click a single button to generate it again - without having to go through the menus and wizard?
I've gone through the Eclipse help, but can't seem to find anything that will help me here.
Thanks,