sbt, the interactive build tool
Go to file
dmharrah cd8c8ea007 * Many logging related changes and fixes. Added FilterLogger and cleaned up interaction between Logger,
scripted testing, and the builder projects.  This included removing the recordingDepth hack from Logger.  
Logger buffering is now enabled/disabled per thread.
 * Fix compileOptions being fixed after the first compile
 * Minor fixes to output directory checking
 * Added defaultLoggingLevel method for setting the initial level of a project's Logger
 * Cleaned up internal approach to adding extra default configurations like 'plugin'
 * Added syncPathsTask for synchronizing paths to a target directory
 * Allow multiple instances of Jetty (new jettyRunTasks can be defined with different ports)
 * jettyRunTask accepts configuration in a single configuration wrapper object instead of many parameters
 * Fix web application class loading (#35) by using jettyClasspath=testClasspath---jettyRunClasspath for 
loading Jetty.  A better way would be to have a 'jetty' configuration and have 
jettyClasspath=managedClasspath('jetty'), but this maintains compatibility.
 * Copy resources to target/resources and target/test-resources using copyResources and copyTestResources 
tasks.  Properly include all resources in web applications and classpaths (#36).  mainResources and 
testResources are now the definitive methods for getting resources.



git-svn-id: https://simple-build-tool.googlecode.com/svn/trunk@936 d89573ee-9141-11dd-94d4-bdf5e562f29c
2009-08-02 01:26:18 +00:00
boot Add maven central to repositories searched by launcher to find scala-library.jar and scala-compiler.jar 2009-08-02 00:53:38 +00:00
install Bump versions 2009-07-27 02:34:38 +00:00
licenses Update notice and add license for JDepend-based classfile parser 2009-07-26 23:17:24 +00:00
project Reenable building against 2.8.0-SNAPSHOT 2009-08-02 00:55:46 +00:00
scripted First part of fix to scripted test logging. Second part is in main sbt. 2009-08-02 00:58:17 +00:00
src * Many logging related changes and fixes. Added FilterLogger and cleaned up interaction between Logger, 2009-08-02 01:26:18 +00:00
LICENSE * Removed build scripts and manual dependencies 2009-06-26 01:26:06 +00:00
NOTICE Update notice and add license for JDepend-based classfile parser 2009-07-26 23:17:24 +00:00