[ 
https://issues.apache.org/jira/browse/TAP5-2114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15055679#comment-15055679
 ] 

Jochen Kemnade commented on TAP5-2114:
--------------------------------------

Is this still an issue? What's the error message?

> 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 was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to