You probably need to use the XML escape sequence "&"

Hope this helps
Keith


-----Original Message-----
From: Krzysztof Kucybala [mailto:[EMAIL PROTECTED] 
Sent: 24 August 2007 09:13
To: Ant Users List
Subject: Is & a somehow special character to Ant?


Hi,

I'm trying to use the exec task to issue a shell command, whose output 
to stderr and stdout I'd really like redirected to a file and the 
deleted, as it is not relevant and is corrupting my build report. So
this is what I run on the command line:

phpunit --log-xml somelog.xml MyCoolTest &>test.dump

On the shell it works fine, but when put to ant exec task I get this
error:

The entity name must immediately follow the '&' in the entity reference.

Can anyone please tell me how to get around this? I tried escaping the &

with \, but that's not working either :o( Thanks in advance for any
help.

Best regards,
Krzysztof

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


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

Reply via email to