The following issue has been updated:

    Updater: dion gillard (mailto:[EMAIL PROTECTED])
       Date: Mon, 10 Nov 2003 10:06 AM
    Changes:
             Fix Version changed to 1.1
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1014&page=history

---------------------------------------------------------------------
View the issue:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1014


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1014
    Summary: source / CDATA should remain unmolested.
       Type: Bug

     Status: Unassigned
   Priority: Major

 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             plugin-faq
   Fix Fors:
             1.1
   Versions:
             1.0-rc1

   Assignee: 
   Reporter: Joakim Erdfelt

    Created: Sun, 9 Nov 2003 9:26 PM
    Updated: Mon, 10 Nov 2003 10:06 AM
Environment: linux (mandrake 9.2) / jdk 1.4.2_02 / maven 1.0-rc1

Description:
When including a reference in your faq.fml file to source as such.

<source>
<![CDATA[
   <sourceDirectory>src/main</sourceDirectory>
]]>
</source>

results in the html output of ...

<div id="source">
  <pre>
  &amp;lt;sourceDirectory&amp;gt;src/main&amp;lt;/sourceDirectory&amp;gt;

  </pre>
</div>

This makes it difficult to include any HTML sensitive character inside of the CDATA.  
Which is common practice outside of the faq-plugin.

The v1.2-SNAPSHOT version in cvs exhibits this behaviour too.


---------------------------------------------------------------------
JIRA INFORMATION:
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]

Reply via email to