You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Scott Smith (JIRA)" <ta...@jakarta.apache.org> on 2006/07/20 16:53:13 UTC

[jira] Created: (TAPESTRY-1017) jdk 1.3 compatibility

jdk 1.3 compatibility
---------------------

                 Key: TAPESTRY-1017
                 URL: http://issues.apache.org/jira/browse/TAPESTRY-1017
             Project: Tapestry
          Issue Type: Bug
          Components: Build, Framework
    Affects Versions: 4.0, 4.0.1, 4.0.2
         Environment: jdk 1.3.1
tapestry 4.0
            Reporter: Scott Smith
            Priority: Minor


While attempting to run on jdk 1.3 I ran into some NoSuchMethod exceptions.

The method toString() in the type Character is not applicable for the arguments (char)	HTMLDescriptionReceiver.java	tapestry-4_0/org/apache/tapestry/describe	line 298	July 20, 2006 9:38:09 AM

The method list(StringTokenizer) is undefined for the type Collections	RequestDisplay.java	tapestry-4_0/org/apache/tapestry/html	line 108	July 20, 2006 9:38:07 AM

The method toString() in the type Character is not applicable for the arguments (char)	SerializableAdaptor.java	tapestry-4_0/org/apache/tapestry/util/io	line 87	July 20, 2006 9:38:03 AM


To make this jdk 1.3 compatible these method calls need to be fixed. 

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Commented: (TAPESTRY-1017) jdk 1.3 compatibility

Posted by "Scott Smith (JIRA)" <ta...@jakarta.apache.org>.
    [ http://issues.apache.org/jira/browse/TAPESTRY-1017?page=comments#action_12422655 ] 
            
Scott Smith commented on TAPESTRY-1017:
---------------------------------------

You might want to think about changing the tapestry 4 dependencies page.

http://tapestry.apache.org/tapestry4/dependencies.html

"Tapestry is expressly designed to be source compatible with JDK 1.3 and Servlet API 2.2. It does use a few features of Servlet API 2.3 if available."

Thanks for the timely response.

> jdk 1.3 compatibility
> ---------------------
>
>                 Key: TAPESTRY-1017
>                 URL: http://issues.apache.org/jira/browse/TAPESTRY-1017
>             Project: Tapestry
>          Issue Type: Bug
>          Components: Framework, Build
>    Affects Versions: 4.0, 4.0.1, 4.0.2
>         Environment: jdk 1.3.1
> tapestry 4.0
>            Reporter: Scott Smith
>            Priority: Minor
>
> While attempting to run on jdk 1.3 I ran into some NoSuchMethod exceptions.
> The method toString() in the type Character is not applicable for the arguments (char)	HTMLDescriptionReceiver.java	tapestry-4_0/org/apache/tapestry/describe	line 298	July 20, 2006 9:38:09 AM
> The method list(StringTokenizer) is undefined for the type Collections	RequestDisplay.java	tapestry-4_0/org/apache/tapestry/html	line 108	July 20, 2006 9:38:07 AM
> The method toString() in the type Character is not applicable for the arguments (char)	SerializableAdaptor.java	tapestry-4_0/org/apache/tapestry/util/io	line 87	July 20, 2006 9:38:03 AM
> To make this jdk 1.3 compatible these method calls need to be fixed. 

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Resolved: (TAPESTRY-1017) jdk 1.3 compatibility

Posted by "Jesse Kuhnert (JIRA)" <ta...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/TAPESTRY-1017?page=all ]

Jesse Kuhnert resolved TAPESTRY-1017.
-------------------------------------

    Resolution: Won't Fix

Can't speak for everyone of course, but making anything compatible with 1.3 is going to be way way down on my priority list. Probably so much so that I'd never fix the ticket so it seems more prudent to close it instead of pretending that it might get looked at some day. 

> jdk 1.3 compatibility
> ---------------------
>
>                 Key: TAPESTRY-1017
>                 URL: http://issues.apache.org/jira/browse/TAPESTRY-1017
>             Project: Tapestry
>          Issue Type: Bug
>          Components: Framework, Build
>    Affects Versions: 4.0, 4.0.1, 4.0.2
>         Environment: jdk 1.3.1
> tapestry 4.0
>            Reporter: Scott Smith
>            Priority: Minor
>
> While attempting to run on jdk 1.3 I ran into some NoSuchMethod exceptions.
> The method toString() in the type Character is not applicable for the arguments (char)	HTMLDescriptionReceiver.java	tapestry-4_0/org/apache/tapestry/describe	line 298	July 20, 2006 9:38:09 AM
> The method list(StringTokenizer) is undefined for the type Collections	RequestDisplay.java	tapestry-4_0/org/apache/tapestry/html	line 108	July 20, 2006 9:38:07 AM
> The method toString() in the type Character is not applicable for the arguments (char)	SerializableAdaptor.java	tapestry-4_0/org/apache/tapestry/util/io	line 87	July 20, 2006 9:38:03 AM
> To make this jdk 1.3 compatible these method calls need to be fixed. 

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org