eugene yokota
15170271a1
Merge pull request #1799 from indrajitr/cross-source
...
Enable cross-version support for Scala sources.
2015-02-02 13:09:54 -05:00
eugene yokota
1a3062ed10
Merge pull request #1799 from indrajitr/cross-source
...
Enable cross-version support for Scala sources.
2015-02-02 13:09:54 -05:00
Eugene Yokota
292b2a4ef7
Adds a note for #1340
2015-02-02 11:18:36 -05:00
Eugene Yokota
a9c41a19cd
Merge notes
2015-02-02 11:07:55 -05:00
eugene yokota
e23c76fe81
Merge pull request #1787 from xuwei-k/git-clone-depth
...
specify the "--depth" parameter for efficient when git clone
2015-02-02 10:46:35 -05:00
eugene yokota
a44b57f4c1
Merge pull request #1787 from xuwei-k/git-clone-depth
...
specify the "--depth" parameter for efficient when git clone
2015-02-02 10:46:35 -05:00
eugene yokota
58f90cd078
Merge pull request #1787 from xuwei-k/git-clone-depth
...
specify the "--depth" parameter for efficient when git clone
2015-02-02 10:46:35 -05:00
The Gitter Badger
25069139be
Added Gitter badge
2015-01-30 19:55:29 +00:00
eugene yokota
e946183645
Merge pull request #1823 from travisbrown/fix-typos
...
Fix typos in notes
2015-01-24 15:19:48 -05:00
Travis Brown
5720894c5a
Fix typos in notes
2015-01-24 13:45:15 -05:00
Josh Suereth
bd4e57dc66
Merge pull request #1817 from sbt/wip/sequential
...
Def.sequential. Fixes #1001
2015-01-23 09:38:45 -05:00
Eugene Yokota
e94ccfd72b
Check for deduplication of tasks
2015-01-20 18:05:03 -05:00
Eugene Yokota
eca9321d22
Add sleep in sequential test per review
2015-01-20 09:48:56 -05:00
William Waites
892de8e7d7
Set resource limit for ${java_cmd} -version in sbt initialisation
...
Java is a little anti-social and attempts to lazily allocate all
of system memory, even for simple operations such as printing out
the version. This causes sbt to fail to start in environments
where resources are limited (i.e. ulimit(1)). This setup is common
on shared infrastructure such as scientific computing clusters
where because of the resource limit not being specified sbt cannot
be used.
The limit is set to 512MB which ought to be ample and is in any case
the default from sbtconfig.txt. A better patch would use the limit
specified there but it isn't clear that that is worth the effort.
2015-01-20 13:16:33 +00:00
Eugene Yokota
b0a10815a6
Implementes `Def.sequential`. Fixes #1001
...
Adds Def.sequential based on Mark's implementation provided in #1001 .
2015-01-20 01:22:03 -05:00
Josh Suereth
af87e08d17
Merge pull request #1807 from indrajitr/deprecated-annotation-fix
...
Fix params order in `@deprecated`
2015-01-19 08:10:15 -05:00
Josh Suereth
3c3f057412
Merge pull request #1807 from indrajitr/deprecated-annotation-fix
...
Fix params order in `@deprecated`
2015-01-19 08:10:15 -05:00
Josh Suereth
c6bd87b104
Merge pull request #1807 from indrajitr/deprecated-annotation-fix
...
Fix params order in `@deprecated`
2015-01-19 08:10:15 -05:00
Indrajit Raychaudhuri
c967653442
Fix params order in `@deprecated`
2015-01-17 08:25:57 +05:30
Indrajit Raychaudhuri
8b38780f21
Fix params order in `@deprecated`
2015-01-17 08:25:57 +05:30
Indrajit Raychaudhuri
1f90ef6b43
Fix params order in `@deprecated`
2015-01-17 08:25:57 +05:30
Indrajit Raychaudhuri
1b15653bcb
Enable cross-version support for Scala sources.
...
This allows attaching unmanaged sources on `per-ScalaVersion` basis.
Sources from `src/{main,test}/scala-<scalaBinaryVersion>` is collected
in addition to `src/{main,test}/scala` by default.
Note that the treatment of `scalaBinaryVersion` would vary depending on
`scalaVersion` pre-2.10 and 2.10 onwards.
For example:
- with `scalaVersion` `2.9.3`, the `scalaBinaryVersion` is set to `2.9.3`
thus the files in `src/{main,test}/scala-2.9.3` as well
`src/{main,test}/scala` would be available in the `sources` list.
- with `scalaVersion` `2.10.1`, the `scalaBinaryVersion` is set to `2.10`
thus the files in `src/{main,test}/scala-2.10` as well
`src/{main,test}/scala` would be available in the `sources` list.
2015-01-16 14:07:42 +05:30
eugene yokota
c6bf00c2c2
Merge pull request #1805 from dwijnand/patch-2
...
Fix typos in aether-resolvers.markdown
2015-01-15 10:27:14 -05:00
Dale Wijnand
8c4a0ea67c
Fix typos in aether-resolvers.markdown
2015-01-15 11:18:10 +00:00
Josh Suereth
4a909eb338
Merge pull request #1804 from sbt/wip/document-inc-features
...
Add missing notes for enhance bytecode feature.
2015-01-14 16:31:39 -05:00
Josh Suereth
99c8cbffc5
Merge pull request #1804 from sbt/wip/document-inc-features
...
Add missing notes for enhance bytecode feature.
2015-01-14 16:31:39 -05:00
Josh Suereth
2d21797d2b
Merge pull request #1804 from sbt/wip/document-inc-features
...
Add missing notes for enhance bytecode feature.
2015-01-14 16:31:39 -05:00
Josh Suereth
6587729fa9
Fix from review.
2015-01-14 16:27:12 -05:00
Josh Suereth
1fcd2f9769
Add missing notes for enhance bytecode feature.
2015-01-14 16:20:38 -05:00
eugene yokota
087bedb698
Merge pull request #1759 from jedesah/topic/minor_cleanup
...
Minor code cleanup
2015-01-14 16:13:06 -05:00
eugene yokota
ff4d371bc2
Merge pull request #1759 from jedesah/topic/minor_cleanup
...
Minor code cleanup
2015-01-14 16:13:06 -05:00
eugene yokota
be78b7fc4c
Merge pull request #1759 from jedesah/topic/minor_cleanup
...
Minor code cleanup
2015-01-14 16:13:06 -05:00
eugene yokota
8eabd82b32
Merge pull request #1793 from sbt/wip/aether-resolver
...
Use Aether for resolving maven dependencies
2015-01-14 15:17:50 -05:00
eugene yokota
11729e0122
Merge pull request #1793 from sbt/wip/aether-resolver
...
Use Aether for resolving maven dependencies
2015-01-14 15:17:50 -05:00
eugene yokota
cc3cea27e5
Merge pull request #1793 from sbt/wip/aether-resolver
...
Use Aether for resolving maven dependencies
2015-01-14 15:17:50 -05:00
Josh Suereth
38805d31e4
Add transitive plugin test for aether resolver.
2015-01-13 20:48:09 -05:00
Josh Suereth
f5ce4e6986
Merge pull request #1801 from sbt/wip/aether-resolver-scripted
...
Run scripted with sbt-maven-resolver
2015-01-13 12:00:53 -05:00
Josh Suereth
c9875c05b1
Merge pull request #1801 from sbt/wip/aether-resolver-scripted
...
Run scripted with sbt-maven-resolver
2015-01-13 12:00:53 -05:00
Eugene Yokota
18c4aba58d
Run scripted with sbt-maven-resolver
2015-01-12 22:01:16 -05:00
Eugene Yokota
75e7b47718
Run scripted with sbt-maven-resolver
2015-01-12 22:01:16 -05:00
Josh Suereth
a0f6662500
Refactoring code.
...
* remove debugging statements
* Move each class so it's one name-per-file
* Migrate out of org.apache namespace into sbt.mavenint
2015-01-12 14:48:23 -05:00
Josh Suereth
42424b4cdb
Refactoring code.
...
* remove debugging statements
* Move each class so it's one name-per-file
* Migrate out of org.apache namespace into sbt.mavenint
2015-01-12 14:48:23 -05:00
Josh Suereth
c2c4468d40
Merge pull request #1795 from sbt/wip/aether-resolver-plugin
...
Turn Aether integration into sbt-maven-resolver
2015-01-12 13:41:59 -05:00
Josh Suereth
e9085b79d1
Merge pull request #1795 from sbt/wip/aether-resolver-plugin
...
Turn Aether integration into sbt-maven-resolver
2015-01-12 13:41:59 -05:00
Josh Suereth
cacc454af5
Merge pull request #1795 from sbt/wip/aether-resolver-plugin
...
Turn Aether integration into sbt-maven-resolver
2015-01-12 13:41:59 -05:00
Eugene Yokota
a6f954d1b1
Moved Java source to src/main/java
2015-01-10 23:06:07 -05:00
Eugene Yokota
f4cffa98b7
Adjust tests.
2015-01-10 22:55:50 -05:00
Eugene Yokota
a02fe61792
Adjust tests.
2015-01-10 22:55:50 -05:00
Eugene Yokota
406c80ddd6
Adjust tests.
2015-01-10 22:55:50 -05:00
Eugene Yokota
48cb1444cf
Turn Aether integration into sbt-maven-resolver
2015-01-09 14:36:51 -05:00