Commit Graph

11930 Commits

Author SHA1 Message Date
Mark Harrah 1bc26fa488 When preserving last modified, convert negative values to 0
File.lastModified can return a negative number, but File.setLastModified doesn't accept
negative numbers.  See Java bug #6791812.
2012-11-16 09:56:01 -05:00
Eugene Vigdorchik 960d17c358 Use java.lang.Throwable.setStackTrace. Proper fix for #543. 2012-11-15 10:14:59 -05:00
Mark Harrah 19315265c1 taking care of deprecations removed in Scala master 2012-11-14 11:48:06 -05:00
Mark Harrah 1c1e5c4977 taking care of deprecations removed in Scala master 2012-11-14 11:48:06 -05:00
Mark Harrah 7099ac31fd Docs: Working with macros. Closes #573. 2012-11-12 21:20:52 -05:00
Mark Harrah ce0284e187 Fixes #582. Don't merge dependencies with mismatched transitive/force/changing values.
This avoids the assertion, but note that Ivy is unlikely to work properly in this situation.
2012-11-12 14:45:36 -05:00
Eugene Vigdorchik 761a441805 Filter out null parent files when deleting empty directories. Closes #589. 2012-11-12 14:45:01 -05:00
Benjy 0e472a99f9 Analysis.groupBy implementation. 2012-11-10 19:01:41 -05:00
Benjy 657d842238 Analysis.groupBy implementation. 2012-11-10 19:01:41 -05:00
Mark Harrah 9bf5405621 Fixes #594. Global plugin products weren't being included on Compile classpath of build definition project. 2012-11-10 18:18:15 -05:00
Mark Harrah 52b7dccff4 Handle removed files when skipping to recompiling all files. 2012-11-10 18:18:15 -05:00
Mark Harrah 2428b100fa fix location of sbt-git in project/source-plugins test 2012-11-10 18:18:15 -05:00
Mark Harrah 19c776e1f9 test for #594 2012-11-10 18:18:15 -05:00
Mark Harrah 89573b39b5 Docs: Generate a PDF containing only the Getting Started Guide 2012-11-10 18:18:15 -05:00
Mark Harrah 019dbb6566 Docs: concurrentRestrictions should be 'in Global' 2012-11-10 18:18:15 -05:00
Mark Harrah b2f155fab6 update to latest sbt-site plugin, generate pdf 2012-11-08 22:40:24 -05:00
Mark Harrah ca8bfe2281 precompile against 2.10.0-RC2 2012-11-08 22:40:23 -05:00
Mark Harrah dba160dd1d had to drop non-ascii unicode characters for latex for now 2012-11-08 22:40:23 -05:00
Josh Suereth b84dac7a1d Merge pull request #27 from bartschuller/realpath
Use realpath to locate relative files, add python impl
2012-11-05 12:39:46 -08:00
Bart Schuller 40f2105070 Use realpath to locate relative files, add sh impl
because Mac OSX doesn't have a realpath binary.

This solves the issue where if you symlink to sbt, it
won't be able to locate the bash library and launcher anymore.

You'd want to do that so you can symlink just sbt to /usr/local/bin
without having to put a bash library file there as well.
In particular, this is what we'd like for Mac homebrew.
2012-11-05 21:24:42 +01:00
Mark Harrah b451761478 fix broken commit 2012-11-05 10:09:39 -05:00
Mark Harrah b6ff789d44 Work around File constructor not accepting URIs for UNC paths. Fixes #564. 2012-11-05 10:02:33 -05:00
Mark Harrah 4946115521 Recompile everything when invalidated sources exceed a certain fraction of all sources 2012-11-05 10:02:33 -05:00
Mark Harrah b927d42916 fix 0.12.1 changes section 2012-11-01 16:30:19 -04:00
Johannes Rudolph f4bd8a409b refs #24: fix Version matching again now for matching normal 0.12.1 version 2012-10-31 15:09:47 +01:00
Eric Bowman 2f725bf16f Fix for version matching like 0.12.1-foo
An organization that has had to fork sbt is likely to change the version
slightly.  The code is intended to match 0.12.1-foo as a 0.12.1 version,
but in fact without this change does not.
2012-10-31 10:52:38 +00:00
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 e532d20732 cleanup of #585: compatible with earlier launchers 2012-10-29 09:52:10 -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