Hello
I am getting the following exception:
org.jdom.input.JDOMParseException: Error on line 1: Content is not allowed in prolog.
I guess this comes from parsing the xml file?
I added <?xml version="1.0"?> at the front of build.xml, but this did not help a bit.
There are also no spaces or other obstacles before the <project name="...>.
As i do not know much ab out java, does somebody else have a clue, what this could be caused by?
Thank you very much in advance for your help!
Sincerely,
Florian
My bad ... always generate the svn logfile correctly
svn log --xml -v > my_svn.log
did the trick ...
Log in to post a comment.
Hello
I am getting the following exception:
org.jdom.input.JDOMParseException: Error on line 1: Content is not allowed in prolog.
I guess this comes from parsing the xml file?
I added <?xml version="1.0"?> at the front of build.xml, but this did not help a bit.
There are also no spaces or other obstacles before the <project name="...>.
As i do not know much ab out java, does somebody else have a clue, what this could be caused by?
Thank you very much in advance for your help!
Sincerely,
Florian
My bad ... always generate the svn logfile correctly
svn log --xml -v > my_svn.log
did the trick ...