chriseldredge / vulcan

Continuous Integration server
GNU General Public License v2.0
0 stars 1 forks source link

JDOM error when commit log contains null author #101

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
org.jdom.IllegalDataException: The data "null" is not legal for a JDOM
attribute: A null is not a legal XML value.

at org.jdom.Attribute.setValue(Attribute.java:486)
at org.jdom.Attribute.<init>(Attribute.java:229)
at org.jdom.Attribute.<init>(Attribute.java:252)
at org.jdom.Element.setAttribute(Element.java:1109)
at AbstractProjectDomBuilder.addChangeLog(AbstractProjectDomBuilder.java:306)

Original issue reported on code.google.com by chris.eldredge@gmail.com on 10 Jul 2007 at 2:58

GoogleCodeExporter commented 9 years ago
Committed fix in r422 and passed in build 221.

Original comment by chris.eldredge@gmail.com on 21 Jul 2007 at 5:52