Commit Graph

11900 Commits

Author SHA1 Message Date
Indrajit Raychaudhuri 5614243ce9 Make include and exclude filters more consistent in name and behavior.
GlobalScope has conservative default with task specific filters explicitly modified.
2011-09-03 02:09:25 +05:30
Mark Harrah fd130fcb16 README formatting 2011-08-31 20:59:40 -04:00
Mark Harrah 02f666ec0e miscellaneous fixes 2011-08-31 20:59:40 -04:00
Mark Harrah 29034f700b Merge pull request #164 from indrajitr/0.11
organizationName and organizationHomepage need not be set in GlobalScope
2011-08-31 16:12:47 -07:00
Paul Phillips 0ee5109b30 scala 2.9.1. 2011-08-31 15:01:33 -07:00
Indrajit Raychaudhuri 434d7f2322 organizationName and organizationHomepage need not be set in GlobalScope 2011-08-31 20:34:40 +05:30
Mark Harrah 23a10a3dbf fix tests 2011-08-31 08:25:32 -04:00
Mark Harrah 20c7c67987 2.9.1.final 2011-08-31 08:25:21 -04:00
Mark Harrah a2fe069fb0 default to shared boot directory 2011-08-31 08:25:11 -04:00
Mark Harrah 65ae7dab1c switch publishMavenStyle off when project is an sbt plugin 2011-08-30 09:16:33 -04:00
Mark Harrah 0c2cb33d7b Undeprecate conversions to ScopedKey 2011-08-28 13:30:11 -04:00
Mark Harrah 1471081c0d test to ensure correctness of local resolver+useOrigin in ivysettings.xml 2011-08-27 23:13:10 -04:00
Mark Harrah febe7e56e1 fix binary dependency recompilation problem introduced by fix for #108 2011-08-27 11:54:16 -04:00
Mark Harrah fdb47eca8d fix dependsOn breakage from Initialize rework 2011-08-26 23:27:03 -04:00
Mark Harrah 950bf200dc clean up optional dependency handling for make-pom. fixes #162 2011-08-26 23:27:03 -04:00
Mark Harrah 565cd3802f fix dependsOn breakage from Initialize rework 2011-08-26 23:27:03 -04:00
Mark Harrah 039982ab1e better default for traces in run 2011-08-26 23:27:03 -04:00
Mark Harrah bf1d471118 rearrange watchSources construction to automatically add sources for new configurations 2011-08-26 23:27:03 -04:00
Paul Phillips f61f5e03c7 More on auto-snapshot detection. 2011-08-26 17:55:28 -07:00
Paul Phillips 5b424725b4 Calculate the latest sbt snapshot from the directory listing. 2011-08-26 15:10:24 -07:00
Paul Phillips ab02dcfc36 Added BSD license. 2011-08-25 16:06:12 -07:00
Paul Phillips 01c75c8477 Phoned in some tests. Updated the docs again. 2011-08-25 16:01:53 -07:00
Paul Phillips 221a049cc0 Changed a bunch of option names to be consistent with one another.
Added some more.
2011-08-25 14:48:39 -07:00
Paul Phillips 41311fcecd Get the version out of project/build.properties. 2011-08-25 11:56:33 -07:00
Paul Phillips c922e084c0 Added support for sbt 0.7 series, and an explicit -sbt-version option. 2011-08-25 11:51:31 -07:00
Paul Phillips 8149652729 Updated the documentation. 2011-08-25 09:34:14 -07:00
Paul Phillips 1bd64f2381 Added .sbtopts facility. Put such a file in the sbt root directory
and these options will be passed always.  Specific handy use is a file
with "-snapshot" if the project depends on snapshot sbt.
2011-08-25 09:03:41 -07:00
Paul Phillips ce1f6fb7c7 Added more options. Can choose to use an sbt snapshot with -snapshot.
Now by default it refuses to run sbt in a directory with no sign it is
an sbt directory; give -create to force it.
2011-08-25 08:23:24 -07:00
Mark Harrah c256c03f48 2.9.1.RC4 2011-08-24 08:10:23 -04:00
Mark Harrah faeb9e2fb1 Make 'package' an alias for 'package-bin'. Fixes #156 2011-08-23 19:53:33 -04:00
Mark Harrah b40a2f31ea log toString of exception in non-main threads to indicate a trace exists. fixes #157 2011-08-23 19:53:33 -04:00
Mark Harrah 9ebf809259 test for separate configuration of doc sources 2011-08-23 19:51:51 -04:00
Mark Harrah fcdcdb4eaa more on #155 2011-08-23 19:51:50 -04:00
Mark Harrah d2ed74a5dd minor improvements to conflict message. closes #132 2011-08-23 19:51:50 -04:00
Mark Harrah 71a346bd4c support separate configuration of doc inputs 2011-08-22 22:48:35 -04:00
Mark Harrah a3460698bb improved fix for #155 2011-08-22 22:48:35 -04:00
Mark Harrah 967deece9c better error when publish resolver from custom configuration doesn't exist 2011-08-22 22:48:21 -04:00
Mark Harrah ba33a73271 remove duplication in conflict warning message 2011-08-22 22:48:21 -04:00
Mark Harrah c121c1745a append sbt pattern to leave the default IBiblioResolver pattern in place. fixes #155 2011-08-19 22:13:56 -04:00
Mark Harrah 49b85384e7 use -Yrepl-sync for console-project to avoid deadlock on REPL startup in 2.9 2011-08-19 22:13:56 -04:00
Mark Harrah 6ea27e893b handle Scala version better in 'about' command 2011-08-18 08:23:43 -04:00
Mark Harrah ff95799af7 drop 2.7 support, fix fatal warnings support. fixes #153 2011-08-17 21:50:46 -04:00
Mark Harrah 50a3f616ca Test to ensure join on Seq[Initialize[Task[T]]] keeps highest precedence 2011-08-17 21:50:46 -04:00
Mark Harrah f5252cd470 fix tests 2011-08-16 17:37:14 -04:00
Mark Harrah b36e40a8f7 move to 2.9.1 (RC3), bump to 0.11.0-SNAPSHOT 2011-08-16 17:32:26 -04:00
Paul Phillips c26f6a863c Fixed nocolors. 2011-08-15 09:30:57 -07:00
Paul Phillips 9d98762538 Restored the other ThisBuild. 2011-08-14 14:11:10 -07:00
Paul Phillips ab64bea2d0 ThisBuild, reborn as two pluses. 2011-08-14 13:44:38 -07:00
Paul Phillips c7a8a53a0b Minor problem with ThisBuild: everything ceases to work. Tabled it. 2011-08-14 13:14:51 -07:00
Paul Phillips bdd7b32b35 Oh yeah, ThisBuild. 2011-08-14 13:04:37 -07:00