Here is an example of using a pom to build timezone2 (tutorial for ICEfaces). It uses the icefaces poms and jars available on our download page under Tools->maven.
unzip the bundle into your local maven repository, and you can use this pom to build the timezone2 tutorial. There are currently 4 profiles for different application servers.
Here is another example for timezone7 (facelets application) of the ICEfaces tutorial. It is also dependent of the icefaces jars & poms to be within your local maven2 repository. (see last posting for location of download bundle)
Whenever I try to download POM for timezone2 it comes down as corrupted (not a valid XML). Also, is there a guide (explained steps) of how to build these Maven projects using NetBeans 6.5 and deploy them on Tomcat 5.5?
Whenever I try to download POM for timezone2 it comes down as corrupted (not a valid XML). Also, is there a guide (explained steps) of how to build these Maven projects using NetBeans 6.5 and deploy them on Tomcat 5.5?
I downloaded, didn't try to deploy it but it looks like a normal pom. how are you downloading it?
Just downloaded one of the poms and added the icefaces dependencies to my project, but I keep getting the same errors:
16/03/09 20:31:27 CET: Missing artifact org.icefaces:icefaces-comps:jar:1.7.2.SP1:compile
16/03/09 20:31:27 CET: Missing artifact org.icefaces:icefaces-facelets:jar:1.7.2.SP1:compile
16/03/09 20:31:27 CET: Missing artifact org.icefaces:icefaces:jar:1.7.2.SP1:compile
Any help? I'm really interested in using IceFaces but I need to make it work with Maven.