Leonardo Uribe schrieb:


On Thu, Jul 31, 2008 at 9:32 AM, Gertjan van Oosten <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote:

    As quoted from "[EMAIL PROTECTED]
    <mailto:[EMAIL PROTECTED]>" <[EMAIL PROTECTED]
    <mailto:[EMAIL PROTECTED]>>:
    > There used to be just one Tomahawk version, but Leonardo has now
    created
    > a separate "tomahawk 1.2.x" project that has increased JSF1.2
    > compatibility.

    What's the current status of this?  If I replace the
    tomahawk-1.1.7-SNAPSHOT.jar and tomahawk-sandbox-1.1.7-SNAPSHOT.jar
    dependencies with
    tomahawk12-1.1.7-SNAPSHOT.jar and
    tomahawk-sandbox12-1.1.7-SNAPSHOT.jar
    my application no longer works.  E.g. <t:stylesheet> and <t:dataTable>
    are not rendered but appear just like that (the JSF tags that is)
    in the
    HTML output...


I have tested the latest code and everything works fine (using the sample app but with tomahawk12).

I've also done some tests and the latest code (built from svn) works for me.

In tomahawk/examples/simple, I ran:
 mvn -Djsf=12 -Dtomahawk=12 clean jetty:run

The log output included:

2008-08-01 13:14:04,597 [main] INFO org.apache.myfaces.config.FacesConfigurator - Starting up MyFaces-package : myfaces-api in version : 1.2.4-SNAPSHOT from path : file:/home/sk/.m2/repository/org/apache/myfaces/core/myfaces-api/1.2.4-SNAPSHOT/myfaces-api-1.2.4-SNAPSHOT.jar 2008-08-01 13:14:04,598 [main] INFO org.apache.myfaces.config.FacesConfigurator - Starting up MyFaces-package : myfaces-impl in version : 1.2.4-SNAPSHOT from path : file:/home/sk/.m2/repository/org/apache/myfaces/core/myfaces-impl/1.2.4-SNAPSHOT/myfaces-impl-1.2.4-SNAPSHOT.jar 2008-08-01 13:14:04,598 [main] INFO org.apache.myfaces.config.FacesConfigurator - Starting up MyFaces-package : tomahawk in version : 2-1.1.7-SNAPSHOT from path : file:/home/sk/.m2/repository/org/apache/myfaces/tomahawk/tomahawk12/1.1.7-SNAPSHOT/tomahawk12-1.1.7-SNAPSHOT.jar

This shows that things are selected as expected: myfaces 1.2.4-SNAPSHOT and tomahawk1.2-1.1.7.

There is a slight error in that message: tomahawk version is displayed as "2-1.1.7", but that's just a quirk in the diagnostics output code. As can be seen from the path, it is the tomahawk12 jarfile that is being used.

And the examples seemed to work fine to me.

Regards,
Simon

Reply via email to