DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=34819>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=34819 ------- Additional Comments From [EMAIL PROTECTED] 2005-05-26 18:43 ------- (In reply to comment #4) > Could you please pull the latest source from subversion and test? > Or get a nightly build and test that... Hmm - compile.tests in latest svn fails because gnu classpath doesn't yet implement String.contains(CharSequence) - [...] [javac] Found 1 semantic error compiling "/home/jablko/src/tmp/libcommons-digester-java/export/digester/trunk/src/test/org/apache/commons/digester/SetNestedPropertiesRuleTestCase.java": [javac] 182. if (msg.contains("badprop")) { [javac] ^---------------------^ [javac] *** Semantic Error: No accessible method with signature "contains(java.lang.String)" was found in type "java.lang.String". [...] Not really worth reporting against classpath, however, since Strin.contains(CharSequence) was added in java 1.5 & classpath isn't yet 1.5 compatible... I may try back patching your changes to digester 1.6 & see how that works Thanks sincerely for working on this! Jack -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
