Hello, I’m using Liquibase 3.0.2, via Ant tasks, for setting up a database.
Ant tasks are actually launched by AntInstaller.
Everything works, except for the strange thing that the Liquibase console outputs seems to be redirected to the error console instead of the standard one …
Thus, in the AntInstaller tabs showing the consoles outputs as the installation goes by, I get
-
the “standard” ant tasks (ex. “copy” or similar) outputs in the standard console textbox (as expected)
-
the Liquibase outputs in the errors console textbox (a little bit confusing).
Any suggestion on how to fix this?
Thanks
Davide