dependency check between grammars and vocabularies

dependency check between multiple grammars. If they require tokenVocab X then ensure that X.g is older than X.tokens. Should it auto build X.g? Should ANTLR not build X.java if X.g is older? Hmm...not comfortable with that; well, I guess you can wipe X.java if you need to.