Hi,=20
I'm puzzled, your Coding convention example
http://innig.net/macker/example/conventions/src/macker.xml fails on my
small projet.=20
I have an interface that happens to import the JPA
javax.persistence.EntityExistsException. The exception class actually is
provided in the classpath. The project does compile.
But when I add macker check to maven compilation phase, i have an
IncompleteClassInfoException, hinting the EntityExistsException file
could not be found in the classpath.
As i run it, i echo the classpath used, i can see the corresponding
persistence-api-1.0.jar is there...
I there any issue regarding exception classes or is it a standard
classpath problem?
Best regards.
|