[JBoss-user] to generate ear file

2001-07-02 Thread Felix Garcia Romero
Is there any utility to generate .ear file? Thanks in advance

RE: [JBoss-user] to generate ear file

2001-07-02 Thread Pelle Poluha
Try Sun's deploytool. It's part of the J2EE download. /Pelle Poluha -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Felix Garcia Romero Sent: den 2 juli 2001 12:52 To: [EMAIL PROTECTED] Subject: [JBoss-user] to generate ear file Is there any utility

Re: [JBoss-user] to generate ear file

2001-07-02 Thread David Ward
Many people (including myself) use Ant. (http://jakarta.apache.org/ant/) Hint: look at the jar task. Using Ant is much easier than having to start up a GUI like Sun's deploytool every time you want to make a change, and can be automated. In combination with JBoss' autodeploy feature, it makes