Depend selector with a mapper ?
Does anyone have a working example of a depend selector that uses a regexp mapper? I must be getting the syntax wrong somehow. Here's what I have: from="${testRep}/(.*)s\.([^/]+)$$" to="${testSrc}/\1\2"/>
Dependencies in reverse?
I'm trying to write a target that will update files from a version control system called "Razor", which is SCCS-based. I have one directory, some-path/SCCS, which is a tree of version control files, and one directory other-path/src, which contains the corresponding source files. What I would