Reg : deleting on the basis of date pattern

2009-12-20 Thread M White
Hi,     I am running a script to delete files from a folder .I am using the property where we need to specify , before , after or equal.By default its equal. When I am setting it to before or after its working fine,but not when I am setting it to equal. I have specified the date in pattern -" MM

RE: Best way to have script fail if not using new enough JDK?

2009-12-20 Thread Moore, Kent
We enforce the java version using one of these two routines in our init target: or, to allow a minimum java version -

Best way to have script fail if not using new enough JDK?

2009-12-20 Thread KARR, DAVID (ATTCINW)
I need to have my Ant script abort if the current JDK version is older than the project needs (1.6). I noticed a "JavaVersionTask" sample at which would probably help, but I wonder if there's an easier way since that article was written (4 years ago). I can see the