On Mon, 31 Oct 2005, Andrew McIntyre <[EMAIL PROTECTED]> wrote:

> This output, recorded to a file using the output attribute of an Ant
> <exec> task, is then read back in to a property using Ant's
> <loadfile> task. Ant diligently includes the newline as a part of
> the property read in from the file, which I'm sure is correct
> behavior on the part of Ant.

Can you use a <striplinebreaks> filter reader in your <loadfile> task?
This would throw out any line feeds and should allow us to build derby
without upgrading svn.

Stefan

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

Reply via email to