version 1.3.2 - This version fixes a scoping problem that is caused in embedded java code. - The jtbgram has a minor change in this version: BNFProduction ::= ResultType FormalParameters Block ExpansionChoices was changed to : BNFProduction ::= ResultType FormalParameters "{" ( BlockStatement )* "}" ExpansionChoices version 1.3.1 - This version of JTB requires java 1.5. - It combines JTBGJ into JTB since java 1.5 support generics.