Mark Harrah
5c34ea0a2b
Some documentation on Project
2010-02-07 14:12:40 -05:00
Mark Harrah
a0ca8536c0
Fix 'trace' help
2010-02-06 19:22:41 -05:00
Mark Harrah
b7d5472e21
Improved test for publish-local
2010-02-06 17:42:40 -05:00
Mark Harrah
282c80c600
Fix ParentProjects and dependency management
2010-02-06 17:01:55 -05:00
Mark Harrah
261800ed90
Fix 'publish-local' when Ivy configuration is auto-detected
2010-02-06 14:21:27 -05:00
Mark Harrah
0397a1c450
Merge branch 'using-xsbt' of github.com:harrah/sbt into using-xsbt
2010-02-06 13:50:36 -05:00
Mark Harrah
744ed69653
add method to sbt.Run for compatibility with 0.5.6
2010-02-06 12:49:37 -05:00
Mark Harrah
514c8f499b
* Select default doc options based on Scala version.
...
* Remove unused Resources.withProject
* General cleanup
2010-02-05 19:12:55 -05:00
Mark Harrah
8f2d9124e9
Make task logging delimiters configurable by system properties: sbt.start.delimiter and sbt.end.delimiter
2010-02-05 19:04:39 -05:00
Mark Harrah
04c73ab1f0
Speed up startup by delaying initialization of tab completion
2010-02-04 22:50:56 -05:00
Mark Harrah
7119c1adbe
Exclude launcher jar from unmanaged classpath, allowing it to be put in the lib/ or project root directories.
2010-02-04 18:57:29 -05:00
Mark Harrah
31822b2e17
Jetty 7 support working
2010-02-01 20:48:51 -05:00
Mark Harrah
aaea9c3407
Jetty 7 support (untested)
2010-02-01 18:21:51 -05:00
Mark Harrah
510a708a08
Fix for compatibility test framework
2010-02-01 07:38:10 -05:00
Mark Harrah
f0b7fa0e1a
Test for specs/sbt detecting specifications as classes/objects
2010-01-29 20:48:59 -05:00
Mark Harrah
3877cd4d84
* Fix base directory when Ivy configuration inherited from parent project
...
* Add 'pomExtra' method that can provide extra elements directly embedded in a generated pom.
2010-01-29 20:32:43 -05:00
Mark Harrah
fbaf5cbf2e
* Use a machine-global lock on Ivy because caches are not safe for concurrent access.
...
* Fix some tests
2010-01-28 19:32:17 -05:00
Mark Harrah
5ef14bd5e8
more on permgen issues
2010-01-26 22:53:29 -05:00
Mark Harrah
1c6201d3cc
Reload sbt when version changes without requiring full reload
2010-01-26 18:39:23 -05:00
Mark Harrah
31609f57e6
test to check proper tracking of generated classes
2010-01-26 09:38:28 -05:00
Mark Harrah
64fae31248
Compatibility test framework support and tests
2010-01-25 22:52:50 -05:00
Mark Harrah
c8057f414b
Add normal 'test' action to test arguments test case
2010-01-20 23:19:51 -05:00
Mark Harrah
d06df9a2fe
* Integrate Josh's test arguments patch
...
* Use ScalaTest arguments example to test test-interface
2010-01-20 23:06:10 -05:00
Mark Harrah
327fd718f2
Include 'nosbt' in 'trace' error message
2010-01-16 14:29:00 -05:00
Mark Harrah
e110d4028b
test case for running webapps directly out of src/main/webapp
2010-01-15 20:00:25 -05:00
Mark Harrah
ad40d7f34f
Try to properly use Jetty's WebAppClassLoader
2010-01-15 19:40:18 -05:00
Mark Harrah
ab9d92b8b4
Replace Ivy interface with component from xsbt
2010-01-15 19:06:36 -05:00
Mark Harrah
b6cb89fea4
* limit stack trace length: trace 'on' | 'off' | 'nosbt' | 1 | 2 | ...
...
* updating license/copyright
2010-01-14 00:15:21 -05:00
Mark Harrah
791c7a2a14
* Remove -linksource as a default option for doc
...
* First attempt at fixing webapp classloading
* Additional tests
2010-01-13 20:01:06 -05:00
Mark Harrah
e02afb36c8
* Fix 'reload' behavior with respect to sbt.version
...
* Add test for artifacts
2010-01-12 18:50:47 -05:00
Mark Harrah
1474afb680
console-project fix
2010-01-11 21:02:36 -05:00
Mark Harrah
3c6b5f79c1
Added basic console-project test and fixed default-params and test-failed tests
2010-01-11 20:27:52 -05:00
Mark Harrah
76b31e4fcf
Fix console-project
2010-01-11 20:21:55 -05:00
Mark Harrah
694c45ca03
Cleanup on Conditional
2010-01-02 19:24:24 -05:00
Mark Harrah
8e289a262a
fix issue #67
2009-12-30 15:21:40 -05:00
Mark Harrah
852a69e2e6
Add forkRun methods to make implementing fork straightforward.
2009-12-29 22:16:28 -05:00
Mark Harrah
3fcdca4ef7
Josh's patch for passing arguments to test-* tasks.
2009-12-23 00:10:53 -05:00
Mark Harrah
04e50bd218
Add szeiger's implementation of test-interface for JUnit to list of known frameworks
2009-12-21 21:32:10 -05:00
Mark Harrah
5b1e26660c
* Added source-dependency tests created when testing build manager
...
* Updated remaining scripted tests for 0.6.x and new scripted framework- test/* tests need to be rewritten
* removed FileUtilities.sbtJar since sbt is no longer one jar
* updated PluginProject to work with 0.6.x
2009-12-18 09:47:02 -05:00
Mark Harrah
4ee8c92bec
* Fix issue with 'run' improperly interpreting System.exit(0) as a non-zero code
...
* Updating more tests for 0.6.x
2009-12-15 19:11:59 -05:00
Mark Harrah
bad073408d
Fix Java dependency tracking in 0.6.x
2009-12-14 18:39:15 -05:00
Mark Harrah
414043b7f4
make NoClassDefError a one line warning message in dependency analysis of Java classes
2009-12-14 09:00:34 -05:00
Mark Harrah
0120326160
0.6.7 for publishing
2009-12-12 08:38:35 -05:00
Mark Harrah
e899f51c5a
Add 'test-run' method analogous to 'run' but for test classes
2009-12-08 08:27:42 -05:00
Mark Harrah
8265a2344a
Merge branch 'using-xsbt' of github.com:harrah/sbt into using-xsbt
2009-12-07 21:37:42 -05:00
Mark Harrah
dfdb9456f7
* fix naming clash between xsbt/sbt test libraries
...
* correct classpath for plugin projects
2009-12-07 19:04:37 -05:00
Mark Harrah
ef0bc1f2e4
Update completions to include ++ and exit/quit
2009-12-07 08:38:35 -05:00
Mark Harrah
9bfc8a8f4a
Better handling of invalid Scala versions
2009-12-06 22:58:53 -05:00
Mark Harrah
5c29bfc2c2
Getting scripted testing working with using-xsbt:
...
* uses new scripted test framework in xsbt
* adds ability to provide commands over loopback interface with <port command
* only some tests have been updated
2009-12-04 21:26:31 -05:00
Mark Harrah
dfaa2f370c
Make worker threads uninterruptible
2009-12-02 10:41:10 -05:00