Re: [JBoss-user] Tools

2001-07-01 Thread Konstantin Priblouda
--- Ivan Novick <[EMAIL PROTECTED]> wrote: > As far as app deployment, ANT can be utilized to > automate the packaging and > deployment process. As far as generation of XML > descriptors, it is fairly > easy to have one sample XML descriptor file and then > just cut and paste to > create any oth

Re: [JBoss-user] Tools

2001-07-01 Thread Ivan Novick
As far as app deployment, ANT can be utilized to automate the packaging and deployment process. As far as generation of XML descriptors, it is fairly easy to have one sample XML descriptor file and then just cut and paste to create any others. This may not be what you are looking for, but imho i

Re: [JBoss-user] Tools

2001-07-01 Thread Peter Fagerlund
sorry correction of link http://jboss.org:8081/jive/forum.jsp?forum=19 >http://jboss.org:8081/jive7forum.jsp?forum=19 /peter ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

Re: [JBoss-user] Tools

2001-07-01 Thread Peter Fagerlund
on 1-07-01 10.49, Devraj Mukherjee at [EMAIL PROTECTED] wrote: > Can anyone, tell me what tools are included in JBoss for helping with app > deployment and generation of the XML descriptors?/ There is a thread regarding JBossGUI at http://jboss.org:8081/jive7forum.jsp?forum=19 /peter

RE: [JBoss-user] Tools

2001-07-01 Thread Vincent Harcq
Have a look at EJBDoclet : https://sourceforge.net/projects/ejbdoclet/ It is more efficient that any GUI tools during developement. > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]De la part de Devraj > Mukherjee > Envoye : dimanche 1 juillet 2001 10:49 > A : JB

Re: [JBoss-user] tools for ear

2001-05-23 Thread Ivan Novick
Ant can do it no --> you just have to write the script Ivan - Original Message - From: "Jim Downing" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 23, 2001 7:58 AM Subject: Re: [JBoss-user] tools for ear > Sorry, my mistake, the *ear* t

Re: [JBoss-user] tools for ear

2001-05-23 Thread danch (Dan Christopherson)
For what it's worth, I just use Ant's 'jar' task. All you need to do is have the various descriptors ready and build a jar. Per Lewau wrote: > On Wed, 23 May 2001, Jim Downing wrote: > > >>Yes, Ant can. The ejbjar task is one of the optional tasks. >> > > AFAIK that task only produces ejb ja

Re: [JBoss-user] tools for ear

2001-05-23 Thread Jim Downing
D]> Sent: Wednesday, May 23, 2001 12:32 PM Subject: Re: [JBoss-user] tools for ear > > On Wed, 23 May 2001, Jim Downing wrote: > > > Yes, Ant can. The ejbjar task is one of the optional tasks. > > AFAIK that task only produces ejb jars and not ear files. An ear file is >

RE: [JBoss-user] tools for ear

2001-05-23 Thread Paul Austin
Lewau Sent: 23 May 2001 12:33 To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] tools for ear On Wed, 23 May 2001, Jim Downing wrote: > Yes, Ant can. The ejbjar task is one of the optional tasks. AFAIK that task only produces ejb jars and not ear files. An ear file is trivial to create wit

Re: [JBoss-user] tools for ear

2001-05-23 Thread Per Lewau
On Wed, 23 May 2001, Jim Downing wrote: > Yes, Ant can. The ejbjar task is one of the optional tasks. AFAIK that task only produces ejb jars and not ear files. An ear file is trivial to create with a little copy and the ordinary jar task. Building the modules contained in the ear file can be do

Re: [JBoss-user] tools for ear

2001-05-23 Thread Jim Downing
Yes, Ant can. The ejbjar task is one of the optional tasks. jim - Original Message - From: "ALex Loubyansky" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 23, 2001 11:24 AM Subject: [JBoss-user] tools for ear > Hello! > > can anyone suggest me a tool for creating e