I have patched the Tomahawk Examples POM to allow the sub projects to be built 
with the Sun RI v1.1_02
instead of MyFaces.  To do this, simply add "-Djsf=ri" to the mvn command line.

As an example, to build and run simple example using the Sun RI issue the 
following
command from tomahawk/examples/simple directory.

   mvn clean package cargo:start -P selenium -Djsf=ri

You can this point the browser to th following URL to run the Selenium test 
suite:
  http://localhost:8080/myfaces-example-simple/selenium/core/TestRunner.html

Paul Spencer

Reply via email to