You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Ben Walding <be...@walding.com> on 2003/02/03 21:39:52 UTC

Re: JDepend plugin - Current CVS HEAD fails on site:generate

That's odd... I'm not getting that error, although I would be 
responsible for it if it is a problem.

I moved JDepend dependency from maven core out to jdepend. Can you post 
the results (just the end - the big classpath) of  a
maven -X maven-jdepend-plugin:report

I've also justed updated the plugin to use jdepend 2.3, as that was what 
I was using locally (well I was using a patched jdepend 2.3 that fixes 
some other problems as well).


Cheers,

Ben

Colin Sampaleanu wrote:

> Clean and bootstrap is ok, but site:geneate in the current CVS HEAD 
> fails:
>
> D:\src\open\jakarta\jakarta-turbine-maven>maven site:generate
> __  __
> |  \/  |__ Jakarta _ ___
> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> |_|  |_\__,_|\_/\___|_||_|   v. 1.0-beta-8
>
>
> Attempting to download commons-jelly-SNAPSHOT.jar.
> Attempting to download commons-jelly-tags-ant-SNAPSHOT.jar.
> Attempting to download commons-jelly-tags-define-SNAPSHOT.jar.
> Attempting to download commons-jelly-tags-util-SNAPSHOT.jar.
> Attempting to download commons-beanutils-SNAPSHOT.jar.
> Attempting to download commons-util-SNAPSHOT.jar.
> Attempting to download commons-jelly-SNAPSHOT.jar.
> Attempting to download commons-jelly-tags-log-SNAPSHOT.jar.
> Attempting to download commons-httpclient-SNAPSHOT.jar.
> Attempting to download commons-net-SNAPSHOT.jar.
> site:
>    [echo] Generating the maven-jdepend-plugin ...
> Attempting to download commons-jelly-SNAPSHOT.jar.
> Attempting to download commons-jelly-tags-validate-SNAPSHOT.jar.
> Attempting to download commons-jelly-tags-xml-SNAPSHOT.jar.
> Attempting to download commons-jelly-SNAPSHOT.jar.
> Attempting to download commons-jelly-tags-jsl-SNAPSHOT.jar.
> Attempting to download commons-jelly-tags-log-SNAPSHOT.jar.
> Attempting to download commons-jelly-tags-velocity-SNAPSHOT.jar.
> Attempting to download commons-jelly-tags-xml-SNAPSHOT.jar.
> Attempting to download commons-jelly-tags-jsl-SNAPSHOT.jar.
> Attempting to download commons-jelly-tags-xml-SNAPSHOT.jar.
> Attempting to download commons-jelly-tags-antlr-SNAPSHOT.jar.
> maven-jdepend-plugin:report:
> java:prepare-filesystem:
>
> java:compile:
>
>    [java] java.lang.NoClassDefFoundError: jdepend/xmlui/JDepend
>    [java] Exception in thread "main"
>
> BUILD FAILED
> null:27:26: <java> Java returned: 1
> Total time:  10 seconds
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: turbine-maven-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: 
> turbine-maven-dev-help@jakarta.apache.org
>
>



Re: JDepend plugin - Current CVS HEAD fails on site:generate

Posted by Colin Sampaleanu <co...@exis.com>.
I pulled down any changes since, and site:generate now works, so I would 
guess the newer version did the trick...


Ben Walding wrote:

> That's odd... I'm not getting that error, although I would be 
> responsible for it if it is a problem.
>
> I moved JDepend dependency from maven core out to jdepend. Can you 
> post the results (just the end - the big classpath) of  a
> maven -X maven-jdepend-plugin:report
>
> I've also justed updated the plugin to use jdepend 2.3, as that was 
> what I was using locally (well I was using a patched jdepend 2.3 that 
> fixes some other problems as well).
>
>
> Cheers,
>
> Ben
>
> Colin Sampaleanu wrote:
>
>> Clean and bootstrap is ok, but site:geneate in the current CVS HEAD 
>> fails:
>>
>> D:\src\open\jakarta\jakarta-turbine-maven>maven site:generate
>> __  __
>> |  \/  |__ Jakarta _ ___
>> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
>> |_|  |_\__,_|\_/\___|_||_|   v. 1.0-beta-8
>>
>>
>> Attempting to download commons-jelly-SNAPSHOT.jar.
>> Attempting to download commons-jelly-tags-ant-SNAPSHOT.jar.
>> Attempting to download commons-jelly-tags-define-SNAPSHOT.jar.
>> Attempting to download commons-jelly-tags-util-SNAPSHOT.jar.
>> Attempting to download commons-beanutils-SNAPSHOT.jar.
>> Attempting to download commons-util-SNAPSHOT.jar.
>> Attempting to download commons-jelly-SNAPSHOT.jar.
>> Attempting to download commons-jelly-tags-log-SNAPSHOT.jar.
>> Attempting to download commons-httpclient-SNAPSHOT.jar.
>> Attempting to download commons-net-SNAPSHOT.jar.
>> site:
>>    [echo] Generating the maven-jdepend-plugin ...
>> Attempting to download commons-jelly-SNAPSHOT.jar.
>> Attempting to download commons-jelly-tags-validate-SNAPSHOT.jar.
>> Attempting to download commons-jelly-tags-xml-SNAPSHOT.jar.
>> Attempting to download commons-jelly-SNAPSHOT.jar.
>> Attempting to download commons-jelly-tags-jsl-SNAPSHOT.jar.
>> Attempting to download commons-jelly-tags-log-SNAPSHOT.jar.
>> Attempting to download commons-jelly-tags-velocity-SNAPSHOT.jar.
>> Attempting to download commons-jelly-tags-xml-SNAPSHOT.jar.
>> Attempting to download commons-jelly-tags-jsl-SNAPSHOT.jar.
>> Attempting to download commons-jelly-tags-xml-SNAPSHOT.jar.
>> Attempting to download commons-jelly-tags-antlr-SNAPSHOT.jar.
>> maven-jdepend-plugin:report:
>> java:prepare-filesystem:
>>
>> java:compile:
>>
>>    [java] java.lang.NoClassDefFoundError: jdepend/xmlui/JDepend
>>    [java] Exception in thread "main"
>>
>> BUILD FAILED
>> null:27:26: <java> Java returned: 1
>> Total time:  10 seconds
>