This catches source compatability, but not binary compatability. ie. the ability to run code compiled against an old jar file without recompilation against the new jar file.
Perhaps its possible to compile the old unit tests against the old jar, and then run them against the new jar. That might provide some basis of checking. Stephen From: "matthew.hawthorne" <[EMAIL PROTECTED]> > Could you do a checkout of the unit tests for the last release, and run > them against the new jar? > Stephen Colebourne wrote: > > Does anyone know of a tool to test whether a new version of a jar file is > > binary compatible with the old version? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
