I created a new Spring Template project - Spring Faces Project. Unfortunately it was created it with errors. In particular:
The container 'Maven Dependencies' references non existing library 'C:\Users\<userName>\.m2\repository\javax\faces\co m.springsource.javax.faces\1.2.0.09\com.springsour ce.javax.faces-1.2.0.09.jar'
I must admit I know nothing at all about Maven. I tried downloading both the com.springsources.javax.faces jar and the jsf jars, and put them on the build path, but it didn't help.
Any suggestions?
Thanks in advance
<Edit> Ok, I found the jar, and put it in the appropriate place. Now an equivalent error has come up - it is looking for a JBoss jar. I assume I don't have to go around and find each and every dependent jar?


Reply With Quote
