Commit Graph

12386 Commits

Author SHA1 Message Date
Mark Harrah 6f6b795b39 * Basic API serialization
* Fixes to API extraction and equality checking
 * Reworked tracking
 * New compile infrastructure based on API changes
 * Example application for testing
2010-01-05 19:50:43 -05:00
Mark Harrah 694c45ca03 Cleanup on Conditional 2010-01-02 19:24:24 -05:00
Mark Harrah 833688cdd9 API equality testing. Still includes debugging statements. 2009-12-31 18:56:37 -05:00
Mark Harrah 8ebbb7b420 fix issue processing qualifiers in API phase 2009-12-31 18:55:35 -05:00
Mark Harrah 8e289a262a fix issue #67 2009-12-30 15:21:40 -05:00
Mark Harrah 8a53e52bfd bump to development versions 2009-12-29 22:27:04 -05:00
Mark Harrah 821f874409 bump to development versions 2009-12-29 22:26:45 -05:00
Mark Harrah 852a69e2e6 Add forkRun methods to make implementing fork straightforward. 2009-12-29 22:16:28 -05:00
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 32b33c74a3 Merge branch 'master' of git@github.com:harrah/xsbt 2009-12-11 18:57:40 -05:00
Mark Harrah a15eb745e1 Merge branch 'master' of git@github.com:harrah/xsbt 2009-12-11 18:57:40 -05:00
Mark Harrah 604a5413c9 Cleaning up tasks and caching 2009-12-11 18:56:09 -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 4bd6f9627b Fix tests 2009-11-29 22:12:36 -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