On Wed, 2002-01-09 at 06:26, Stef�n F. Stef�nsson wrote: > Hello. > > Does anyone know if it's possible to construct a JAR in Ant and include > dependant class files from other jars that are in classpath in the > generated jar? This probably needs to be connected in some way to the > javac task since the jar task wouldn't know anything about which class it > should check dependencies in. > >
I'm using genjar from http://www.riggshill.com/projects/genjar/ It's an external ant task that builds jars based on dependencies. -- Jesse Stockall | Tel: 1+ 613.599.2441 ext. 243 CRYPTOCard Corporation | Fax: 1+ 613.599.2442 Suite 304, 300 March Rd. | email: [EMAIL PROTECTED] Ottawa, ON, Canada K2K 2E2 | web: www.cryptocard.com --------------------------------------------------------------------- -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
