S Boss. already my dlxport.zip file is in d:\temp\new only.
When I tried with
<target name="unzip" depends="preparedirs" description="unzip">
<unzip src="${basedir}/dlxport.zip" dest="${basedir}/unzip"/>
</target>
this is giving error like.....
unzip:
BUILD FAILED
E:\working.xml:43: Could not create task of type: unzip. Common solutions
are to use taskdef to declare your task, or, if this is an optional task,
to put the optional.jar in the lib directory of your ant installation
(ANT_HOME).
Total time: 0 seconds
(Embedded image moved to file: pic00041.gif)
Stefan
Bodewig To: [EMAIL PROTECTED]
<bodewig@apac cc:
he.org> Subject: Re: URGENT!!!! RE: <Unzip>
07/20/01
04:38 PM
Please
respond to
ant-user
On Fri, 20 Jul 2001, Pandian Anbunathan
<[EMAIL PROTECTED]> wrote:
> I hava a zip file in d:/temp/new/dlxport.zip.
> Now I want to unzip the file in d:/temp/new/unzip directory.
> How can I use the <unzip> here.
place this one in d:\temp\new
<project name="valinor" default="ainur" basedir=".">
<target name="ainur">
<unzip src="dlxport.zip" dest="unzip" />
</target>
</project>
works.
Stefan
- URGENT!!!! RE: <Unzip> Pandian . Anbunathan
- Re: URGENT!!!! RE: <Unzip> Stefan Bodewig
- Re: URGENT!!!! RE: <Unzip> Pandian . Anbunathan
- Re: URGENT!!!! RE: <Unzip> Stefan Bodewig
- Re: URGENT!!!! RE: <Unzip> Pandian . Anbunathan
- Re: URGENT!!!! RE: <Unzip> Stefan Bodewig
Compuserve GIF