Commit Graph

11930 Commits

Author SHA1 Message Date
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
Johannes Rudolph 445d53a583 Merge commit 'refs/pull/10'
Conflicts:
	build.sbt
2012-10-21 18:59:36 +02:00
Johannes Rudolph bb98a5faca fixes #17: don't fail if some artifacts are missing, show error in graph, tests 2012-10-21 11:35:42 +02:00
Johannes Rudolph d19dab955f use id as graph key instead of complete module 2012-10-21 11:05:50 +02:00
Johannes Rudolph dbf1f30d42 next version 0.6.1 2012-10-20 13:05:22 +02:00
Johannes Rudolph aacb6530ce use sbt-cross-building 0.7.0-RC2 2012-10-20 13:05:22 +02:00
Johannes Rudolph 2ef694744c fix #16: starting with sbt 0.12.1 the resolution files will be located at another position 2012-10-20 13:05:18 +02:00
Johannes Rudolph 931ee96cd0 use sbt 0.12.1 2012-10-18 10:47:28 +02:00
Mark Harrah 12d549709b Docs: fix version switching from / 2012-10-16 16:11:53 -04:00
Mark Harrah 4f6bab595f Docs: fix switching version of /index.html to go to versioned home.html 2012-10-16 16:04:56 -04:00
Mark Harrah ff57f1f8e6 Docs: fix overlap of title and search box 2012-10-16 16:04:15 -04:00
Mark Harrah 28d3118d1d Docs: auto-generate /index.html from <version>/docs/home.html and add version selection 2012-10-16 15:01:58 -04:00
Michael Allman 840ddbffff Update documentation to reflect API change: externalIvySettings(url("...")) -> externalIvySettingsURL(url("...")) 2012-10-16 08:03:28 -04:00
Eugene Vigdorchik 4bb5007282 Call System.exit after the main thread is finished. Closes #565. 2012-10-16 07:47:30 -04:00
Eugene Vigdorchik 88e8090d7a Abort running tests on the first failure to communicate results back to the main process. Closes #557. 2012-10-16 07:47:30 -04:00
Mark Harrah ba7bed8ec7 Docs: fix overlap of hidden h1 with breadcrumb bar. 2012-10-15 13:05:15 -04:00
Mark Harrah c6b355e267 search bar and link Home to scala-sbt.org when targeting the website 2012-10-15 12:42:28 -04:00
Mark Harrah 6354b174e8 Java classfile analysis: log the problematic URL when IO.urlAsFile throws an exception. Ref #564. 2012-10-15 12:42:28 -04:00
Mark Harrah b3b943653b address publishTo warning 2012-10-15 12:42:28 -04:00
Mark Harrah bbf7fc0b35 docs: minor cleanup of Proxy-Repositories 2012-10-15 12:42:28 -04:00
Mark Harrah 1f88fe9d7c Parser.failOnException method, don't let rhs of alias fail the parse. Fixes #572.
alias only parses the right hand side for tab completion help.
The assignment should happen whether or not the parse is successful because the
context may change by the time the alias is actually evaluated.
In particular, the 'set' command uses the loaded project for tab completion in 0.12.1.
When a .sbtrc file is processed, the project has not been loaded yet, so aliases
involving set fail.  Wrapping the rhs in failOnException addresses this.
2012-10-15 12:42:27 -04:00
Mark Harrah 1612af8dbb Parser.failOnException method, don't let rhs of alias fail the parse. Fixes #572.
alias only parses the right hand side for tab completion help.
The assignment should happen whether or not the parse is successful because the
context may change by the time the alias is actually evaluated.
In particular, the 'set' command uses the loaded project for tab completion in 0.12.1.
When a .sbtrc file is processed, the project has not been loaded yet, so aliases
involving set fail.  Wrapping the rhs in failOnException addresses this.
2012-10-15 12:42:27 -04:00
Mark Harrah d6072275aa replace Symbol.nameString calls with simpleName(Symbol). Fixes #577.
nameString is only for printing and has different behavior when scalac is
given -uniqid.
2012-10-15 12:42:27 -04:00
Josh Suereth 88ca4aec64 More about mvn vs. ivy proxies 2012-10-12 14:54:41 -04:00
Josh Suereth 44650ca89f First cleanup 2012-10-12 14:54:41 -04:00
Josh Suereth baa365eb5e Added Proxy repository configuration guide. 2012-10-12 14:54:40 -04:00
Mark Harrah ca9f094b83 use 0.12.1 to build 2012-10-12 10:52:23 -04:00