Jon, I'm having the same problem when I maven a project on windoze, but not on unix. Same error: compiles to foo/target/clover/classes then tries to look in foo/target/classes. Which OS are you using? John
----- Original Message ----- From: "Jon Strayer" <[EMAIL PROTECTED]> To: "'Maven Users List'" <[EMAIL PROTECTED]> Sent: Tuesday, November 25, 2003 12:52 AM Subject: target/classes not being created. > When I type the command: > > maven clean site:deploy > > I get the following error: > [echo] Generating the PMD Report... > pmd:report: > [echo] Running the PMD task with > /home/wfausers/wfaoper/.maven/plugins/maven-pmd-plugin-1.2/plugin-resources/ rulesets/basic.xml,/home/wfausers/wfaoper/.maven/plugins/maven-pmd-plugin-1. 2/plugin-resources/rulesets/unusedcode.xml,/home/wfausers/wfaoper/.maven/plu gins/maven-pmd-plugin-1.2/plugin-resources/rulesets/imports.xml > ... > [echo] Converting the PMD report to xdoc ... > > [echo] Generating the Metrics... > maven-jdepend-plugin:report: > java:prepare-filesystem: > > java:compile: > [echo] Setting Clover compiler > [echo] Now using primary build.compiler : > org.apache.tools.ant.taskdefs.CloverCompilerAdapter > [echo] Compiling to /appl/wfa/WBNT/target/clover/classes > > [java] > [java] Directory does not exist: > /appl/wfa/WBNT/target/classes > [java] > [java] usage: > [java] > [java] JDepend [-file <output file>] <directory> > [directory2 [directory 3] ...] > > > Does anyone have any ideas why the tartget/classes > directory isn't being created? > > -- > > > > I like cats, too. Let's exchange recipes. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
