Re: Filter on copy with directory contents

2008-02-21 Thread David Weintraub
Well, the @REPLACE@ could be handled by a inside a copy. The tricky part is finding the value for ${replacing}. You might be able to do something with the AntContrib task. This can take a property and munge it. Let's say you do something like this: This will give you ${

Re: Filter on copy with directory contents

2008-02-20 Thread Paul J. Lucas
On Feb 20, 2008, at 4:48 PM, Martin Gainty wrote: Here is the source for input.java Uhm... look: I suppose I appreciate that some effort is being undertaken, but: 1. The source-code you pasted is unreadable as-is. 2. Again, I'm looking for an all-ant solution. If ant isn't powerful eno

Re: Filter on copy with directory contents

2008-02-20 Thread Martin Gainty
e("\n"); } writer.close(); } //end try.. catch(java.io.IOException ioe) { System.out.println("IOException thrown message = oe.getMessage()); }}}- Original Message - From: "Paul J. Lucas" <[EMAIL PROTECTED]> To: "Martin Gainty" <[E