Github user nikhilkh commented on a diff in the pull request:

    https://github.com/apache/cordova-android/pull/303#discussion_r62273198
  
    --- Diff: bin/templates/cordova/lib/builders/AntBuilder.js ---
    @@ -107,7 +107,18 @@ AntBuilder.prototype.build = function(opts) {
         var args = this.getArgs(opts.buildType == 'debug' ? 'debug' : 
'release', opts);
         return check_reqs.check_ant()
         .then(function() {
    -        return spawn('ant', args, {stdio: 'inherit'});
    +        return spawn('ant', args, {stdio: 'pipe'});
    +    }).progress(function (stdio){
    --- End diff --
    
    Can you elaborate? As far as I can see superspawn only returns `stderr` 
output only if you 'pipe'. Piping implies that someone has to still write this 
to process.stdout & process.stderr.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org

Reply via email to