You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2005/05/16 09:01:34 UTC

[jira] Closed: (MAVEN-1582) j:include destroys xmlns attribute

     [ http://jira.codehaus.org/browse/MAVEN-1582?page=all ]
     
Brett Porter closed MAVEN-1582:
-------------------------------

    Resolution: Won't Fix

looks like a jelly bug, and should be filed there.

> j:include destroys xmlns attribute
> ----------------------------------
>
>          Key: MAVEN-1582
>          URL: http://jira.codehaus.org/browse/MAVEN-1582
>      Project: maven
>         Type: Bug
>   Components: core
>     Versions: 1.0.2
>  Environment: microsoft windows 2000, jdk 1.4.2_03
>     Reporter: Bartosz Rempuszewski
>  Attachments: xmlns-bug.zip
>
>
> when xml file is included with xmlns="foo" attribute
> output lacks second '"' after namespace name:
> <test xmlns="foo">
>  ...
> </test>
> after include:
> <test xmlns="foo >
>  ...
> </test>
> there is workaround: create file:
> <test xmlns='foo"'>
>  ...
> </test>
> see attachment - try:
> maven site-error
> maven site-bug
> maven site-hack

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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