1 Reply Latest reply on Apr 26, 2016 3:54 AM by ozizka

    Force 'Yes' to windup questions

    hodrigohamalho

      Hello, I'm trying to run windup on ~400 apps from Websphere to EAP 6. I'm trying to batch execute this analysis but on some apps windup prompt: "The input application is large. Processing may take a very long time. Please consult the Windup User Guide for performance tips. Would you like to continue? [Y,n] y" Is there some option to force this option to always Y? Command : for i in `ls` do   windup --source Websphere --target "JBoss EAP 6" --output relatorio-windup/${i%.*} --input $i; done