We are experiencing a problem with our build after a method signature change in one of our classes. A method was changed from non-static to static. Since the dependant class files would still compile ant did not compile them. The result is a IncompatibleClassChangeError at runtime saying a non-static method is expected.
Is there any way to check class compatibility? Thanks. -- View this message in context: http://www.nabble.com/Problem-with-build-after-method-signature-change-tf4207673.html#a11969482 Sent from the Ant - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
