Several options: a) Try Ant's <ejbjar> task. I think it has some built-in dependency checking. b) Use an <uptodate> Ant task to check whether invoking weblogic.ejbc is really needed. c) Buy more CPU/RAM. d) Decompile ejbc, optimise it and recompile. Not recommended.
I agree with Hani though. http://newsgroups.bea.com/ would be more appropriate/fruitful. Aslak > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Joseph > Parks > Sent: 10. juli 2002 15:23 > To: [EMAIL PROTECTED] > Subject: Re: [Xdoclet-user] [EJBC] Weblogic > > > Maybe he didn't mean "a good place [to ask this question]", but > rather that this mailing list is a "happy place", > where people usually respond quickly to help others when they can... > > I believe the short answer to the question is that, if xdoclet > makes you so productive that you can generate a > rich domain layer quickly (see how I brought it back on topic), > you cannot speed the deployment of that domain > layer without better hardware. (One of our clients is using an > AIX box with 8Gigs of RAM; the ejbc step is trivial.) > > >>> Hani Suleiman <[EMAIL PROTECTED]> 07/10/02 09:11AM >>> > On 7/10/02 9:05 AM, "Joao Miguel Garcia" <[EMAIL PROTECTED]> wrote: > > > Hi Guys, > > > > I'm sorry from placing this question here but it seems to be a > good place. > > > Huh? No it doesn't. The topic is xdoclet, not weblogic. If you > want to talk > about weblogic, limit yourself to aspects of weblogic that are relevant to > xdoclet. > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Two, two, TWO treats in one. > http://thinkgeek.com/sf > _______________________________________________ > Xdoclet-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/xdoclet-user > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Two, two, TWO treats in one. > http://thinkgeek.com/sf > _______________________________________________ > Xdoclet-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/xdoclet-user ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Two, two, TWO treats in one. http://thinkgeek.com/sf _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
