Re: Removing a file from .jar file

2006-05-05 Thread Scot P. Floess
nt: Friday, May 05, 2006 10:20 AM To: user@ant.apache.org Subject: AW: Removing a file from .jar file I don't think you can delete the class file...but you can certainly update the jar file with a new class or modified class. To delete, you will probably need to unjar, delete the file i

RE: Removing a file from .jar file

2006-05-05 Thread Matt Benson
cified by one or more resource collections. Sorry for any confusion here. :) -Matt > Ben > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: Friday, May 05, 2006 10:20 AM > To: user@ant.apache.org > Subject: AW: Removing a fil

RE: Removing a file from .jar file

2006-05-05 Thread Burgess, Benjamin
@ant.apache.org Subject: AW: Removing a file from .jar file >I don't think you can delete the class file...but you can >certainly update the jar file with a new class or modified >class. To delete, you will probably need to unjar, delete the >file in question and rejar... >

AW: Removing a file from .jar file

2006-05-05 Thread Jan.Materne
>I don't think you can delete the class file...but you can >certainly update the jar file with a new class or modified >class. To delete, you will probably need to unjar, delete the >file in question and rejar... > >Leomar Costa wrote: >> Hi ! >> >> How I can remove a file from a jar ?

Re: Removing a file from .jar file

2006-05-05 Thread Scot P. Floess
When I say rejar - I don't mean updating the jar you unpacked...I mean literally creating a new jar file after the class file in question has been deleted from the file system. Otherwise, you will be just be doing an update...and the old class file will still be maintained... Scot P. Floess w

Re: Removing a file from .jar file

2006-05-05 Thread Scot P. Floess
Leomar: I don't think you can delete the class file...but you can certainly update the jar file with a new class or modified class. To delete, you will probably need to unjar, delete the file in question and rejar... Leomar Costa wrote: Hi ! How I can remove a file from a jar ?