Re: File Sets Based on File Attributes

2006-06-08 Thread Jeffrey E Care
It's not that Ant doesn't support this - it's that the JDK does not provide a way to query or access file attributes. The short answer is that if you want to do this you'll need to write a custom task the uses JNI or execs a native executable to get this information. JEC __

File Sets Based on File Attributes

2006-06-08 Thread RWADAMS1
Has anyone know how (short of writing a custom task or selector) to create a file set based on the files' attribute flags? Specifically, I'd like to create a set of files that have the Windows "archive" bit set. I saw the Ant Attrib task, but it appears to be write only. I'm looking for a way to pu