You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by "Gus Ezzi (JIRA)" <ca...@jakarta.apache.org> on 2010/03/10 21:12:27 UTC

[jira] Closed: (CACTUS-269) webxmlmerge does not merge filters when the schema/version are 2.4 (it is ok for 2.3)

     [ https://issues.apache.org/jira/browse/CACTUS-269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gus Ezzi closed CACTUS-269.
---------------------------

    Resolution: Invalid

when running with ant, it did not work, but when we used a java program to do the merge, it worked. most probably the ant build is looking at the wrong jars (before 1.8.1).

> webxmlmerge does not merge filters when the schema/version are 2.4 (it is ok for 2.3)
> -------------------------------------------------------------------------------------
>
>                 Key: CACTUS-269
>                 URL: https://issues.apache.org/jira/browse/CACTUS-269
>             Project: Cactus
>          Issue Type: Bug
>          Components: Ant Integration
>    Affects Versions: 1.8.1
>            Reporter: Gus Ezzi
>            Priority: Critical
>
> when the srcfile web.xml schema (and/or version) is 2.4, the merge does not merge the filters from the mergefile
> <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">
> .
> when the version is 2.3, the merge works.
> <!DOCTYPE web-app 
>     PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" 
>     "http://java.sun.com/dtd/web-app_2_3.dtd">
> --or--
> <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/dtd/web-app_2_3.dtd"
>     version="2.3">

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org