tapestry5 still doesnt compile with java6
-----------------------------------------
Key: TAPESTRY-1840
URL: https://issues.apache.org/jira/browse/TAPESTRY-1840
Project: Tapestry
Issue Type: Bug
Affects Versions: 5.0
Reporter: Eirik Maus
I've tried downloading the sources for tapestry5 and build it just for
curiosity's sake. Everytime i try to build it with java6 I get the error below.
Haven't any of you tried building it with java6 yet? It's been like that for
all releases of java6 i've tried.
Anyway, it's probably not intended to stay that way. Inserting a cast at the
assignment in the reported line will make it compile, but I have no idea if it
is correct.
[INFO]
----------------------------------------------------------------------------
[INFO] Building Tapestry Inversion of Control Container
[INFO] task-segment: [install]
[INFO]
----------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 172 source files to
E:\prosjekter\tapestry5svn\tapestry5\trunk\tapestry-ioc\target\classes
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
E:\prosjekter\tapestry5svn\tapestry5\trunk\tapestry-ioc\src\main\java\org\apache\tapestry\ioc\internal\services\ChainBuilderImpl.java:[125,65]
incompatible types
found : java.lang.reflect.Constructor<?>
required: java.lang.reflect.Constructor<T>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]