You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Ed Yu (JIRA)" <ji...@apache.org> on 2013/05/08 17:59:16 UTC

[jira] [Created] (TAP5-2114) Quick Start 5.3.6 webdefault.xml causing Eclipse project validation to fail

Ed Yu created TAP5-2114:
---------------------------

             Summary: Quick Start 5.3.6 webdefault.xml causing Eclipse project validation to fail
                 Key: TAP5-2114
                 URL: https://issues.apache.org/jira/browse/TAP5-2114
             Project: Tapestry 5
          Issue Type: Bug
          Components: quickstart
    Affects Versions: 5.3.6
            Reporter: Ed Yu


Issue:
webdefault.xml causes Eclipse project validation to fail:

<web-app
        xmlns="http://java.sun.com/xml/ns/j2ee"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
        version="2.4">

Fix:

<web-app
        xmlns="http://java.sun.com/xml/ns/j2ee"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
        version="2.4">


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira