Hi, Dumb question time. Scenario: I have a Trafodion development instance with a clean build. I make a one-line change to a C++ file and save it. Then I do a "make all". I notice that the "make all" seems to be rebuilding all the Java files - watching in "top" I see lots of heavy java processes going. Question: Why are the Java files rebuilt when they have not changed? Dave