This is rather workaround than solution, as one still would like to see full log output in console and this is not the case.
However, here is my build.xml with Ant recorder commands:
<?xml...
Type: Posts; User: tsymbalyuk
This is rather workaround than solution, as one still would like to see full log output in console and this is not the case.
However, here is my build.xml with Ant recorder commands:
<?xml...
Found a workaroud - added log to file recorder command.
<record name="zrecord.txt" action="start" loglevel="verbose"/>
<!-- other commands -->
<record name="zrecord.txt" action="stop"/>
Sencha CMD 5.1.3.61
ExtJS 5.1.1
I'm extending build by adding logic to build.xml and there are also <echo> command for printing some diagnostic messages, but they don't produce any log output.
...