From: Charles R. <cr...@ri...> - 2003-02-02 23:15:25
|
There have been a few commits in the last two days that will require you to update your entire DrJava source tree. These commits include a new framework for writing platform specific code (such as specifying the menus properly on Mac OS X), which was added by Peter Centgraf. They also include a subtle bug fix to the RMI code in the util package (my quest to fix all the RMI stuff continues), and also an improvement to build-common.xml for committing. To update, change to your ~/drjava/src directory, and run the following command: cvs update -Pd (The P argument will prune deleted directories, and the d argument will retrieve any new directories that have been added.) A note on the new commit process: the Ant script will now ask you if you want to enter the comments for a commit manually (on one line only) or from an existing file. If you will be writing a long comment (I usually do), I suggest saving it to a file with several lines and passing in by name, since it will be easier to read in the CVS logs. (The line you enter won't wrap if you enter it manually.) For example, save your multi-line message to a file called "comments.txt" in your drjava/src/edu/rice/cs/drjava directory. When prompted during the commit, type "r" to read the comments from a file, and then specify "comments.txt" as the filename. Let me know if you have any questions about it.. Charlie |