[Clirr-devel] Maven plugin checked in - Status
Status: Alpha
Brought to you by:
lkuehne
From: Vincent M. <vm...@pi...> - 2004-07-15 13:48:07
|
Hi, I've checked in the first version of the Maven plugin. I haven't been able to make it work as I'm getting a classcastexception when running it on the Cactus framework project: java.lang.ClassCastException at net.sf.clirr.core.internal.JavaClassNameComparator.compare(JavaClassNameComp arator.java:52) at net.sf.clirr.core.internal.CoIterator.next(CoIterator.java:147) at net.sf.clirr.core.internal.checks.InterfaceSetCheck.check(InterfaceSetCheck. java:70) at net.sf.clirr.core.Checker.runClassChecks(Checker.java:334) at net.sf.clirr.core.Checker.reportDiffs(Checker.java:297) at net.sf.clirr.core.Checker.reportDiffs(Checker.java:168) at net.sf.clirr.ant.AntTask.execute(AntTask.java:259) at org.apache.tools.ant.Task.perform(Task.java:341) at org.apache.commons.jelly.tags.ant.AntTag.doTag(AntTag.java:232) Any idea? (I haven't had the time to look at the Clirr source code) Thanks -Vincent |