Menu

Legacy SVN Repository Commit Log


Commit Date  
[r4137] by dlsmith

Add plt.jar to Language Levels

2007-02-08 23:48:18 Tree
[r4136] by dlsmith

Replaced version Strings in Language Levels with JavaVersion objects

2007-02-08 23:47:45 Tree
[r4135] by dlsmith

Updated platform.jar to rev 4134

2007-02-08 22:58:57 Tree
[r4134] by dlsmith

Added a version() method to the compiler interfaces in platform.jar

2007-02-08 22:58:20 Tree
[r4133] by dlsmith

Updated platform.jar with the fixed Javac160Compiler.

2007-02-08 22:36:37 Tree
[r4132] by dlsmith

Compiled the Javac160Compiler adapter class.

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
of the private method

_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
[r4130] by dlsmith

Updated build script to point to plt-ant.jar

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
Older >
MongoDB Logo MongoDB