Hi all,

I downloaded the latest release sources (5.3.2) yesterday, and today I tried to run IDEAJRendererTest.

IntelliJ (my IDE) thus tried to compile the necessary classes, but failed compiling net.sourceforge.pmd.cpd.CPD as its import, TokenMgrError, is missing from the distributed source files.

The error messages I got are:

Error:(19, 36) java: cannot find symbol
symbol: class TokenMgrError
location: package net.sourceforge.pmd.lang.ast

Error:(153, 18) java: cannot find symbol
symbol: class TokenMgrError
location: class net.sourceforge.pmd.cpd.CPD

Help, please? :)

Brgrds,

Christian