> How do i recreate a jar everytime ? Because when i try to 
> execute the same
> jar command thru ant the second time, if the jar already 
> exists, it's not
> getting recreated.

Are you sure there are new files available? I believe the Jar task will
check to see if any of the files you've specified are newer than the jar
file - if none of them are, it'll assume it's already correct.

Jon

Reply via email to