Mark Harrah
|
a824aa97e5
|
migrate project/plugins/ contents to project/. fixes #166
|
2011-09-03 14:59:34 -04:00 |
Mark Harrah
|
d145fcc457
|
scalacOptions, javacOptions in Compile in project/plugins/ affect build definitions. fixes #166
|
2011-09-03 14:59:34 -04:00 |
Mark Harrah
|
ac1d5a9fd9
|
Merge pull request #165 from indrajitr/0.11
Externalize resourceFilter configuration
|
2011-09-03 07:51:46 -07:00 |
Mark Harrah
|
f515a0e8b6
|
Merge pull request #165 from indrajitr/0.11
Externalize resourceFilter configuration
|
2011-09-03 07:51:46 -07:00 |
Mark Harrah
|
f98e4357c2
|
Merge pull request #167 from indrajitr/0.11-startyear
Add start-year to ProjectInfo
|
2011-09-03 07:42:29 -07:00 |
Mark Harrah
|
a6280819af
|
Merge pull request #167 from indrajitr/0.11-startyear
Add start-year to ProjectInfo
|
2011-09-03 07:42:29 -07:00 |
Indrajit Raychaudhuri
|
2c0819d7c7
|
Add start-year for compliance in ProjectInfo
|
2011-09-03 02:19:08 +05:30 |
Indrajit Raychaudhuri
|
7f9adf31b8
|
Add start-year for compliance in ProjectInfo
|
2011-09-03 02:19:08 +05:30 |
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
|
a258d4f3b5
|
clean up optional dependency handling for make-pom. fixes #162
|
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
|
5f674dbea4
|
more on #155
|
2011-08-23 19:51:50 -04:00 |
Mark Harrah
|
fcdcdb4eaa
|
more on #155
|
2011-08-23 19:51:50 -04:00 |
Mark Harrah
|
86c0ff1c09
|
minor improvements to conflict message. closes #132
|
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
|
964f83244a
|
improved fix for #155
|
2011-08-22 22:48:35 -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
|
6961dff60e
|
better error when publish resolver from custom configuration doesn't exist
|
2011-08-22 22:48:21 -04:00 |
Mark Harrah
|
967deece9c
|
better error when publish resolver from custom configuration doesn't exist
|
2011-08-22 22:48:21 -04:00 |