Re: How to change directories in ant.....

2006-01-04 Thread Scott Sauyet
[EMAIL PROTECTED] wrote: I would like to change directory levels . how to do this ? No cd necessary. Use the absolute or relative path like this: And if you're using the path in other places, you probably want to make it a property. -- Scott -

Re: Combining static file with results

2006-01-04 Thread Scott Sauyet
>> = Scott Sauyet <[EMAIL PROTECTED]> > = Benjamin Burgess <[EMAIL PROTECTED]> >> Can anyone suggest a way of combining the information from one file >> with the results of an that doesn't involve a >> temporary file. I'm doing it now using one

Combining static file with results

2006-01-03 Thread Scott Sauyet
I asked a question yesterday with too much of a preconceived idea of the solution (http://tinyurl.com/cqqw3) and I'd like to try again in a more general fashion. Can anyone suggest a way of combining the information from one file with the results of an that doesn't involve a temporary file.

Using Filterchains in place of a temporary file

2006-01-02 Thread Scott Sauyet
I'm wondering if I can use Filterchains in place of a temporary file. I don't have my head quite wrapped around filterchains, I guess, and I don't know if what I'm trying to do even makes sense, never mind whether it's possible. I have an application property file that is partly static, partl