Return-Path: Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 96597 invoked from network); 20 Feb 2001 22:30:37 -0000 Received: from 194.128.96.216-rev.eziaz.net (HELO kenny.msoft.com) (216.96.128.194) by h31.sny.collab.net with SMTP; 20 Feb 2001 22:30:37 -0000 Received: from Will ([172.16.1.4]) by kenny.msoft.com (Post.Office MTA v3.5.3 release 223 ID# 0-61605U100L2S100V35) with SMTP id com for ; Tue, 20 Feb 2001 14:36:23 -0800 Message-ID: <008b01c09b8c$b3b627c0$040110ac@Will> From: willh@msoft.com (Will Hartung) To: Subject: EJB questions Date: Tue, 20 Feb 2001 14:30:17 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Hi all, I saw in the archives that we should wait for the 1.3beta2 of ANT for better EJB support, but it appears undocumented. What we're using now is Visual Cafe and Weblogic. One of our problems is that it jars up the entire application into a single jar file (which is no big deal), but then it forwards this jar file to the Wblogic ejbc program, which then happily builds the stubs for everything in the jar file. So, even simple changes get dragged through this arduous process. What we're hoping to do is have an ant target for each bean that builds each bean, and runs ejbc independently on each one. Throw in some dependancies, then when we build the final jar, only the beans that have changed will have ejbc run on them. Is this what other folks are doing? It seems like a pretty complicated setup being as you need to jar up each bean to run ejbc on it. I guess if they all run to the same build directory, it shouldn't be too much of an issue. The final jar can just jar up that directory. How do I go about doing the file dependancies? How do I make MyBean.jar dependant on MyBean.java, MyBeanHome.java, MyBean*.xml, etc.? (This was never obvious in the Ant docs, at least to me). How are others organizing their EJB projects? Thanx! Regards, Will Hartung (willh@msoft.com)