AW: AW: Extract jar files in an ant task

2005-11-30 Thread Jan.Materne
t;An: Ant Users List >Betreff: Re: AW: Extract jar files in an ant task > >thanks a lot for this page > >Markus > >- >To unsubscribe, e-mail: [EMAIL PROTECTED] For &g

Re: AW: Extract jar files in an ant task

2005-11-30 Thread Markus Innerebner
thanks a lot for this page Markus - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Extract jar files in an ant task

2005-11-30 Thread Markus Innerebner
To explain me better. I am programming my Ant task in Java. So inside my code I want to use the java class provided by apache ant for doing such extract operations. Markus - To unsubscribe, e-mail: [EMAIL PROTECTED] For addition

AW: Extract jar files in an ant task

2005-11-30 Thread Jan.Materne
mailto:[EMAIL PROTECTED] >Gesendet: Mittwoch, 30. November 2005 14:28 >An: Ant Users List >Betreff: Re: Extract jar files in an ant task > > is a task, not a target. > >Why do you need to know the implementing class? Unless you're >trying to use Ant programmatically the

Re: Extract jar files in an ant task

2005-11-30 Thread Jeffrey E Care
is a task, not a target. Why do you need to know the implementing class? Unless you're trying to use Ant programmatically the implementing class is irrelevant. -- Jeffrey E. Care ([EMAIL PROTECTED]) WebSphere v7 Release Engineer WebSphere Build Tooling Lead (Project Mantis) Markus Innerebner

Re: Extract jar files in an ant task

2005-11-30 Thread Markus Innerebner
On Wed, 2005-11-30 at 08:06 -0500, Jeffrey E Care wrote: > JAR files are simply ZIP files with extra metadata. Use . > Hi Jeffrey thanks for the answer, but which is the java class which I can use for such extract operation. I am not able to find this ant task. You only show me the ant target.

Re: Extract jar files in an ant task

2005-11-30 Thread Jeffrey E Care
JAR files are simply ZIP files with extra metadata. Use . -- Jeffrey E. Care ([EMAIL PROTECTED]) WebSphere v7 Release Engineer WebSphere Build Tooling Lead (Project Mantis) Markus Innerebner <[EMAIL PROTECTED]> wrote on 11/30/2005 07:53:06 AM: > Hello @all > > I realized that there only exi

Extract jar files in an ant task

2005-11-30 Thread Markus Innerebner
Hello @all I realized that there only exist the Jar class with which you are able to create a jar file. As an ant target there exists the target unjar but I am not able to find the corresponding java class (task). I see there are some other Unpacker, but which one is the right class for such ope