Mark Harrah
|
313bb1f8f2
|
deprecate Project-level delegation
|
2012-10-29 12:34:47 -04:00 |
Mark Harrah
|
e1c3240eae
|
split ForkTests react() out to workaround SI-6526
|
2012-10-29 12:22:07 -04:00 |
Mark Harrah
|
14057fb211
|
cleanup of #585: compatible with earlier launchers
|
2012-10-29 09:52:10 -04:00 |
Mark Harrah
|
e532d20732
|
cleanup of #585: compatible with earlier launchers
|
2012-10-29 09:52:10 -04:00 |
Eric Bowman
|
bc6770bec3
|
XSBT-5: maven-style ivy repo support in the launcher config
Change-Id: I22c1ff126961d61d92e2e45a5b7eff329d3def90
Reviewed-on: https://gerrit.gilt.com/10950
Reviewed-by: Eric Bowman <ebowman@gilt.com>
Tested-by: Eric Bowman <ebowman@gilt.com>
|
2012-10-29 09:04:42 -04:00 |
Eric Bowman
|
835ee0d1b3
|
XSBT-5: maven-style ivy repo support in the launcher config
Change-Id: I22c1ff126961d61d92e2e45a5b7eff329d3def90
Reviewed-on: https://gerrit.gilt.com/10950
Reviewed-by: Eric Bowman <ebowman@gilt.com>
Tested-by: Eric Bowman <ebowman@gilt.com>
|
2012-10-29 09:04:42 -04:00 |
Johannes Rudolph
|
cdf6203c70
|
Merge branch 'master' of github.com:jrudolph/sbt-dependency-graph
|
2012-10-27 12:35:12 +02:00 |
Johannes Rudolph
|
7c90d09d82
|
refs #7: `dependency-license-info` show information about licenses
|
2012-10-27 12:34:31 +02:00 |
Johannes Rudolph
|
334df398bc
|
next version
|
2012-10-27 10:17:01 +02:00 |
James Ward
|
672550c923
|
Fixed broken URL
|
2012-10-26 15:07:34 -04:00 |
Josh Suereth
|
dd99c0b833
|
Update src/sphinx/Community/Using-Sonatype.rst
Fix link to PGP plugin docs.
|
2012-10-26 15:07:25 -04:00 |
Josh Suereth
|
6fa1b52b94
|
Merge pull request #37 from szeiger/feature/sbtconfig-for-sbt-sh-launcher
Load sbtconfig.txt in sbt shell script
|
2012-10-26 07:04:51 -07:00 |
Stefan Zeiger
|
feb0ffca08
|
Load sbtconfig.txt in sbt shell script
|
2012-10-26 15:39:37 +02:00 |
Josh Suereth
|
f5a22c9576
|
Merge pull request #35 from sbt/feature/windows-sbt-config
Feature/windows sbt config
|
2012-10-26 06:07:54 -07:00 |
Josh Suereth
|
a934680c8d
|
Merge pull request #24 from Atry/full-packaging
Check $JAVA_HOME, and quote arguments and $JAVA_CMD
|
2012-10-25 09:30:33 -07:00 |
Josh Suereth
|
a073892de5
|
Merge pull request #26 from Atry/patch-1
Enable space in arguments.
|
2012-10-25 09:19:13 -07:00 |
Josh Suereth
|
db3413e9c1
|
Fixed issue where TMP environment variable lead to death.
|
2012-10-25 12:12:28 -04:00 |
Johannes Rudolph
|
ad46330cf7
|
Update README.md
|
2012-10-24 16:52:10 +03:00 |
Johannes Rudolph
|
8ed9eab3b2
|
notes
|
2012-10-24 15:33:12 +02:00 |
Johannes Rudolph
|
6d492244c8
|
ls metadata for 0.7.0
|
2012-10-24 15:32:00 +02:00 |
Johannes Rudolph
|
e17df34b76
|
bump version
|
2012-10-24 15:14:40 +02:00 |
Johannes Rudolph
|
8b38322ceb
|
another README update
|
2012-10-24 15:12:02 +02:00 |
Johannes Rudolph
|
023c9c894d
|
update readme
|
2012-10-24 11:35:17 +02:00 |
Johannes Rudolph
|
f18dac3fd1
|
add missing test descriptor for tests
|
2012-10-24 11:31:38 +02:00 |
Johannes Rudolph
|
6119663e48
|
fix tests for ignoring scala by default
refs #20
|
2012-10-24 11:31:21 +02:00 |
Johannes Rudolph
|
81a204fe08
|
bump version
|
2012-10-24 11:13:52 +02:00 |
Johannes Rudolph
|
d2cb35cb91
|
remove credentials declaration
|
2012-10-24 11:13:46 +02:00 |
Johannes Rudolph
|
9f68bc9c9d
|
don't pollute namespace and reuse scoped update task
|
2012-10-24 11:13:13 +02:00 |
Johannes Rudolph
|
8a593a62b1
|
fixes #20: ignore scala-library dependency by default. Reenable by setting `filter-scala-library` to false
|
2012-10-24 11:10:22 +02:00 |
Johannes Rudolph
|
7b88492ac7
|
fix: don't fail if a module has no dependencies
|
2012-10-24 11:08:28 +02:00 |
Johannes Rudolph
|
ff4482064c
|
dry-up map creation
|
2012-10-24 10:41:40 +02:00 |
Johannes Rudolph
|
eb54e20c56
|
whitespace
|
2012-10-24 10:37:06 +02:00 |
Johannes Rudolph
|
1a20eee73c
|
bump version to 0.7.0-RC2
|
2012-10-23 11:37:50 +02:00 |
Johannes Rudolph
|
6580fb59f3
|
proper distinction between what is a moduleid and what is extra module info
fixes #18: filter revisions per caller and evtl. display eviction info
|
2012-10-23 11:26:11 +02:00 |
nau
|
bdfb570a42
|
Update compile/inc/Incremental.scala
Fix for http://stackoverflow.com/questions/12972183/sbt-always-does-full-rebuild-because-of-modified-binary-dependency-rt-jar
def externalBinaryModified uses java.io.File.equals() to check if files are the same. It's better to use File.getCanonicalPath in this case.
|
2012-10-22 08:23:23 -04:00 |
Mark Harrah
|
b14d616a12
|
Docs: use repo.scala-sbt.org on Community-Plugins page
|
2012-10-22 08:22:48 -04:00 |
Johannes Rudolph
|
12fbac687f
|
need some compatibility parsing infrastructure for 0.11.x
|
2012-10-22 10:38:37 +02:00 |
Johannes Rudolph
|
bcd3f13a0d
|
bump version to 0.7.0-RC1
|
2012-10-22 10:31:12 +02:00 |
Johannes Rudolph
|
d7f18e053c
|
prepare readme for 0.7.0
|
2012-10-22 10:30:22 +02:00 |
Johannes Rudolph
|
83fe4f2960
|
better variable names
|
2012-10-22 10:30:10 +02:00 |
Johannes Rudolph
|
13d5702123
|
fix scripted test
|
2012-10-22 10:21:57 +02:00 |
Johannes Rudolph
|
11f56d0d16
|
notes for upcoming 0.7.0
|
2012-10-22 10:19:52 +02:00 |
Johannes Rudolph
|
9d1087347e
|
refs #17: show errors in graph output as well
|
2012-10-22 10:07:37 +02:00 |
Johannes Rudolph
|
83ac2e62ab
|
refs #17: color errors red in tree output
|
2012-10-22 10:03:47 +02:00 |
Johannes Rudolph
|
cb3fc03dbc
|
fix: correctly associated error with module revision
|
2012-10-22 10:01:40 +02:00 |
Johannes Rudolph
|
5a051f6a3a
|
refs #7: add new `what-depends-on` task to find out the reverse dependencies of a module
|
2012-10-22 09:28:32 +02:00 |
Johannes Rudolph
|
4d705ed256
|
refactoring
|
2012-10-21 19:45:11 +02:00 |
Johannes Rudolph
|
b5de4e9683
|
fixes #8: show hint where to find the old `dependency-graph` implementation
|
2012-10-21 19:42:04 +02:00 |
Johannes Rudolph
|
2fe1989322
|
automatically use `dependency-tree` for `dependency-graph` if there are too many nodes
|
2012-10-21 19:41:42 +02:00 |
Johannes Rudolph
|
fb3d99e5e0
|
dry up graph structure generation and expose graph structure for other consumers as sbt `module-graph` task
|
2012-10-21 19:12:35 +02:00 |