Replacing text in a binary file?

2004-12-22 Thread Matt Harp
I have some CVS ,v archive files that I want to make some changes to and have been trying to do it with an Ant script. The problem I'm having is when the ,v archive file is a binary file like an image. The ,v file has version info and the file deltas in it. When I use ReplaceRegExp to replace a s

Using ReplaceRegExp

2004-12-21 Thread Matt Harp
00 times (for example) when the the most %20's in any file is 45. Any ideas? Thanks, -matt [EMAIL PROTECTED] > -Original Message- > From: Matt Harp [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 21, 2004 1:05 PM > To: [EMAIL PROTECTED] > Subject: Moving file

Moving files based on relative directory?

2004-12-21 Thread Matt Harp
I'm trying to take files and just move them up one directory level from where they are. I've been surfing the list archives and can't seem to find anything on this. Any help would be much appreciated, -matt [EMAIL PROTECTED]

Prompt for user input from Ant script?

2003-12-17 Thread Matt Harp
Hey all, I have a cmd-line app that I execute from a custom Ant task that I wrote. This app sometimes prompts for confirmation as it goes through it's stuff. >From my ant script though, that prompt doesn't come up and ends up hanging my script since there is no way to answer the prompt. In fact, t