Name |
Ceylon Build Command Line Platform Tasks Module |
---|---|
Backends | JVM |
Maven coordinates | |
Compatible Ceylon release |
JVM: 1.0.0 (outdated) |
Published | Nov 11, 2013 |
Stats |
Downloads (JVM): 677 Source downloads: 582 |
License | [ASL 2.0](http://www.apache.org/licenses/LICENSE-2.0) |
Description |
This modules provides functions to execute commands. The following example will create a task that when called will execute Task updateTask = command("git pull");
Commands are executed in a synchronous way. This means that both functions will wait for command to exit before returning. |
Dependencies |
ceylon.build.task/1.0.0
shared
ceylon.process/1.0.0
shared
|
Usage |
import ceylon.build.tasks.commandline "1.0.0"; |
Module links |
Members Imported By Home Code repository Issue tracker Browse Download .car No .js archive Download source archive Download module documentation View API documentation |