| Commit | Date | |
|---|---|---|
| 2007-02-08 23:48:18 | Tree | |
| 2007-02-08 23:47:45 | Tree | |
| 2007-02-08 22:58:57 | Tree | |
| 2007-02-08 22:58:20 | Tree | |
| 2007-02-08 22:36:37 | Tree | |
| 2007-02-08 22:33:49 | Tree | |
|
[r4131]
by
rcartwright
This revision makes very minor changes to DefaultCompilerModel to work around a bug in the JDK 6.0 version of javac. In particular, the signature _compileLanguageLevelsFiles(List<? extends File> files, List<? super CompilerError> errors) in DefaultCompilerModel has been weakened to _compileLanguageLevelsFiles(List<? extends File> files, List<CompilerError> errors) { to avoid tripping over a compiler bug. Since the method is only called from one site, the more general signature (while more elegant) is unnecessary. |
2007-02-08 22:15:07 | Tree |
| 2007-02-08 21:27:24 | Tree | |
|
[r4129]
by
dlsmith
Added plt-ant mini-module to the misc directory with a build script and Mathias's custom JUnit formatters. |
2007-02-08 21:26:31 | Tree |
|
[r4128]
by
dlsmith
Simplified the compiler locating and loading process. ClassLoaders are used to dynamically load any needed compilers without requiring a restart. Added JDKToolsLibrary and JarJDKToolsLibrary which handle the process of searching for tools.jar files and create the appropriate CompilerInterface and Debugger objects. Removed all unnecessary compiler adapters and other compiler model support classes. Modified DefaultGlobalModel to use the JDKToolsLibrary classes when it is created. |
2007-02-08 18:12:19 | Tree |