sbt, the interactive build tool
Go to file
Mark Harrah 0d5814e2b3 Rework external dependency tracking and multi-projects
Reduce AnalysisCallback interface:
  remove discovery
  simplify dependency notification methods
Use map of classpath entry to Analysis for locating
  source API for external dependencies
Handle classpath changes by locating class
  on classpath and either locating Analysis/Source
  as above or comparing Stamp.  This requires storing
  the class name of a binary dependency now.
Make this process aware of full classpath, including
  boot classpath
2010-09-17 21:59:43 -04:00
cache reworked tracking 2010-09-04 08:11:05 -04:00
compile Rework external dependency tracking and multi-projects 2010-09-17 21:59:43 -04:00
interface Rework external dependency tracking and multi-projects 2010-09-17 21:59:43 -04:00
ivy put ResolverAdapter.java in proper location 2010-09-13 19:42:11 -04:00
launch fix launch test 2010-08-21 22:47:26 -04:00
licenses Add missing LICENSE_Apache referenced from NOTICE 2010-01-29 20:30:10 -05:00
main Rework external dependency tracking and multi-projects 2010-09-17 21:59:43 -04:00
project remove plugins, integration project definition 2010-09-13 19:46:24 -04:00
run cleanup 2010-09-04 08:07:51 -04:00
sbt allow setup, cleanup functions to access ClassLoader used for testing 2010-09-13 19:43:37 -04:00
scripted legal cleanup 2010-02-07 23:45:19 -05:00
tasks task execution engine: fix addition of new tasks 2010-09-17 20:16:21 -04:00
testing allow setup, cleanup functions to access ClassLoader used for testing 2010-09-13 19:43:37 -04:00
util Rework external dependency tracking and multi-projects 2010-09-17 21:59:43 -04:00
web Configure jetty-env.xml. Allows specifying JNDI datasources. Inspired by maven-jetty-plugin. 2010-08-04 20:33:50 -04:00
.gitignore * move Environment classes to util/env module 2010-07-14 19:24:50 -04:00
LICENSE * move Environment classes to util/env module 2010-07-14 19:24:50 -04:00
NOTICE * move Environment classes to util/env module 2010-07-14 19:24:50 -04:00
api.specification Polymorphic types and fix parameterized type arguments to be Type and not just SimpleType 2010-01-07 21:38:39 -05:00
launch.specification minor fixes to launch specification 2010-01-10 19:20:44 -05:00
notes more 2.8 updates, launcher compiles and runs with 2.8 2010-06-15 20:38:18 -04:00
scripted.specification New scripted test framework 2009-11-09 09:34:52 -05:00