Commit Graph

4349 Commits

Author SHA1 Message Date
Mark Harrah b63b955dca Add Java class file version to compiler interface ID so that it is recompiled when moving between Java versions. 2009-12-29 22:14:56 -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 31c47192ee update launcher documentation to include app.resources 2009-12-20 23:55:24 -05:00
Mark Harrah 0df26ca314 version bump for building locally 2009-12-20 23:54:29 -05:00
Mark Harrah ffae8304d8 version bumps for local builds 2009-12-20 23:48:08 -05:00
Mark Harrah bb0a3b3d2f Fix Scaladoc interface for 2.8.0.Beta1-RC4 and later. 2009-12-20 12:02:49 -05:00
Mark Harrah 3b28156f84 Can specify in launcher configuration extra paths to go on the application classpath:
[app]
 ...
 resources: conf, resources
2009-12-18 17:46:57 -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 239e9198c7 Bump to Ivy 2.1.0, don't print stack trace for retrieve exceptions 2009-12-18 09:46:04 -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 cbb0f1a0a8 Fix 2.8 external dependency tracking 2009-12-14 18:37:17 -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 016a4ecea7 version for building locally 2009-12-12 08:47:42 -05:00
Mark Harrah a27f24c307 set version for building locally 2009-12-12 08:46:38 -05:00
Mark Harrah 0120326160 0.6.7 for publishing 2009-12-12 08:38:35 -05:00
Mark Harrah 307d277428 0.6.7 for publishing 2009-12-12 08:38:15 -05:00
Mark Harrah a15eb745e1 Merge branch 'master' of git@github.com:harrah/xsbt 2009-12-11 18:57:40 -05:00
Mark Harrah a301df2ff1 Cleaning up tasks and caching 2009-12-11 18:56:09 -05:00
Mark Harrah f186d50daf Improving launcher error handling... 2009-12-10 21:04:51 -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 14db8c2079 Correct classpath for plugins 2009-12-07 19:02:30 -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 41563c59bb Better handling of invalid Scala versions 2009-12-06 22:58:05 -05:00
Mark Harrah 4902c3f1b3 Fixing repositories... 2009-12-05 11:02:41 -05:00
Mark Harrah 04ae140d12 correct error 2009-12-05 10:46:20 -05:00
Mark Harrah 24464ccbe7 Correct repositories for publishing 2009-12-05 10:44:29 -05:00
Mark Harrah 5fd4ec6fa4 0.6.5 2009-12-05 10:36:41 -05:00
Mark Harrah 4e0f08d745 0.6.5 2009-12-05 10:36:09 -05:00
Mark Harrah 1eb42c0af0 rebase for PathMapper 2009-12-05 10:31:06 -05:00
Mark Harrah f139e5a9c1 Changes to assist with scripted testing of sbt 0.6.x series 2009-12-04 21:31:03 -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
Mark Harrah 20983c7dc2 Fix tests 2009-11-29 22:12:36 -05:00
Mark Harrah c951156d9f print API phase time only if it is enabled 2009-11-29 18:25:09 -05:00
Mark Harrah 36bb0e247a version to 0.6.4 2009-11-29 18:17:31 -05:00
Mark Harrah 72f20c2f9a bump to 0.6.4 2009-11-29 18:16:23 -05:00
Mark Harrah cd1cdf3c24 Scaladoc interface should be compatible with latest 2.8 updates 2009-11-29 18:13:47 -05:00
Mark Harrah 097135fb29 specs updated for test-interface 0.2 2009-11-27 13:12:58 -05:00
Mark Harrah 9e6c14f200 Use test-interface 0.2 2009-11-27 10:42:16 -05:00
Mark Harrah e6125354d6 Fix from Josh to enable ScalaCheck support 2009-11-27 10:31:44 -05:00
Mark Harrah 1e0424153a Josh's patches for test-interface 0.2 2009-11-26 20:53:28 -05:00
Mark Harrah 2e942915aa Read commands from a file using <file 2009-11-25 13:05:14 -05:00
Mark Harrah dfb7397b8a A basic readLines method and moving the filtered class loader 2009-11-25 13:03:41 -05:00
Mark Harrah a872ebc5e5 Annotations on definintions and implicit parameters in 2.7 2009-11-24 23:01:05 -05:00
Mark Harrah f4145744e5 Update API definition documentation 2009-11-24 18:53:41 -05:00