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
Mark Harrah
ead0c5a68f
make it easier to create new test-* actions with different options
2010-05-11 13:05:17 -04:00
Mark Harrah
fed0e5329f
Try to guess source file for javac generated class files when -g:none is used.
2010-05-10 18:52:22 -04:00
Mark Harrah
cc604b57a2
Sort input source files for consistency, addressing scalac's issues with source file ordering.
2010-05-10 18:50:59 -04:00
Mark Harrah
99edb01d8c
improve error message when Scala instance is invalid
2010-05-05 08:34:34 -04:00
Mark Harrah
61fefc0f66
* move autoBootClasspath, compilerOnClasspath options into ClasspathOptions data structure and add 'extra' option
...
* put ScalaInstance.extraJars on classpath for ComponentCompiler
2010-05-05 08:30:03 -04:00
Mark Harrah
d01c0f4157
history help
2010-05-04 22:22:30 -04:00
Mark Harrah
3462f7c8d6
show history with !: or !:n
2010-05-04 20:12:48 -04:00
Mark Harrah
5222234ee1
history commands: !!, !?string, !-n, !n, !string
2010-05-03 08:17:19 -04:00
Mark Harrah
42f4a71584
xsbt.FileUtilities.writeLines
2010-05-03 08:16:43 -04:00
Mark Harrah
33d29a4768
* can now set 'offline' property to 'true' to not refresh dynamic revisions (not needed if no -SNAPSHOT versions used)
...
* more control over Ivy logging: override ivyUpdateLogging = UpdateLogging.Full,DownloadOnly (default), or Quiet
2010-05-02 19:15:01 -04:00
Mark Harrah
db82974ea8
move readStrings from Env to MapUtil
2010-05-02 19:02:23 -04:00
Mark Harrah
4d312a01fa
support ssh/sftp with keyfiles (needed to add user name parameter to 'as')
2010-04-28 20:45:35 -04:00
Mark Harrah
71bde490de
Test for projects using continuations
2010-04-28 20:39:48 -04:00
Mark Harrah
7efd2b6e91
fix scalatest-compat test
2010-04-27 18:33:04 -04:00
Mark Harrah
afdd34dc4d
* synchronize types for doc/src artifacts with the wiki documentation
...
* Artifact.{sources, javadoc} methods for defining additional artifacts
2010-04-27 17:58:05 -04:00
Mark Harrah
a2f96255eb
consoleOptions
2010-04-25 13:18:36 -04:00
Mark Harrah
2e9dfa02be
can directly specify Scala versions to test in scripted framework
2010-04-25 13:17:46 -04:00
Mark Harrah
dac3714558
Merge branch 'master' of github.com:harrah/xsbt
2010-04-24 23:21:13 -04:00
Mark Harrah
88787d8569
Fail test action when explicit test names are invalid
2010-04-24 23:20:43 -04:00
Mark Harrah
fdd0e14e71
Defer checking test names until they are needed (after test-compile). Not as immediate feedback, but it is more accurate.
2010-04-24 22:48:57 -04:00
Mark Harrah
5ee7575206
Update compiler class filter for 2.8.0.RC1.
2010-04-24 22:44:14 -04:00
Mark Harrah
3b71e6e8fb
Precompile for 2.8.0.RC1
2010-04-24 22:42:30 -04:00