| Commit | Date | |
|---|---|---|
|
[r4686]
by
dlsmith
Platform: Updated build script. Renamed "jdk15", etc., to "jdk5", and "jdk16", etc., to "jdk6". Guaranteed that tests run under the correct JVM if there are dependencies. |
2008-11-25 18:27:30 | Tree |
|
[r4685]
by
dlsmith
Language Levels: Updated build script and accompanying libraries. Java 1.4 is no longer being targeted. |
2008-11-25 16:44:49 | Tree |
|
[r4684]
by
dlsmith
DynamicJava: Updated build script and accompanying libraries. Java 1.4 is no longer being targeted. |
2008-11-25 15:47:58 | Tree |
|
[r4683]
by
dlsmith
PLT Utilities: Fixed a bug in NoDuplicatesIterator. (It was implemented in terms of FilteredIterator, which wasn't correct without breaking the abstraction to access the lookahead value. It's now similar to FilteredIterator, but unrelated.) |
2008-11-25 00:41:12 | Tree |
|
[r4682]
by
dlsmith
PLT Utilities: Updated build script and accompanying libraries. No longer targeting Java 1.4. |
2008-11-24 23:12:44 | Tree |
| 2008-11-24 19:08:50 | Tree | |
| 2008-11-22 00:19:19 | Tree | |
|
[r4679]
by
dlsmith
Fixed resolution of tools.jar in "ant test" -- it now correctly corresponds to the version of java used to run tests. |
2008-11-22 00:01:56 | Tree |
|
[r4678]
by
dlsmith
Build script revision. - Removed Java 1.4-related targets from Ant, and deleted Retroweaver backwards-compatibility libraries. - Compilation is performed against the Java 5 APIs, regardless of the running Java version. JAVA5_HOME must be set. Test and run targets also can be invoked to run with a specific JVM version (identified with JAVA5_HOME or JAVA6_HOME). - Build properties can be loaded from a file "../ant.properties"; filename is customizable with "ant -Dprops=<filename> ...". - Property renaming: "-Dtest-drjava-config=..." is now "-Ddrjava.test.config=...". - Updated findbugs build target to generate its filter file on-the-fly -- rather than editing the findbugs-filter.xml file, changes can be made directly in build.xml. Added an option for customizing the FindBugs timeout. - Updated ant-contrib.jar to 1.0b3. This fixes incorrect behavior in the try/catch construct. (Cleaned up related workaround code in build.xml.) - Replaced strip-license & relicense scripts with an Ant target. - Fixed bugs in the "benchmark" build target. (Generating a user-readable report is still a to-do.) - Misc minor cleanup in build.xml. |
2008-11-21 22:21:11 | Tree |
|
[r4677]
by
dlsmith
PLT Utilities: Added LambdaUtil.lift methods; added ReflectUtil.SYSTEM_CLASS_PATH field. |
2008-11-19 18:39:25 | Tree |