Commit Graph

684 Commits

Author SHA1 Message Date
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 fa93a64cf9 Replace Ivy interface with the component from xsbt 2010-01-15 19:05:23 -05:00
Mark Harrah 9021b6c30d copyright/license updates 2010-01-14 00:16:34 -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 d97d693cc1 Fix issue with jline not being on compiler-interface compile-time classpath 2010-01-13 22:19:48 -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 200581abc0 Add support for a deep reload where the configuration is reread 2010-01-12 18:52:14 -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 8516a40ec2 bump to test-interface 0.4 2010-01-10 22:02:01 -05:00
Mark Harrah 67f8fc5c06 compile fixes 2010-01-10 21:06:00 -05:00
Mark Harrah f68c906ddb minor fixes to launch specification 2010-01-10 19:20:44 -05:00
Mark Harrah 7a88494af5 Fix scope of scalacheck dependency 2010-01-10 19:06:16 -05:00
Mark Harrah 377e0345c7 Exclude Scala jars when launcher retrieves application 2010-01-10 19:01:16 -05:00
Mark Harrah 6c132165d6 Fixes for Ivy interface component 2010-01-10 16:47:38 -05:00
Mark Harrah 2d9a7b12cc Add scala.classifiers property to specify classifiers for additional scala artifacts to retrieve. 2010-01-10 16:46:15 -05:00
Mark Harrah 1673a2a3e2 Remove use of reflection for compatibility in Analyzer 2010-01-09 18:22:58 -05:00
Mark Harrah 8f0371d21a Compare polymorphic types 2010-01-07 21:48:56 -05:00
Mark Harrah fb3cfd3b39 * Polymorphic type extraction
* Use simple names instead of full names where appropriate
 * Handle local classes, which have NoPrefix
2010-01-07 21:41:20 -05:00
Mark Harrah bf5dbadc53 Handle changes to Source serialization format by returning empty Source 2010-01-07 21:39:16 -05:00
Mark Harrah 3332b0707a Polymorphic types and fix parameterized type arguments to be Type and not just SimpleType 2010-01-07 21:38:39 -05:00
Mark Harrah a890747165 fix def.scala.version to 2.7.7 2010-01-07 21:36:52 -05:00
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