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
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
@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...
>
>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 ?
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
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 ?