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: B.R.
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
-
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]