I must to implement command : java -jar test.jar page.xml | mysql -u user -p base in ant. So i Have tried with this task:
java -jar test.jar page.xml | mysql -u user -p base
I don't know if this was ever resolved, but I was having a similar problem which I solved by using the following:
Just thought I would share.