Everything works except that the output from Phing contains the database password in the build log (when running database import).
I would like to know how to clear the build log after run the script or how to prevent output of anything to build log when run using 'Shell/Batch Command'.
Description
I'm using QuickBuild 2.1.9 and create a Phing script that run 'http://phing.info/docs/guide/stable/chapters/appendixes/AppendixB-CoreTasks.html#ExecTask' through
using 'Shell/Batch Command'.
Everything works except that the output from Phing contains the database password in the build log (when running database import).
I would like to know how to clear the build log after run the script or how to prevent output of anything to build log when run using 'Shell/Batch Command'.