AW: Accessing the manifest within a jar file

2006-11-01 Thread Jan.Materne
>> I do not know the jarlib tasks. >> What are they ? > >Optional tasks already in Ant and the manual. I think Conor >may have added them, but I could be wrong. --DD Didnt knew them neiter ... but they are there ;-) - Jarlib-available - Jarlib-display - Jarlib-manifest - Jarlib-resolve >Thank

Re: Accessing the manifest within a jar file

2006-11-01 Thread Dominique Devienne
I do not know the jarlib tasks. What are they ? Optional tasks already in Ant and the manual. I think Conor may have added them, but I could be wrong. --DD - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-

Re: Build jar files that contain other jar files

2006-11-01 Thread Steve Loughran
Keith Hatton wrote: You can include other jars in the Class-Path entry of the manifest file of your jar, then just distribute all jars in the same folder (assuming you're allowed to distribute them). the advantage of this route is: 1. you dont secretly include other jars in your app. I have

Re: Build jar files that contain other jar files

2006-11-01 Thread Peter Reilly
You could look at using jarjar: http://tonicsystems.com/products/jarjar/ Peter On 11/1/06, Keith Hatton <[EMAIL PROTECTED]> wrote: You can include other jars in the Class-Path entry of the manifest file of your jar, then just distribute all jars in the same folder (assuming you're allowed to dis

RE: Build jar files that contain other jar files

2006-11-01 Thread Keith Hatton
You can include other jars in the Class-Path entry of the manifest file of your jar, then just distribute all jars in the same folder (assuming you're allowed to distribute them). HTH Keith -Original Message- From: Peter DePasquale [mailto:[EMAIL PROTECTED] Sent: 01 November 2006 01:26