--On Thursday, September 02, 2004 1:55 AM -1000 Takuya Yamashita <[EMAIL PROTECTED]> wrote:
The problem why this happens many time is that the hackyReview module is compiled in Eclipse.
As we all learn and re-learn, it is really important before committing changes to CVS to check your work against the 'canonical' build environment by doing:
ant -q freshStart junitAll
It's fine while doing internal development to use the Eclipse environment for compilation, of course. But we still all need to use the ant-based build before committing, as these latest build errors attest.
Cheers, Philip
