Executing External Processes From Groovy(Groovy)
Goal: execute a program via a command line from groovy code Option 1: executing a string A string can be executed in the standard java way: def command = """executable arg1 arg2 arg3"""// Create the String def proc = command.execute ... Other labels:
antbuilder, line, external, executables