Junit log4j xml paser error [priv]

2004-06-09 Thread Bargon, Stuart
Hi, When I run the maven test:test goal I get the following warning from log4j log4j:ERROR Parsing error on line 1 and column 1 log4j:ERROR Premature end of file. log4j:ERROR Could not parse input source [EMAIL PROTECTED] org.xml.sax.SAXParseException: Premature end of file. at

Re: Junit log4j xml paser error [priv]

2004-06-09 Thread Brett Porter
If you are forking junit then it is a problem in your log4j initialisation code. I suggest putting a System.out in somewhere before any loggers are initialised to see if the log4j configuration property is set to a dud file, because it seems to be finding a default file, thinking it is XML, but