Mark Harrah
1585d805bd
more reorganization, mostly IO. Also, move class file analyzer and history code to separate projects
2010-06-13 22:59:29 -04:00
Mark Harrah
d73762e203
more fixes
2010-06-10 22:47:04 -04:00
Mark Harrah
1ee470282d
Merge branch '0.9' of github.com:harrah/xsbt into 0.9
2010-06-10 21:34:13 -04:00
Mark Harrah
0d24118d93
first round of logger cleanup/migration
2010-06-10 21:26:27 -04:00
Mark Harrah
64618fe56a
wideConvert lets the serious errors pass through, use it in Execute
2010-06-10 21:25:37 -04:00
Mark Harrah
eb10dc160e
move StackTrace to util/log
2010-06-10 21:08:01 -04:00
Mark Harrah
1351177172
use Hash in util/io
2010-06-10 21:05:34 -04:00
Mark Harrah
883bcfb200
remove deprecated method in FileUtilities
2010-06-10 21:00:36 -04:00
Mark Harrah
4572f1b6ca
update task tests
2010-06-10 08:19:15 -04:00
Mark Harrah
647a78467e
allow homogeneous inputs in addition to heterogeneous inputs (Node)
2010-06-10 08:17:51 -04:00
Mark Harrah
d6626e1e11
show Incomplete
2010-06-10 08:16:39 -04:00
Mark Harrah
899920a0a0
conversions
2010-06-10 08:14:50 -04:00
Mark Harrah
d1260eebd1
first update of io for 2.8
2010-06-09 00:56:07 -04:00
Mark Harrah
aaa36f6cd2
Merge branch 'cache' into 0.9
2010-06-07 10:55:25 -04:00
Mark Harrah
393580f1cf
update comment
2010-06-07 10:51:22 -04:00
Mark Harrah
5e4fe71560
fix typo
2010-06-07 10:51:02 -04:00
Mark Harrah
bae26e431b
cache updates
2010-06-07 10:50:51 -04:00
Mark Harrah
5eed8ccbef
graph evaluator, rewrite, general updates
2010-06-07 08:53:21 -04:00
Mark Harrah
ec19be6152
variance fixes, inference fixes with Result hierarchy
2010-06-01 08:38:56 -04:00
Mark Harrah
75a784d5ec
MList covariant, initial Node
2010-05-30 21:14:18 -04:00
Mark Harrah
9a4cfa0037
higher-kinded heterogeneous lists: MList[M[_]]
...
natural transformations: ~>[A[_], B[_]]
Scala 2.8
2010-05-30 18:42:58 -04:00
Mark Harrah
483e759f41
small change to DebugListener
2010-05-30 17:03:41 -04:00
Mark Harrah
e0275c2d59
remove 'Empty' task
2010-05-30 17:01:41 -04:00
Mark Harrah
8d2275cbe6
Merge branch 'master' of github.com:harrah/xsbt
2010-05-27 21:16:15 -04:00
Mark Harrah
85bc7a363d
fix provided configuration
2010-05-27 21:15:16 -04:00
Joonas Javanainen
7fa3a7df31
Fix: Added new logging methods required for Jetty 7.1.x
...
+ format(msg, arg1, arg2) was refactored to support any number of args
+ The actual logger methods use Array[AnyRef] instead of AnyRef* because
the latter compiles to scala.Seq and the former to Object[]
2010-05-24 04:21:10 +08:00
Mark Harrah
b28d0361d7
new method FileUtilities.stash
2010-05-21 18:48:14 -04:00
Mark Harrah
600053bf2c
Provide application and boot classpath to running code through resources.
2010-05-21 09:32:14 -04:00
Mark Harrah
5e8e72a965
post-release bumps and changes
2010-05-16 21:33:27 -04:00
Mark Harrah
ad9cd40f9f
add databinder repo for scripted
2010-05-16 21:24:31 -04:00
Mark Harrah
1ca63f3d06
one more change to 0.7.4 notes
2010-05-16 21:09:07 -04:00
Mark Harrah
5e99d5fdd9
Merge branch 'master' of github.com:harrah/xsbt
2010-05-16 20:54:55 -04:00
Mark Harrah
86b393ab1a
no src/doc artifact declarations yet
2010-05-16 20:54:22 -04:00
Mark Harrah
cfa5dbd1e5
remove stray file
2010-05-16 20:47:37 -04:00
Mark Harrah
0d339f1948
fixes for scripted testing, bump version to 0.7.4
2010-05-16 20:46:23 -04:00
Mark Harrah
c9271e0904
update Scala versions used in scripted testing
2010-05-16 17:15:22 -04:00
Mark Harrah
2b09c3e80d
set version to 0.7.4
2010-05-16 14:47:54 -04:00
Mark Harrah
a87ba7abfc
0.7.4 release notes
2010-05-16 14:44:13 -04:00
Mark Harrah
0fa71dc9af
bump default sbt version used for new projects
2010-05-16 14:43:07 -04:00
Mark Harrah
63ecae0f6d
fix history command help
2010-05-16 14:42:41 -04:00
Mark Harrah
b0b5db4b5d
added convenience method: javaCompileOptions(options: String*): Seq[JavaCompileOption]
2010-05-16 14:42:02 -04:00
Mark Harrah
3d5f6672ce
disabling publishing src/doc artifacts, which causes problems with earlier 0.7.x launchers
2010-05-13 19:04:28 -04:00
Mark Harrah
f66a3b4f87
use newer nightly for module-confs test
2010-05-13 19:02:56 -04:00
Mark Harrah
019ce4e535
fix webapp tests to use different ports
2010-05-13 19:00:29 -04:00
Mark Harrah
344eed8156
precompile against RC2
2010-05-13 18:41:23 -04:00
Mark Harrah
f70442c5c7
* new [ivy] section with 'cache-directory' label in launcher configuration to specify the cache directory used by the launcher for Scala and sbt
...
* new label 'classifiers' accepted under [app] section to retrieve other artifacts for the application
2010-05-13 18:38:55 -04:00
Mark Harrah
10352bc148
package and publish docs and sources
2010-05-13 18:36:05 -04:00
Mark Harrah
7be7cc34d5
fix a compile test
2010-05-13 18:32:49 -04:00
Mark Harrah
5826dbf2a0
make scaladocTask a fileTask so it doesn't run unless necessary
2010-05-13 18:32:10 -04:00
Mark Harrah
33e957a47c
support warn fatal options in 2.8.0.RC2
2010-05-13 18:31:37 -04:00