From: Charles R. <cr...@ri...> - 2002-09-13 23:02:59
|
Thanks to the compiler adapter Brian sent me, DrJava now supports using the JSR-14 v1.2 and Java 1.4.1+ compilers, as of the drjava-20020913-2254 commit. Once again, all developers will need to update their environment to get the new adapter working. Since some of the classes can only be compiled in JSR-14 v1.2 (which won't work on OS X), the class files have been pre-compiled and stored in the compilers-jsr14v1_2.jar file in the src/edu/rice/cs/lib/ directory. You will need to update this directory and put this jar file on your classpath, or you will not be able to compile! The source files themselves have been added to the src/src-jsr14v1_2/ source tree. Feel free to update your local copy of this, though you don't need to unless you need to modify these files (ie. with "ant compile-jsr14v1_2"). See the src/edu/rice/cs/drjava/model/compiler/readme.txt file for more details. I'll do a release with the JSR-14 v1.2 support soon. Please test it out and let me know if you have any problems. Thanks! Charlie |