The following comment has been added to this issue:

     Author: Vincent Massol
    Created: Thu, 22 Jul 2004 7:47 AM
       Body:
Brett, here is the code in the announcement plugin that produces the printed text:

    <x:set var="body" select="string(.)"/>
[...]        
        
    <j:set var="text" trim="true">
      ${body}
[...]
    </j:set>
        
    <j:forEach var="line" items="${formatter.format(text,75)}">
[...]
    <j:whitespace trim="false">
o ${line}</j:whitespace>
[...]

Do you have any idea on how to fix the ampersand issue?

You mentioned in an email something about the xdoc plugin having something similar. 
Can you expand?

Thanks
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPANNOUNCEMENT-10?page=comments#action_22088

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPANNOUNCEMENT-10

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPANNOUNCEMENT-10
    Summary: xml entities transformed in wrong direction
       Type: Bug

     Status: Unassigned
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-announcement-plugin
   Versions:
             1.3

   Assignee: 
   Reporter: Brett Porter

    Created: Sat, 10 Jul 2004 10:27 PM
    Updated: Thu, 22 Jul 2004 7:47 AM

Description:
If changes.xml contains &amp; for example, in the announcement it should be & but is 
&amp;amp;

IE, the entity should be evaluated, not escaped.


---------------------------------------------------------------------
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