Class Buildr::Run::RunTask
In: lib/buildr/run.rb  (CVS)
Parent: Rake::Task

Methods

requires   run   runner   runner?   using   with  

Attributes

classpath  [RW]  Classpath dependencies.
files  [R]  Returns file dependencies
options  [R]  Returns the run options.

Public Instance methods

Adds additional files and directories as dependencies to the task and returns self. When specifying a directory, includes all files in that directory.

Sets the run options from a hash and returns self.

For example:

  run.using :main=>'org.example.Main'

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

[Validate]