RE: ejbjar does not include non-bean files

2000-12-21 Thread Jeff Davies
: ejbjar does not include non-bean files Jeff, ejbjar does not include the support files by design. Whether that is right or wrong, I'm not sure. I have always had a problem with support files. If you go jar per bean but your support files are used by more than one bean, what do you do? If you put

RE: ejbjar does not include non-bean files

2000-12-19 Thread Sylvain Rey
Hi all! I'm having a small problem building EJBs for Weblogic 5.1. For most of my beans, Ant build the JAR files just fine. However, the problem I have has to do with the inclusion of "utility" classes for the EJB. I have 2 directories of files that need to go into my JAR file. They

Re: ejbjar does not include non-bean files

2000-12-19 Thread Conor MacNeill
Jeff, ejbjar does not include the support files by design. Whether that is right or wrong, I'm not sure. I have always had a problem with support files. If you go jar per bean but your support files are used by more than one bean, what do you do? If you put it in each jar, well the potential