From that directory, you can use ant to build the ICEfaces Showcase. The strategy is to build a .war file for the platform you are running on. All of the content-related files are located in:
So to build an showcase.war file for Tomcat 6.0 or 7.0 (non-JEE6 container), you would run the following ant command from the showcase directory:
{code}
showcase > ant clean servlet-profile{code}
Alternatively, to build an showcase.war file for a JEE6 container, which includes the JSF libraries, you would run the following ant command from the showcase directory: