ANT javac2 error - "Content is not allowed in prolog" Follow
Trying to build my plugin using ant. The *.form files have to be compiled using javac2 (com.intellij.ant.Javac2).
The task is throwing JDOMParserException. What could be the reason?
...\build.xml:72: Cannot process form file ...\src\com\intellij\dbnavigator\connection\ui\ConnectionManagerSettingsEditor.form. Reason: org.jdom.input.JDOMParseException: Error on line 1 of document file:///.../build/UTF-8: Content is not allowed in prolog.
Please sign in to leave a comment.
Didn't really find the reason, but redoing that particular form seemed to work.