On 4/10/07, apurva mistry <[EMAIL PROTECTED]> wrote:
I downloaded shale-framework-1.1.0-SNAPSHOT, and ran maven build. I build against the JavaServer Faces Reference Implementation by adding -Djsf=ri to the command line. But not sure if it really generated the jars with JSF ref implementation and not Apache myFaces (that is default). Also, does the pom.xml only generates Jar files? What about the web pages in several applications, doesn't it need to create a War file. I would appreciate if someon can share any knowledge/information.
Looking through the build files briefly, I think -Djsf=ri (or -Djsf=ri12) is only applicable for the webapps, where you can choose which JSF implementation to include in WEB-INF/lib. The framework itself builds against the api, so there isn't much to be gained by building against MyFaces vs. the RI. To build the framework and webapps, try 'mvn clean install -Papps' If you have more questions about building Shale from source or using snapshots, please come join us on the development list. http://shale.apache.org/mail-lists.html -- Wendy Smoak
