>I've run into these types of annoyances myself, and have concluded Yes, I've get several others too - for instance if I do "mvn package" I have to do it 2 times (!!!) because the first time it doesn't find a jar that is in WEB-INF/lib
I presume that part of these annoyances is due to the "peculiarities" of AppFuse: >>>>>>>>>>>>>>>>>>>>>>> Delete <wb-resource deploy-path="/" source-path="src/main/webapp"/> . Add <wb-resource deploy-path="/" source-path="target/myproject-webapp-1.0-SNAPSHOT"/> .... >>>>>>>>>>>>>>>>>>>>>>> As it is stated in the "Quick guide"... Basically, when you start the project you cannot compile it the first time (if you are including another jar in src/main/webapp/WEB-INF/lib) in Eclipse because it needs target, and target is not yet populated! I also noticed that it display the Maven jars in the buildpath, it is as the project would not be a Maven one! Marian --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net For additional commands, e-mail: users-h...@appfuse.dev.java.net