Menu

Tree [642ad0] drscala / platform /
 History

HTTPS access


File Date Author Commit
 classes 2014-10-17 Robert Cartwright Robert Cartwright [642ad0] This commit includes a major revision of the Dr...
 lib 2010-05-06 mgricken mgricken [39a733] Replaced custom Eclipse Java Compiler with the ...
 src-eclipse 2010-09-26 mgricken mgricken [0d3468] Fixed Eclipse compiler warnings. (Bug 3074287)
 src-hj 2010-10-19 mgricken mgricken [da631a] Better version handling for research compilers.
 src-jdk5 2010-04-06 mgricken mgricken [924f4a] Using Eclipse 3.6M6 instead of 3.5.2 fixed a pr...
 src-jdk6 2010-08-31 mgricken mgricken [503a4c] Fixed bug 3056277:
 src-jdk7 2012-03-14 rcartwright rcartwright [485895] This commit is hopefully close to a working fra...
 src-mac 2010-08-31 mgricken mgricken [503a4c] Fixed bug 3056277:
 src-mint 2010-10-19 mgricken mgricken [da631a] Better version handling for research compilers.
 src-nextgen 2010-10-19 mgricken mgricken [da631a] Better version handling for research compilers.
 src-openjdk6 2010-08-17 mgricken mgricken [0a8549] Null object pattern for JDKDescriptors.
 src-scala 2014-10-17 Robert Cartwright Robert Cartwright [642ad0] This commit includes a major revision of the Dr...
 src-windows 2010-08-10 mgricken mgricken [5c41d0] Fixed bug 2976104:
 testFiles 2007-02-13 dlsmith dlsmith [5333b9] Fixed a bug in the Javac150Compiler that produc...
 build.xml 2014-10-17 Robert Cartwright Robert Cartwright [642ad0] This commit includes a major revision of the Dr...
 readme.txt 2006-08-16 dlsmith dlsmith [4bce9f] Added a build file for platform.jar; fixed comp...

Read Me

Platform-specific Classes

The sources here require certain platform-specific libraries in order to compile.  Because they cannot all be built at once, the class files must be stored under source control along with the sources.  The location of required platform libraries is communicated to the Ant script via environment variables.  The specific purposes and dependencies of each set of classes is as follows:

jdk14:  A compiler adapter for the javac compiler, version 1.4.  Must be compiled against the Sun compiler libraries, as distributed with the J2SE SDK version 1.4.3. (TODO: Are other versions, such as 1.4.1, sufficient?)

jdk15:  A compiler adapter for the javac compiler, version 5, and the prototype JSR-14 compiler, version 2.0+.  Must be compiled against the Sun compiler libraries, as distributed with the JDK version 5.0+ (or a compatible JSR-14 distribution).

jdk16:  A compiler adapter for the javac compiler, version 6+.  Must be compiled against the Sun compiler libraries, as distributed with the JDK version 6.0+.

mac:  A platform adapter for Mac OS X with Java version 1.4 or later.  Must be compiled against the com.apple.eawt classes, as distributed with Apple's Java implementation, version 1.4 or later.

windows:  A platform adapter for Windows.  Currently has no platform-specific dependencies, but is placed here in case the need arises.
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.