Uploaded image for project: 'HiveMind'
  1. HiveMind
  2. HIVEMIND-35

JDK1.3.1 incompatibilities

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • 1.0
    • 1.0
    • framework
    • None
    • 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(

      Attachments

        1. log.txt
          7 kB
          Naresh Sikha

        Activity

          People

            hlship Howard Lewis Ship
            nsikha Naresh Sikha
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: