Hi, hope you can help as I am struggling to get this to work!!
I have a lib directory that may potentially contain libs such as: acme.jar acme-2011050241533.jar The two jars are related but I want only one in the directory. So, if acme-*.jar exists, then I need to delete acme.jar. I've tried <available> and <resourcecount> but nothing works. Can you help? Thanks Rakesh