Hi,
How do I extend the unzip task?
Any idea whats the correct way of doing this? All I need to do is change the
destination directory based on the contents of the zip file.
I tried creating a class that extends org.apache.tools.ant.taskdefs.Untar
and then implemented protected void expandFil
If you have no reason not to trust your timestamps you
might look into some of the resourcecollections
included in Ant 1.7: and .
-Matt
--- raos <[EMAIL PROTECTED]> wrote:
>
> Hello,
>
> Naming convention followed for builds:
>
> AppServer-DBVendor-BuildNumber.*,
> where * represents bin
> From: Judy Anderson [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, December 25, 2007 1:51 PM
> To: Ant Users List
> Subject: RE: CVS task failure: cannot rename
>
> I have done some more experimentation with my problem. It
> only happens on binary files (flag "-kb"). CVS is doing a
> different
Hello,
Naming convention followed for builds:
AppServer-DBVendor-BuildNumber.*,
where * represents bin for unix, exe for windows.
The problem is to define a target in order to select the latest build based
on OS,AppServer,DBVendor whenever a new build has come, so that respective
installable c