You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hivemind.apache.org by hi...@jakarta.apache.org on 2004/07/30 19:23:40 UTC

[jira] Updated: (HIVEMIND-35) JDK1.3.1 incompatibilities

The following issue has been updated:

    Updater: Naresh Sikha (mailto:naresh.sikha@schwab.com)
       Date: Fri, 30 Jul 2004 10:21 AM
    Comment:
Attached log detailing compilation errors and deprecations.
    Changes:
             Attachment changed to log.txt
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://issues.apache.org/jira/browse/HIVEMIND-35?page=history

---------------------------------------------------------------------
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: hivemind-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: hivemind-dev-help@jakarta.apache.org