Re: Unjar + Jar (check if up-to-date)

2005-06-24 Thread Pavel Krupets
Hello, Problem is that it always unzip files. I want to check it before unzipping. With regards, Pavel Krupets --- Jeffrey E Care <[EMAIL PROTECTED]> wrote: > Assuming that you preserve the timestamps on the files when you > unzip the > JARs initially the task should take c

Unjar + Jar (check if up-to-date)

2005-06-24 Thread Pavel Krupets
Hello, I need to unjar jar files into directory and then pack this folder into one jar. But I don't know how to check whether I need to update this jar or not (I need to check whether source jars are older or have same age as the target jar). Thank you! With regards, Pavel Kr