Re: jar management techniques

2004-12-07 Thread Ivan Ivanov
Mark, --- Mark Lybarger <[EMAIL PROTECTED]> wrote: > we have a project that consists of an ejb module and > a web module. the ejb module uses some 3rd party > jars that are made available in the ear via the ejb > jar's manifest.mf. our current practice and setup is > to put all jars into our proje

jar management techniques

2004-12-07 Thread Mark Lybarger
we have a project that consists of an ejb module and a web module. the ejb module uses some 3rd party jars that are made available in the ear via the ejb jar's manifest.mf. our current practice and setup is to put all jars into our project sources's WEB-INF/lib folder. when building the ejb modu