Before I lug myself off to the Ant lists, thought I'd ask here. I'm trying to come up with a way to make the cgi work for the downloads pages. One way would be to rewrite the cgi, have it take arguments and be more dynamic. Another easier way would be to simply copy the cgi file lots of times (as it's already been copied many times already).
To do this copying, I basically want to do the equivalent of: ------- For each downloads_*.html file copy downloads.cgi downloads_*.cgi -------- Any idea how I do that in Ant? Mappers seem like they'd want to be copying the html file to the cgi file; ie) wildcard in to and from. There's no for loop, so not sure how I'd do such a thing. Maybe one way would be to call a target on each file in a list of files. Any ideas? Hen --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
