• Modules
    • By category
    • By name
    • Most popular
    • Most downloaded
    • Repository
  • Register
  • Log in
  • Help
    • Start using Ceylon Herd
    • Publish your first module
    • Module publishing guidelines
    • All about Ceylon
    • Keyboard Shortcuts

    • s Focus search module bar
      ? Open this information panel
      j Move selection down
      k Move selection up
      enter Open current selection
Module info
Name
loic / ceylon.build.tasks.commandline / 1.0.0
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 git pull command.

Task updateTask = command("git pull");

command function is a Task wrapper for executeCommand function.

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.file/1.0.0
ceylon.process/1.0.0 shared
Usage
  • Import
 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

Ceylon Herd v1.24 Copyright 2012-2022 Red Hat. About