org.mashupbots.socko

buildtools

package buildtools

Tool to watch for changes in the file system and trigger a build. We use this tool when developing javascript applications.

Quite often, we like to combine static javascript and/or html files. To do this, we use an Apache Ant build file. To manually run the build every time after a file is changed during the development process is tiresome.

The tools in this package helps watch for changes on the file system and will automatically trigger your build for you.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. buildtools
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class BuildRunner(commandLine: String) extends Logger with Product with Serializable

    Responsible for running the build file

  2. case class Builder(commandLine: String, directoryToWatch: String, watchRecursively: Boolean = true, eventDelayTimeout: Int = 100) extends Logger with Product with Serializable

    Watches a directory and if there is a change, the build is run.

  3. class DirectoryWatcher extends Runnable with Logger

    Watches a directory for changes and triggers a build

Inherited from AnyRef

Inherited from Any

Ungrouped