|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
[jira] Created: (PLXUTILS-68) Improve pretty printing done by MXSerializerImprove pretty printing done by MXSerializer
-------------------------------------------- Key: PLXUTILS-68 URL: http://jira.codehaus.org/browse/PLXUTILS-68 Project: Plexus Utils Issue Type: Improvement Affects Versions: 1.5.1 Reporter: Benjamin Bentmann Priority: Trivial Attachments: pretty-xml.patch The {{MXSerializer}} commonly used by the Modello generated writers produces something like {code:xml} <?xml version="1.0" encoding="UTF-8"?><metadata> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jxr-plugin</artifactId> <version>2.1</version> <versioning> <latest>2.1</latest> <release>2.1</release> <versions> <version>2.0</version> <version>2.1</version> </versions> <lastUpdated>20070407095323</lastUpdated> </versioning> </metadata>{code} It would be cool if there were newlines after the XML declaration and at the end of file. -- 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 - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
[jira] Closed: (PLXUTILS-68) Improve pretty printing done by MXSerializer[ http://jira.codehaus.org/browse/PLXUTILS-68?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Bentmann closed PLXUTILS-68. ------------------------------------- Assignee: Benjamin Bentmann Resolution: Fixed Fix Version/s: 1.5.2 Fixed in [r7279|http://fisheye.codehaus.org/changelog/plexus/?cs=7279]. > Improve pretty printing done by MXSerializer > -------------------------------------------- > > Key: PLXUTILS-68 > URL: http://jira.codehaus.org/browse/PLXUTILS-68 > Project: Plexus Utils > Issue Type: Improvement > Affects Versions: 1.5.1 > Reporter: Benjamin Bentmann > Assignee: Benjamin Bentmann > Priority: Trivial > Fix For: 1.5.2 > > Attachments: pretty-xml.patch > > > The {{MXSerializer}} commonly used by the Modello generated writers produces something like > {code:xml} > <?xml version="1.0" encoding="UTF-8"?><metadata> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-jxr-plugin</artifactId> > <version>2.1</version> > <versioning> > <latest>2.1</latest> > <release>2.1</release> > <versions> > <version>2.0</version> > <version>2.1</version> > </versions> > <lastUpdated>20070407095323</lastUpdated> > </versioning> > </metadata>{code} > It would be cool if there were newlines after the XML declaration and at the end of file. -- 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 - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
| Free embeddable forum powered by Nabble | Forum Help |