Issue Details (XML | Word | Printable)

Key: MPSCM-12
Type: Bug Bug
Status: Closed Closed
Resolution: Won't Fix
Priority: Trivial Trivial
Assignee: Lukas Theussl
Reporter: Carlos Sanchez
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Maven 1.x SCM Plugin

scm:prepare-release removes spaces after </code> in changes.xml

Created: 20/Jun/04 04:22 PM   Updated: 08/Sep/06 12:50 AM
Component/s: None
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

Environment:
maven 1.0 rc3
maven-scm-plugin-1.4
Issue Links:
Supercedes
 


 Description  « Hide
You can see here changes.xml before and after calling scm:prepare-release

http://cvs.apache.org/viewcvs.cgi/maven-plugins/aspectj/xdocs/changes.xml?r1=1.17&r2=1.18&diff_format=h

This causes html files without spaces after </code> and the announcement message also misses spaces.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Lukas Theussl added a comment - 07/Dec/05 05:52 PM
This is a dom4j issue, very annoying. It happens in o.a.m.changes.ReleaseVersion.java (changes plugin) which is called by the scm plugin via the changes:release-version tag. I don't think we can fix that except by re-writing the class and not using dom4j.

Lukas Theussl added a comment - 07/Sep/06 05:12 AM

Carlos Sanchez added a comment - 07/Sep/06 10:43 AM
shouldn't it be closed as duplicate?

Lukas Theussl added a comment - 08/Sep/06 12:50 AM
I was hesitating actually. But it's marked as superceded (not duplicated) by MPCHANGES-31 as it's not an issue in the scm plugin. Does it matter?