> From: Stephen McConnell [mailto:[EMAIL PROTECTED] > > As changes progress I'll update X and Y
This should be automated ***somehow***... but how? Figuring out binary compatibility can't be that hard, just use reflection to compare new jar and old jar. If all signatures are the same, we're good to go. Also check serial version UIDs (method order etc.)... Hm. that would handle patch versions - i.e. being able to see if current CVS qualifies as a patch version. Minor version could perhaps be handled similarly. ? /LS --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
