> When I opened these files with edit ( in command prompt yeahh) I could see a > 'bad' byte at the beginning.
Those "bad" bytes are the "byte order mark" or BOM for short. If the file is UTF-8 encoded, those bytes (EF BB BF) are optional and may be there depending on the editor you use. It seems to be a bug in jdom which throws an exception. Although one may argument if that's a bug or not. Whatever, I removed the bytes and maven worked. [1] http://www.jdom.org/pipermail/jdom-interest/2003-July/012455.html [2] http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4508058 Best regards, Danilo --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
