Commit Graph

612 Commits

Author SHA1 Message Date
dmharrah 6f816b8fe5 Fix the provided fix by only including managed dependencies on the provided and optional fullClasspaths
git-svn-id: https://simple-build-tool.googlecode.com/svn/trunk@845 d89573ee-9141-11dd-94d4-bdf5e562f29c
2009-07-06 22:42:01 +00:00
dmharrah ad0cbc177b Fixed problem where dependencies of `sbt` plugins were not on the plugin compile classpath
git-svn-id: https://simple-build-tool.googlecode.com/svn/trunk@841 d89573ee-9141-11dd-94d4-bdf5e562f29c
2009-07-05 23:29:28 +00:00
dmharrah 947271dc47 * Added constant processes 'true' and 'false'
* Added simple processes that do no I/O and return an exit value
 * Fixed support for defining a process in scala.xml.Elem



git-svn-id: https://simple-build-tool.googlecode.com/svn/trunk@840 d89573ee-9141-11dd-94d4-bdf5e562f29c
2009-07-05 18:57:25 +00:00
dmharrah f3c776dab3 * Added execTask that runs a ProcessBuilder
* Added implicit from scala.xml.Elem to ProcessBuilder that uses the element's text as the command.  For example:
    <x> {command.absolutePath} -x {a.absolutePath} </x>
 * Added methods to PathFinder to get the results as Strings or Files



git-svn-id: https://simple-build-tool.googlecode.com/svn/trunk@839 d89573ee-9141-11dd-94d4-bdf5e562f29c
2009-07-04 17:32:14 +00:00
dmharrah 8147101b3a Bump version for trunk
git-svn-id: https://simple-build-tool.googlecode.com/svn/trunk@837 d89573ee-9141-11dd-94d4-bdf5e562f29c
2009-07-01 13:42:01 +00:00
dmharrah 4886d95efa new `jetty` action that waits for a key press before terminating (intended to be used from batch-style)
git-svn-id: https://simple-build-tool.googlecode.com/svn/trunk@828 d89573ee-9141-11dd-94d4-bdf5e562f29c
2009-07-01 04:57:20 +00:00
dmharrah aa4b084ecc * Fixed manual `reboot` not changing the version of Scala when it is manually `set`
* Split out functionality to filter sub tasks
 * Added convenience methods for constructing a CompoundTask
 * fixed tab completion for cross-building
 * added empty scheduler



git-svn-id: https://simple-build-tool.googlecode.com/svn/trunk@825 d89573ee-9141-11dd-94d4-bdf5e562f29c
2009-07-01 04:04:36 +00:00
dmharrah 545a138c11 Bump versions
git-svn-id: https://simple-build-tool.googlecode.com/svn/trunk@824 d89573ee-9141-11dd-94d4-bdf5e562f29c
2009-07-01 04:00:21 +00:00
dmharrah ce90bece62 Fixed class loading for web applications
git-svn-id: https://simple-build-tool.googlecode.com/svn/trunk@823 d89573ee-9141-11dd-94d4-bdf5e562f29c
2009-06-29 00:50:39 +00:00
dmharrah f4d350af2e Fixes to install plugin build
git-svn-id: https://simple-build-tool.googlecode.com/svn/trunk@815 d89573ee-9141-11dd-94d4-bdf5e562f29c
2009-06-26 02:20:57 +00:00
dmharrah 2f4ba50850 * Fix installer build
* Revert managedStyle back to Auto



git-svn-id: https://simple-build-tool.googlecode.com/svn/trunk@814 d89573ee-9141-11dd-94d4-bdf5e562f29c
2009-06-26 02:09:31 +00:00
dmharrah 7f92cc5f4c * Removed build scripts and manual dependencies
* useDefaultConfigurations supersedes useMavenConfigurations and is now true by default
 * Moved installer-plugin to its own independent project as an sbt plugin
 * bumped version for 0.5 release
 * Updated project excludes for plugins
 * Specifying the explicit URL for dependency now infers the extension and type from the URL
 * Can load credentials from a properties file instead of adding them inline
 * Added help for '+'
 * Added method configurationPath to get the path to the directory containing dependencies downloaded for a Configuration
 * managedStyle = ManagedStyle.Maven by default now



git-svn-id: https://simple-build-tool.googlecode.com/svn/trunk@813 d89573ee-9141-11dd-94d4-bdf5e562f29c
2009-06-26 01:26:06 +00:00