Re: How to handle RAR in Ant

2006-06-27 Thread Alexey N. Solofnenko
You need to run "unrar" with (maybe with condition). ZIP and RAR are different archive formats. - Alexey. Leon Pu wrote: Here are the error messages when I try to extract a RAR file which created by WinRAR. == D:\>ant test Buildfile: build

RE: How to handle RAR in Ant

2006-06-27 Thread Leon Pu
Here are the error messages when I try to extract a RAR file which created by WinRAR. == D:\>ant test Buildfile: build.xml test: [untar] Expanding: D:\test.rar into D: [untar] Unable to expand to file D:\Rar! BUILD SUCCESSFUL Total tim

RE: How to handle RAR in Ant

2006-06-27 Thread Keith Hatton
RAR as in J2EE Resource ARchive file? Just use with and , and . Hope this helps Keith -Original Message- From: Leon Pu [mailto:[EMAIL PROTECTED] Sent: 27 June 2006 04:42 To: Ant Users List Subject: How to handle RAR in Ant Hi all, how to create and extract RAR file in Ant build scr