Re: [JBoss-user] JBoss and ANT

2001-05-21 Thread Phan Anh Tran
I just use the zip task to build and deploy my beans. Really convenient... Anh - Original Message - From: "Robert Burrell Donkin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 21, 2001 10:43 AM Subject: Re: [JBoss-user] JBoss and ANT >

Re: [JBoss-user] JBoss and ANT

2001-05-21 Thread Robert Burrell Donkin
steps >required. Maybe it does. >>- Original Message - >>From: Michael P. McCutcheon >>To: [EMAIL PROTECTED] >>Sent: Wednesday, May 16, 2001 8:24 PM >>Subject: [JBoss-user] JBoss and ANT >> >> >>They are taking feature requests at the Jakarta

Re: [JBoss-user] JBoss and ANT

2001-05-19 Thread Scott M Stark
: Michael P. McCutcheon To: [EMAIL PROTECTED] Sent: Wednesday, May 16, 2001 8:24 PM Subject: [JBoss-user] JBoss and ANT They are taking feature requests at the Jakarta project...wouldn't it be cool if ANT could build EJB jars that would work in JBoss? Has anyone submitted a request to th

Re: [JBoss-user] JBoss and ANT

2001-05-18 Thread Kemp Randy-W18971
EJBDoclet is found at http://sourceforge.net/projects/ejbdoclet/ and for the newcomers, ant is found at http://jakarta.apache.org <[EMAIL PROTECTED]> Subject: Re: [JBoss-user] JBoss and ANT Date: Thu, 17 May 2001 17:25:45 -0700 Reply-To: [EMAIL PROTECTED] What is EJBDoclet? could you p

RE: [JBoss-user] JBoss and ANT

2001-05-17 Thread Venkat Ammisetty
Torsten Terp Sent: Friday, May 18, 2001 12:03 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] JBoss and ANT Hi, EJBDoclet is available on sourceforge: http://sourceforge.net/projects/ejbdoclet Regarding the code generation, there actually was a post on jBoss-Dev yesterday about that. They used

RE: [JBoss-user] JBoss and ANT

2001-05-17 Thread Torsten Terp
TECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, May 17, 2001 6:37 AM > Subject: RE: [JBoss-user] JBoss and ANT > ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

RE: [JBoss-user] JBoss and ANT

2001-05-17 Thread Vincent Harcq
> What is EJBDoclet? could you provide some more information or a link. It is there : https://sourceforge.net/projects/ejbdoclet/ Take the CVS version. > > Regarding having ANT write the beans, I dont think that is such a strecth > ... imagine just defining your properties and methods (includi

Re: [JBoss-user] JBoss and ANT

2001-05-17 Thread Ivan Novick
files... this shouldnt even be that hard to implement as an ant add on task. What do you all think about this? Ivan - Original Message - From: "Torsten Terp" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 17, 2001 6:37 AM Subject: RE: [JBoss-user] JBoss

RE: [JBoss-user] JBoss and ANT

2001-05-17 Thread Torsten Terp
OTECTED] > Subject: Re: [JBoss-user] JBoss and ANT > > > Mike, > There really is nothing special that needs to be added > to ANT to generate JBOSS deployment jars. WLS uses > ejbc (EJB compiler) to generate skeletons and stubs > used to marshal data during invocati

RE: [JBoss-user] JBoss and ANT

2001-05-17 Thread Venkat Ammisetty
ECTED]]On Behalf Of Damon Hart-Davis Sent: Thursday, May 17, 2001 5:43 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] JBoss and ANT Peter Braswell wrote: > > Mike, > There really is nothing special that needs to be added > to ANT to generate JBOSS deployment jars. WLS uses > ej

Re: [JBoss-user] JBoss and ANT

2001-05-17 Thread Damon Hart-Davis
Peter Braswell wrote: > > Mike, > There really is nothing special that needs to be added > to ANT to generate JBOSS deployment jars. WLS uses > ejbc (EJB compiler) to generate skeletons and stubs > used to marshal data during invocation. Since JBOSS > uses dynamic proxies to accomplish this (re

Re: [JBoss-user] JBoss and ANT

2001-05-17 Thread Peter Braswell
Mike, There really is nothing special that needs to be added to ANT to generate JBOSS deployment jars. WLS uses ejbc (EJB compiler) to generate skeletons and stubs used to marshal data during invocation. Since JBOSS uses dynamic proxies to accomplish this (read, stub-less/skeleton-less) there is

Re: [JBoss-user] JBoss and ANT

2001-05-16 Thread Peter Routtier-Wone
http://wamoz.com/ejbstudio.asp - Original Message - From: "Michael P. McCutcheon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 17, 2001 1:24 PM Subject: [JBoss-user] JBoss and ANT They are taking feature requests at the Jakarta project...woul

[JBoss-user] JBoss and ANT

2001-05-16 Thread Michael P. McCutcheon
They are taking feature requests at the Jakarta project...wouldn't it be cool if ANT could build EJB jars that would work in JBoss?   Has anyone submitted a request to the ANT developers about this?  Currently I believe that the EJB jar generating feature in ANT only supports BEA.   Oh, by t