mirror of https://github.com/sbt/sbt.git
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 |
||
|---|---|---|
| boot | ||
| install | ||
| licenses | ||
| project | ||
| scripted | ||
| src | ||
| LICENSE | ||
| NOTICE | ||