From: Neal H. <nr...@ri...> - 2004-04-09 05:22:47
|
although it is an easy problem to make (and has been made in the past), the problem this time is that it is not in the drjava part of the cvs tree, it's in the util directory (specifically edu/rice/cs/util/swing), and so will not be gotten by an ant update from within drjava. The solution is either to run "cvs update" from src/edu/rice/cs (or any parent directory), or to do an "ant update" from within the util package of drjava. (This is also a really common problem. I don't even remember how many times I've wondered who managed to commit broken code before finally remembering to update util!) Neal _____ From: drj...@li... [mailto:drj...@li...] On Behalf Of Jonathan Lugo Sent: Thursday, April 08, 2004 11:55 PM To: drj...@li... Subject: [DrJava] Please Add Any New Dependent Classes to CVS There have been some resent problems with the CVS tree due to missing classes. Specifically, the ui.MainFrame class now depends on a small class named UnfocusableButton. This class, however is no where on the CVS tree. It's probably easy to create the new class and forget to do the appropriate CVS add. While the code will compile and test on the committers machine (since the class is there), not all the code gets sent. So, whoever created the UnfocusableButton class, please commit it so we can compile. This seems like an easy problem to make. Is there some feasible automation we can implement? Is it possible have ant ignore anything that's not a .java file but still do some check or prompt for java files that would be prefixed with a "?" in the CVS output? - jonathan |