Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.0
-
Component/s: changes.xml
-
Labels:None
-
Number of attachments :
Description
The changelog plugin reads the contents of the changes.xml file and scatters \n characters into it. The attached patch fixes this and also improves performance by using a string buffer.
Activity
Henning Schmiedehausen
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Attachment | changes7.patch [ 25450 ] |
Stéphane Nicoll
made changes -
| Assignee | Stephane Nicoll [ sni ] |
Dennis Lundberg
made changes -
| Component/s | changes-report [ 12877 ] |
Stéphane Nicoll
made changes -
| Assignee | Stephane Nicoll [ sni ] | Dennis Lundberg [ dennislundberg ] |
Benjamin Bentmann
made changes -
| Attachment | changes.xml [ 31642 ] | |
| Attachment | sax-parsing.patch [ 31643 ] |
Dennis Lundberg
made changes -
| Attachment | MCHANGES-66.zip [ 31828 ] |
Benjamin Bentmann
made changes -
| Attachment | changes-report.html [ 31853 ] |
Dennis Lundberg
made changes -
| Fix Version/s | 2.0-beta-4 [ 13722 ] | |
| Status | Open [ 1 ] | Closed [ 6 ] |
| Resolution | Fixed [ 1 ] |
That patch is even a bit better, because it also passes XML tags that are part of the various fields through to the output. The old Maven-1 plugin allowed e.g. to have links or <code> fields inside the action texts. This patch now also restores this behaviour.