Mark Harrah
3d4ad0b076
fix laziness of parser failure messages
2011-09-26 08:20:07 -04:00
Mark Harrah
9ad15672d5
fix laziness of parser failure messages
2011-09-26 08:20:07 -04:00
Mark Harrah
7d85f3c047
fix order of returned lists in Util.separate
2011-09-26 08:20:07 -04:00
Mark Harrah
568fe3dc47
fix order of returned lists in Util.separate
2011-09-26 08:20:07 -04:00
Mark Harrah
a2e30494fe
use 0.11.0 for building
2011-09-26 08:20:07 -04:00
Mark Harrah
479d163bc9
fix link in README
2011-09-24 21:19:47 -04:00
Mark Harrah
ba70e9d604
fix time at which task session state gets cleared
2011-09-24 21:18:24 -04:00
Mark Harrah
6f306e3c13
merge changes for 0.11.0
2011-09-24 20:42:29 -04:00
Mark Harrah
2a21a86f8c
move from TaskData to new system
2011-09-21 22:54:46 -04:00
Mark Harrah
5918c24722
Task state.
...
* Allow tasks to provide State transformations that are applied after all tasks complete.
* Provide convenience methods for preserving state across invocations.
* Option of session or persisted state.
2011-09-21 22:54:46 -04:00
Mark Harrah
97028cb7f8
drop unused 'original' field from task info
2011-09-21 22:54:46 -04:00
Mark Harrah
baee7b0f61
require metadata by default
2011-09-21 22:49:58 -04:00
Mark Harrah
a6d329af5b
Merge pull request #196 from avalade/0.11
...
Adding parsing of a credentials file to add Ivy Credentials to the keyring
2011-09-21 08:51:44 -07:00
Mark Harrah
c23b21148b
Merge pull request #196 from avalade/0.11
...
Adding parsing of a credentials file to add Ivy Credentials to the keyring
2011-09-21 08:51:44 -07:00
Aaron D. Valade
96e5a7957c
added parsing of a credentials file to add Ivy Credentials to the keyring
...
If the user sets the _sbt.boot.credentials_ system property or the
_SBT_CREDENTIALS_ environment variable, then that file gets parsed for a
realm, hostname, username and password which is added to the
CredentialsStore static instance.
2011-09-21 15:57:42 +08:00
Mark Harrah
9756e99e16
provide consecutive tab press count for completion combinators
2011-09-20 20:51:47 -04:00
Mark Harrah
541004419f
provide consecutive tab press count for completion combinators
2011-09-20 20:51:47 -04:00
Mark Harrah
7aeea2528b
work around for Ivy-899. fixes #194
2011-09-20 20:51:47 -04:00
Mark Harrah
dcea4f2293
make ComponentManager honor value of Ivy home provided by the launcher
2011-09-16 23:08:01 -04:00
Mark Harrah
66c24c9e59
Add standard manifest attributes before user options instead of after. Fixes #187
2011-09-16 22:04:56 -04:00
Mark Harrah
de6f55952f
allow watching and triggered messages to be customized
2011-09-16 22:04:56 -04:00
Mark Harrah
babe8dbbdb
conditionally initialize onLoad and onUnload. fixes #186
2011-09-16 22:04:56 -04:00
Mark Harrah
b55c13d254
fix test case
2011-09-16 22:04:56 -04:00
Mark Harrah
f2e75c0811
Merge pull request #185 from waywardmonkeys/spelling
...
Spelling
2011-09-16 17:11:18 -07:00
Paul Phillips
c38f8ccfc0
Added zomg and zomg2 to template-project.
2011-09-14 12:03:54 -07:00
Paul Phillips
f45764c7c1
Merge remote-tracking branch 'jsuereth/master'
...
Conflicts:
README.md
2011-09-14 11:46:49 -07:00
Josh Suereth
d72d8808cb
Simple task DSL for those of us who are lazy
2011-09-14 14:16:02 -04:00
Paul Phillips
c098d04c58
Added template project. Shortened readme.
2011-09-14 10:46:19 -07:00
Paul Phillips
7e759c1862
Merge pull request #4 from jsuereth/master
...
Step #1 : Make the template project a plugin that other can use
2011-09-14 10:34:01 -07:00
Josh Suereth
8836f37c9c
Modified paulp's template project to be an SBT plugin
2011-09-14 13:01:48 -04:00
Paul Phillips
7ffbf5374c
Not that it fixed my issue, but ThisBuild.
2011-09-14 09:29:59 -07:00
Paul Phillips
bd7054e323
Add snapshots repo if a snapshot sbt or scala version is used.
2011-09-14 09:24:12 -07:00
Bruce Mitchener
24e34a076f
Spelling fixes.
2011-09-14 12:18:48 +07:00
Mark Harrah
79131a60d1
sort output of 'projects' by name. fixes #182 .
2011-09-13 22:56:55 -04:00
Paul Phillips
eb413bec84
Shuffling around so -sbt-rc works.
2011-09-13 10:56:37 -07:00
Mark Harrah
9d0cb47e0a
force REPL startup to be synchronous. fixes #175 .
2011-09-12 19:48:10 -04:00
Mark Harrah
516e89200b
Add custom resolvers from global plugin project to project/. Fixes #177 .
2011-09-12 19:48:10 -04:00
Mark Harrah
fc88db1c78
Merge pull request #181 from indrajitr/deprecations
...
Deprecate `scaladocOptions` in favor of `scalacOptions in doc`
2011-09-12 15:12:17 -07:00
Indrajit Raychaudhuri
ebb16bc9a3
Deprecate `scaladocOptions` in favor of `scalacOptions in doc`
2011-09-13 03:39:48 +05:30
Mark Harrah
1b0c619308
don't add _root_ to definitions in the empty package
2011-09-11 13:46:30 -04:00
Mark Harrah
abcd9a041f
Merge pull request #169 from indrajitr/dep-exclude
...
Basic support for exclusions in inline dependencies
2011-09-10 11:39:26 -07:00
Indrajit Raychaudhuri
bd8d1c0698
Support for simple exclusion rules in inline dependencies
...
This support excluding a library from the dependency tree for a given
set of `ExclusionRule`s. There are two ways to achieve this:
- Using `organization` and `name` pairs:
val dep = "org" % "name" % "version" exclude("commons-codec", "commons-codec") exclude("org.slf4j", "slf4j-log4j")
- Using `ExclusionRule`:
val dep = "org" % "name" % "version" excludeAll(ExclusionRule("commons-codec", "commons-codec"), ExclusionRule("org.slf4j", "slf4j-log4j"))
2011-09-10 04:32:47 +05:30
Mark Harrah
0283ad2fc8
prefix automatic imports with _root_. Fixes #173 .
2011-09-09 18:39:10 -04:00
Mark Harrah
3511b47f07
Merge pull request #178 from indrajitr/snapshot-key
...
Expose snapshot flag via standard `SettingKey`
2011-09-09 06:34:53 -07:00
Indrajit Raychaudhuri
450fa15c0e
Expose snapshot flag via standard `SettingKey`
2011-09-09 18:35:57 +05:30
Paul Phillips
528b4ed342
Limit unnecessary Array allocations from ClassToAPI.
...
+----------------------------------------------------------------------------+----------------+
| Name | Shallow Size |
+----------------------------------------------------------------------------+----------------+
| +---1571683 zero length arrays xsbti.api.Annotation[] | 25,146,928 |
| | | |
| +---1373273 zero length arrays xsbti.api.TypeParameter[] | 21,972,368 |
| | | |
| +---305126 zero length arrays xsbti.api.ParameterList[] | 4,882,016 |
| | | |
| +---295294 zero length arrays xsbti.api.MethodParameter[] | 4,724,704 |
| | | |
2011-09-07 13:09:53 -07:00
Paul Phillips
fae7c3b429
Make large Relations more readable.
...
For those poor suckers attempting to use -Dxsbt.inc.debug.
2011-09-06 11:55:18 -07:00
Mark Harrah
1a3a6ed0aa
Merge pull request #168 from indrajitr/0.11
...
Honor <exclusions/> in <dependency/> when available
2011-09-06 05:11:19 -07:00
Indrajit Raychaudhuri
1647efd6f8
Honor <exclusions/> in <dependency/> when available
2011-09-06 17:29:42 +05:30
Paul Phillips
a100c052e6
-debug-inc.
2011-09-05 15:46:24 -07:00