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, swordfish <[EMAIL PROTECTED]> wrote:

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", ...

....
    <error-page>
        <error-code>500</error-code>
        <location>/error.jsp</location>
    </error-page>
    <error-page>
        <error-code>400</error-code>
        <location>/index.jsp</location>
    </error-page>
    <error-page>
        <error-code>403</error-code>
        <location>/403.jsp</location>
    </error-page>
    <error-page>
        <error-code>404</error-code>
        <location>/404.jsp</location>
    </error-page>
</web-app>
--
View this message in context: 
http://www.nabble.com/web.xml-errors-in-IDEA-tf3619585s2369.html#a10106699
Sent from the AppFuse - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
http://raibledesigns.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to