|
From: Charles R. <cr...@ri...> - 2003-02-03 22:16:53
|
In yesterday's email, I forgot to mention that you will need to update
your classpath for the new platform specific framework. I've just finished
making that a little eaiser, though, by consolidating a few of the jar
files in the lib directory.
You will need to do two things to get your build environment updated.
First, go to your src/edu/rice/cs/lib directory and run "cvs update". This
should remove several jar files and add "compilers.jar" and "platform.jar".
Second, change your ~/.bashrc (or the equivalent for your platform) and
update your classpath. You should remove "compilers-jsr14v1_0.jar" and
"compilers-jsr14v1_2.jar" and add "compilers.jar" and "platform.jar" (all
in the lib directory). After that, you should be set! Report any problems
to me...
Charlie
|