Can perl scripts be executed from within a Gradle script? -


is possible call existing perl script within gradle task? i've tried searching can't find @ all, surprising (i found stuff calling gradle within perl not other way around).

does know if , how this?

sure can gstring. example.

def process = "perl somescript".execute() def returnvalue = process.waitfor() println "{$returnvalue}: text execution: ${process.text}" 

Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -