I'm having really weird problem using ANT1.5. I didn't have this with ANT 1.4 and if I
switch to ANT1.4 I still don't have a problem. Below is an exception that I get any
time I run my build.. It doesn't make any sense to me why this is happening.
BUILD FAILED
java.lang.VerifyError: (class: com/kmv/qa/xml/XMLUtil, method: createDocument
signature: (Lorg/xml/sax/InputSource;)Lorg/w3c/dom/Document;) Incompatible object
argument for function call
at com.kmv.qa.build.RunnerReader.execute(RunnerReader.java:33)
at org.apache.tools.ant.Task.perform(Task.java:317)
at org.apache.tools.ant.Target.execute(Target.java:309)
at org.apache.tools.ant.Target.performTasks(Target.java:334)