Class Buildr::Shell::ShellTask
In: lib/buildr/shell.rb  (CVS)
Parent: Rake::Task

Methods

java_args   properties   run   using   with  

Attributes

classpath  [RW]  Classpath dependencies.
options  [R]  Returns the run options.
provider  [R]  Underlying shell provider

Public Instance methods

Sets the run options from a hash and returns self.

For example:

  shell.using :properties => {'foo' => 'bar'}
  shell.using :bsh

Adds files and artifacts as classpath dependencies, and returns self.

[Validate]