You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by Paul Spencer <pa...@apache.org> on 2006/12/04 00:27:45 UTC

Building examples against RI now works.

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