Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://issues.apache.org/jira/browse/HIVEMIND-35 Here is an overview of the issue: --------------------------------------------------------------------- Key: HIVEMIND-35 Summary: JDK1.3.1 incompatibilities Type: Bug Status: Open Priority: Blocker Project: HiveMind Components: framework Versions: 1.0 Assignee: Howard M. Lewis Ship Reporter: Naresh Sikha Created: Fri, 30 Jul 2004 10:21 AM Updated: Fri, 30 Jul 2004 10:21 AM Environment: IBM JDK1.3.1, Windows XP, Ant 1.6.2 Description: Hivemind target 'install' fails when running on JDK 1.3.1. I verified that this succeeds when I switch to a JDK 1.4 environment. Here are the errors Hivemind target 'install' fails when running on JDK 1.3.1. I verified that this succeeds when I switch to a JDK 1.4 environment. Here are the two errors 1. Use of getPropertyChangeListeners in java.beans.PropertyChangeSupport [javac] C:\work\ant-1.6.2\build\jakarta-hivemind\framework\src\test\hivemind\test\services\EventProducer.java:47: cannot resolve symbol [javac] symbol : method getPropertyChangeListeners () [javac] location: class java.beans.PropertyChangeSupport [javac] return _support.getPropertyChangeListeners().length; [javac] ^ 2. Use of AssertionError in java.lang. [javac] C:\work\ant-1.6.2\build\jakarta-hivemind\framework\src\test\org\apache\hivemind\methodmatch\AbstractMethodTestCase.java:39: cannot resolve symbol [javac] symbol : class AssertionError [javac] location: class org.apache.hivemind.methodmatch.AbstractMethodTestCase [javac] throw new AssertionError( [javac] ^ 3. Use of matches function on String [javac] C:\work\ant-1.6.2\build\jakarta-hivemind\framework\src\test\org\apache\hivemind\methodmatch\TestMethodMatcher.java:98: cannot resolve symbol [javac] symbol : method matches (java.lang.String) [javac] location: class java.lang.String [javac] message.matches( --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
