Ed- Did you check the obvious stuff i.e. -Package com.avinamart.applicationServices; //at top of file -That your directory structure mirrors Package name i.e. if your base directory is C:\Base SET CLASSPATH=C:\Base\classes;%CLASSPATH% export CLASSPATH then the file C:\Base\classes\com\avinamart\applicationServices\ServiceManager.class exists -shortening the directory structure in Windows FAT/32 implementations to C:\Base\classes\com\AVINAM~1\APPLIC~1??
I had PMD running fine at the last job I had and this is what I did to overcome these situations Keep us apprised, -Martin ----- Original Message ----- From: "Ciramella, Edward" <[EMAIL PROTECTED]> To: "'Ant Users List'" <[EMAIL PROTECTED]> Sent: Monday, February 03, 2003 4:33 PM Subject: PMD > Is anyone using PMD? > > I keep getting an error that says something like this: > file:C:/IMPORT-TESTING/build.xml:22: > net.sourceforge.pmd.PMDException: > Error while parsing COM\avinamart\ApplicationServices\ServiceManager.java > > But with verbose on (for both ant and PMD), it doesn't give me what the > actual error is. > The file compiles, and if I remove all the import statements, it still gives > this error. > > Is there a better tool than PMD? > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
