Depend selector with a mapper ?

2005-08-16 Thread eph1v3t8-antu9688
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?

2005-08-16 Thread eph1v3t8-antu9688
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