From: Jonathan L. <jl...@ri...> - 2004-04-09 04:55:02
|
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 |