Given a file that contains:

        @REPLACEME@

I want to use <copy> to copy the file and replace @REPLACEME@ with contents like:

        <string>foo.jar</string>
        <string>bar.jar</string>
        ...

where "foo" and "bar" are the names of the file(s) in a particular directory that match a certain pattern (in this case *.jar).

Is there a way to do that? I've read the docs but the answer isn't all that obvious. Thanks.

- Paul

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to