Eugene Vigdorchik
|
b65a7078f1
|
Fix compilation error for 2.10.0-M5 for all but main project.
|
2012-07-17 15:20:37 -04:00 |
Eugene Vigdorchik
|
adb7d42f73
|
Fix compilation error for 2.10.0-M5 for all but main project.
|
2012-07-17 15:20:37 -04:00 |
Thomas Lockney
|
8045731500
|
Actually pass in the artifact, rather than just a global match
|
2012-07-17 15:20:26 -04:00 |
Mark Harrah
|
59c025a767
|
run either javadoc (Java sources only) or scaladoc (Scala only or mixed), but not both
|
2012-07-17 13:51:17 -04:00 |
Johannes Rudolph
|
814ae40ae8
|
add some more usage info for multi-module projects
|
2012-07-15 12:02:33 +03:00 |
Johannes Rudolph
|
f4a2ae8ce5
|
remove build hive batch since that never worked
|
2012-07-15 11:54:00 +03:00 |
Mark Harrah
|
cbc94f9cb6
|
experimental tab completion for 'set'
|
2012-07-13 14:33:28 -04:00 |
Mark Harrah
|
e5ffceaef8
|
clean up token completions and make providing a general completion function easier
|
2012-07-13 14:33:27 -04:00 |
Mark Harrah
|
8c06949957
|
clean up token completions and make providing a general completion function easier
|
2012-07-13 14:33:27 -04:00 |
Mark Harrah
|
fa97cc0d22
|
basic code for cleaning up Manifest.toString
|
2012-07-13 14:33:27 -04:00 |
Mark Harrah
|
ce3ed37c8c
|
basic code for cleaning up Manifest.toString
|
2012-07-13 14:33:27 -04:00 |
Mark Harrah
|
73166e2e57
|
clean up Completions and allow arbitrary 'display' for Token
|
2012-07-13 14:33:27 -04:00 |
Mark Harrah
|
0972791b58
|
clean up Completions and allow arbitrary 'display' for Token
|
2012-07-13 14:33:27 -04:00 |
Mark Harrah
|
af85595da0
|
JLine completion integration now considers a suggestion with a newline to be preformatted
|
2012-07-13 14:33:27 -04:00 |
Mark Harrah
|
72e05309c5
|
JLine completion integration now considers a suggestion with a newline to be preformatted
|
2012-07-13 14:33:27 -04:00 |
Mark Harrah
|
9fea4d1703
|
methods for working with Scala identifiers
|
2012-07-13 14:33:27 -04:00 |
Mark Harrah
|
2a6ad35502
|
correct CommandUtil.aligned to use provided prefix
|
2012-07-13 14:33:27 -04:00 |
Mark Harrah
|
a509c47207
|
print completions containing a newline first and on separate lines
|
2012-07-13 14:33:27 -04:00 |
Mark Harrah
|
2cf9b4bf6e
|
combined cutoff for settings and tasks
|
2012-07-13 14:33:27 -04:00 |
Mark Harrah
|
51da95644c
|
methods for working with Scala identifiers
|
2012-07-13 14:33:27 -04:00 |
Mark Harrah
|
5dd2bb8a24
|
print completions containing a newline first and on separate lines
|
2012-07-13 14:33:27 -04:00 |
Mark Harrah
|
d6d922a858
|
display message after 'set' with defined and affected scopes+keys
|
2012-07-13 14:33:27 -04:00 |
Eugene Vigdorchik
|
d0c1b536e8
|
Add xsbti.Reporter to required inputs instead of maxErrors.
|
2012-07-13 14:33:26 -04:00 |
Mark Harrah
|
ad621ecbee
|
update help for `inspect` to include latest options
|
2012-07-13 14:33:26 -04:00 |
Eugene Vigdorchik
|
550599bea0
|
Changes required to use sbt as-is from Scala-IDE.
|
2012-07-13 14:33:26 -04:00 |
Mark Harrah
|
f48a10e136
|
precompile interface against 2.10.0-M5
|
2012-07-13 14:33:26 -04:00 |
Eugene Vigdorchik
|
35cfba21c0
|
Break compiler dependency from 'collection' project.
|
2012-07-13 14:33:26 -04:00 |
Eugene Vigdorchik
|
76943e82ed
|
Add xsbti.Reporter to required inputs instead of maxErrors.
|
2012-07-13 14:33:26 -04:00 |
Eugene Vigdorchik
|
b5a29987e6
|
Changes required to use sbt as-is from Scala-IDE.
|
2012-07-13 14:33:26 -04:00 |
Eugene Vigdorchik
|
e23df839b7
|
Make compiler projects compilable with 2.10
|
2012-07-13 14:33:26 -04:00 |
Eugene Vigdorchik
|
a6c2054292
|
Break compiler dependency from 'collection' project.
|
2012-07-13 14:33:26 -04:00 |
Johannes Rudolph
|
bfb9217f83
|
Update master
|
2012-07-13 11:35:30 +03:00 |
Johannes Rudolph
|
5ffd60c6c8
|
Improve readme instructions.
|
2012-07-13 11:32:23 +03:00 |
Indrajit Raychaudhuri
|
82a338b3a8
|
Add OSX JNI library extension in includeFilter by default. Closes #500
|
2012-07-08 00:38:25 -04:00 |
Mark Harrah
|
e9ed0feb87
|
repeatDep parser combinator
|
2012-07-06 10:28:51 -04:00 |
Mark Harrah
|
b6b78618f5
|
in IO.copyFile, limit maximum size transferred via NIO. fixes #491
|
2012-07-06 10:28:51 -04:00 |
Mark Harrah
|
5a93605d75
|
'orbit' packaging should be handled like a standard jar. fixes #499. ref #463
|
2012-07-06 10:28:51 -04:00 |
Mark Harrah
|
364d49d4b4
|
Translate `show x y` into `;show x ;show y` . fixes #495
|
2012-07-06 10:28:51 -04:00 |
Mark Harrah
|
8d20a7ea19
|
repeatDep parser combinator
|
2012-07-06 10:28:51 -04:00 |
Mark Harrah
|
464193d0f6
|
sourcesInBase setting. fixes #494
|
2012-07-06 10:28:51 -04:00 |
Mark Harrah
|
8843458291
|
isolate task-system and ivy tests
|
2012-07-01 15:16:42 -04:00 |
Mark Harrah
|
3d0eb1ac11
|
better fix for tab completion on invalid project IDs
|
2012-07-01 15:16:42 -04:00 |
Mark Harrah
|
2196cbedaf
|
remove most occurrences of ScalaObject
|
2012-07-01 15:16:41 -04:00 |
Mark Harrah
|
113fdbaff1
|
fix launcher tests
|
2012-07-01 15:16:41 -04:00 |
Mark Harrah
|
fbb09b1433
|
fix task tests
|
2012-07-01 15:16:41 -04:00 |
Mark Harrah
|
79bab4727a
|
fix caching of xsbt.version.properties
|
2012-07-01 15:16:41 -04:00 |
Mark Harrah
|
4e574d0df3
|
better handling of multi-loggers with mixed escape sequence support
* multi-logger supports ansi escapes if at least one logger support them
* escape sequences removed from strings for loggers without escape support
|
2012-07-01 15:16:41 -04:00 |
Mark Harrah
|
d8f5c39465
|
remove most occurrences of ScalaObject
|
2012-07-01 15:16:41 -04:00 |
Mark Harrah
|
3f12f2eb9f
|
drop compilation tests
1. overlapped with integration tests
2. slower than integration tests
3. more fragile than integration tests
|
2012-07-01 15:16:41 -04:00 |
Mark Harrah
|
e2b5ce374c
|
fix task tests
|
2012-07-01 15:16:41 -04:00 |