Which version of MyFaces should be used for testing, 1.1.1 or 1.1.3?

A note needs to be added in the "release procedure" to update the MyFaces version number when appropriate.

Paul Spencer


Wendy Smoak wrote:
On 9/14/06, Gary VanMatre <[EMAIL PROTECTED]> wrote:

This test is building the component tree and rendering the output.
The output is parsed and checked for an embed comment.
Since the myfaces-impl is not a dependency, the renderers are
not being loaded and no markup generated.

I could create some mock renderers for this test.  That would be
much easier than starting a wrestling match with maven.

Gary, if it's easier, you can add myfaces-impl as a dependency in test
scope.  That won't affect projects using Clay, it will only be on the
classpath during the test phases.

            <dependency>
                   <groupId>myfaces</groupId>
                   <artifactId>myfaces-impl</artifactId>
                   <version>1.1.1</version>
                   <scope>test</scope>
            </dependency>


Reply via email to