From Sebastien.Blanc@alcatel.com Tue Apr 1 18:57:17 2003 Return-Path: Mailing-List: contact user-help@ant.apache.org; run by ezmlm Delivered-To: mailing list user@ant.apache.org Received: (qmail 63884 invoked from network); 1 Apr 2003 18:57:17 -0000 Received: from auds951.usa.alcatel.com (143.209.238.80) by daedalus.apache.org with SMTP; 1 Apr 2003 18:57:17 -0000 Received: from alcatel.com (localhost [127.0.0.1]) by auds951.usa.alcatel.com (8.12.8p1/8.12.8) with ESMTP id h31IvK47007756 for ; Tue, 1 Apr 2003 12:57:20 -0600 (CST) Message-ID: <3E89E10F.BA9B9F38@alcatel.com> Date: Tue, 01 Apr 2003 12:57:19 -0600 From: Sebastien Blanc Organization: Alcatel USA X-Mailer: Mozilla 4.78 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Ant Users List Subject: Re: ejbjar dependency References: <20030401185049.63230.qmail@web11007.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N one way wd be to break up your source tree by jar files so that you have something like the following: /src/ /src/ /src/ it is then less easier to setup an IDE project, but alrite. otherwise put all the java source in to one tree and explicitely hardcode in your build.xml file what has to go in your ejb-jar file with include and exclude patterns. seb. Sharon Hu wrote: > Hi, > > I have all my ejbs under /ejb package, and ejb class > may use other helper class in /ejb package too, and > util class under /util, or other, I would like to > pacakge my ejb in the way one ejb per jar and the jar > includes the bean class and the helper class in /ejb > packages only, so I can put all other util pacakges in > one jar by excluding /ejb package. How can I do that? > > __________________________________________________ > Do you Yahoo!? > Yahoo! Tax Center - File online, calculators, forms, and more > http://platinum.yahoo.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > For additional commands, e-mail: user-help@ant.apache.org