Jon,
Did you solve this?
Think I've cracked it - you just need to run an extra goal to force the
missing directories to be created.
So, if you do :
maven clean site
jdepend will fall over. But if you do something like:
maven clean dist:prepare-bin-filesystem site
it should work.
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]