Liquibase 3.0.2 logging to error console

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

The use of stderr instead of stdout will be fixed in 3.0.3. https://liquibase.jira.com/browse/CORE-1412 tracks the fix


Nathan