Re: [appfuse-user] web.xml errors in IDEA

2007-04-20 Thread swordfish
Yes, it helps. Thanks Matt! mraible wrote: > > I had this same question, so I added it as a FAQ: > > http://appfuse.org/display/APF/FAQ#FAQ-ideacompiling > > How do I tell IDEA to ignore deployment descriptors when compiling? > > Right-click on the file in the messages window and choose "E

Re: [appfuse-user] web.xml errors in IDEA

2007-04-20 Thread Matt Raible
I had this same question, so I added it as a FAQ: http://appfuse.org/display/APF/FAQ#FAQ-ideacompiling How do I tell IDEA to ignore deployment descriptors when compiling? Right-click on the file in the messages window and choose "Exclude From Compile". Hope this helps, Matt On 4/20/07, swo

[appfuse-user] web.xml errors in IDEA

2007-04-20 Thread swordfish
I've created a new modular tapestry+ibatis project (2.0-m5-SNAPSHOT) and issued mvn idea:idea command to make IDEA projects. Everything looks fine, except some errors in the web.xml when I tried to build it and run it on Jetty. IDEA complains "Cannot resolve symbol error.jsp", ...