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>
--
Wendy