sudr / dbdeploy

Automatically exported from code.google.com/p/dbdeploy
0 stars 0 forks source link

Ant task output doesn't go through proper ant logger #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
All output from dbdeploy ant task is just dumped on stdout.  The ant task
should use the ant logger to display feedback.

Original issue reported on code.google.com by gtack...@googlemail.com on 10 Feb 2009 at 9:30

GoogleCodeExporter commented 9 years ago
Interestingly, with ant 1.7.1 at least, it looks like just writing to System.err
works just fine - ant intercepts this and reports it out using the standard ant 
logger.

Original comment by gtack...@googlemail.com on 4 May 2009 at 2:52

GoogleCodeExporter commented 9 years ago
However, it would be really good if the -v option of ant worked correctly - 
specifically it should show the sql actually executed just like the ant sql 
task does.

This needs the ant logger to be working, I think.

Original comment by gtack...@googlemail.com on 14 Sep 2009 at 5:30

GoogleCodeExporter commented 9 years ago
Ditto for maven plugin.

Original comment by gtack...@googlemail.com on 15 Mar 2011 at 4:27

GoogleCodeExporter commented 9 years ago

Original comment by gtack...@googlemail.com on 29 Mar 2011 at 8:44

GoogleCodeExporter commented 9 years ago

Original comment by gtack...@googlemail.com on 29 Mar 2011 at 8:51