[ANNOUNCE] Release Mojo's JDepend Maven Plugin version 2.0

2014-04-22 Thread Karl Heinz Marbaise
Hi, The Mojo team is pleased to announce the release of the JDepend Maven Plugin version 2.0. This plugin produces a nicely formatted metrics report based on your project. http://mojo.codehaus.org/jdepend-maven-plugin/ To get this update, simply specify the version in your project's plugin

Re: JDepend Reporting Plugin in a Multi-Module Project

2008-12-15 Thread dvicente
Hi, the problem with JDepend plugin is : All design quality metrics are computed into a single project, not with other modules which could use this first project. So the Afferent and Efferent Couplings metrics are distorted with this problem. The dashboard plugin cannot resolve this lack

RE: JDepend Reporting Plugin in a Multi-Module Project

2008-12-15 Thread Harper, Brad
But this issue isn't a problem with the dashboard plugin, or even a question as to whether the JDepend reports can be rolled up meaningfully. I was describing the expected final use case. Maybe summarizing data doesn't make sense for JDepend. Hopefully the dashboard plugin will [some day?] be able

JDepend Reporting Plugin in a Multi-Module Project

2008-12-12 Thread Harper, Brad
Does anyone have experience running the JDepend reporting plugin in a multi-module project? We've been able to successfully run the subject plugin [via site:site] in individual projects with packaging types of jar and war, but when performing mvn jdepend:generate in the top-level project

Re: JDepend on many projects

2008-09-09 Thread areis
Hi, I am interested in the same solution. Somebody can help? Regards, areis Wim Deblauwe wrote: Hi, I currently run JDepend on every subproject by itself, however those subprojects sometimes have dependencies on each other. Is there a way to have a JDepend report on all subprojects

JDepend for pom-project

2008-08-25 Thread WolfgangRoessler
Hello, I have a multi-module project. The top project has the packaging type pom and I have configured jdepend-maven-plugin in the reporting section, so that jdepend gets executed for all modules. But the build stops when executing jdepend for the top project with the following message

[ANN] jdepend-maven-plugin 2.0-beta-2 released

2008-07-18 Thread david vicente
The Mojo team is pleased to announce the release of JDepend Maven Plugin, version 2.0-beta-2. http://mojo.codehaus.org/taglist-maven-plugin/ http://mojo.codehaus.org/jdepend-maven-plugin/ Release Notes - MOJO - JDepend - Version 2.0-beta-2 ** Bug * [MOJO-613http://jira.codehaus.org/browse

Re: [mojo-dev] [ANN] jdepend-maven-plugin 2.0-beta-2 released

2008-07-18 Thread Kalle Korhonen
Superb job David, congrats and thanks! Kalle PS. To reply to one of the remarks in JIRA, codehaus release repo is automatically synched with repo1.maven.org. On Fri, Jul 18, 2008 at 5:02 AM, david vicente [EMAIL PROTECTED] wrote: The Mojo team is pleased to announce the release of JDepend

maven-jdepend-plugin for M2 ?

2006-09-15 Thread Sharma, Jaikumar
Dear. Where can I find working maven-jdepend-plugin for M2, I found one under the following URL : http://www.ibiblio.org/maven2/maven/maven-jdepend-plugin/ but version 1.4 1.5 - throwing NPE during execution of this plugin from reporting section in pom.xml. Can somebody please

Re: maven-jdepend-plugin for M2 ?

2006-09-15 Thread Alexandre Poitras
http://mojo.codehaus.org/jdepend-maven-plugin/usage.html On 9/15/06, Sharma, Jaikumar [EMAIL PROTECTED] wrote: Dear. Where can I find working maven-jdepend-plugin for M2, I found one under the following URL : http://www.ibiblio.org/maven2/maven/maven-jdepend-plugin/ but version 1.4

jdepend plugin

2006-07-25 Thread Jeff Mutonho
information, run Maven with the -e switch http://mojo.codehaus.org/jdepend-maven-plugin/usage.html says groupId should be org.codehaus.mojo. Jeff Mutonho GoogleTalk : ejbengine Skype: ejbengine Registered Linux user number 366042

Re: jdepend plugin

2006-07-25 Thread Denis Cabasson
the codehaus snapshot repository, as described here: http://mojo.codehaus.org/using-sandbox-plugins.html Cheers! Denis. -- View this message in context: http://www.nabble.com/jdepend-plugin-tf1998392.html#a5486669 Sent from the Maven - Users forum at Nabble.com

Re: JDepend

2006-06-28 Thread Michael . Wiles
it. I have looked but have not found anything which I can use. Edwin Punzalan [EMAIL PROTECTED] 2006/06/27 04:43 PM Please respond to Maven Users List users@maven.apache.org To Maven Users List users@maven.apache.org cc Subject Re: JDepend Have you tried putting http

RE: JDepend

2006-06-28 Thread Andrew-A . Davies
Try this for setting up repositories http://docs.codehaus.org/display/MAVENUSER/Creating+the+repositories -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 28 June 2006 12:02 To: Maven Users List Subject: Re: JDepend Thanks, but I'm clueless when it comes

Re: JDepend

2006-06-28 Thread Janhavi Phirke
which I can use. Edwin Punzalan [EMAIL PROTECTED] 2006/06/27 04:43 PM Please respond to Maven Users List users@maven.apache.org To Maven Users List users@maven.apache.org cc Subject Re: JDepend Have you tried putting http://snapshots.maven.codehaus.org/maven2 in your snapshot

Re: JDepend

2006-06-27 Thread Edwin Punzalan
Have you tried putting http://snapshots.maven.codehaus.org/maven2 in your snapshot repository ? Its there at exactly: http://snapshots.maven.codehaus.org/maven2/org/codehaus/mojo/jdepend-maven-plugin/ [EMAIL PROTECTED] wrote: I'm using maven 2.0 and I'm trying to use the JDepend

Re: JDepend

2006-06-27 Thread Allan Ramirez
there at exactly: http://snapshots.maven.codehaus.org/maven2/org/codehaus/mojo/jdepend-maven-plugin/ [EMAIL PROTECTED] wrote: I'm using maven 2.0 and I'm trying to use the JDepend plugin. I cannot download the plugin. I set it up in my pom.xml like the documentation says, but have no luck. It looks

Re: JDepend

2006-06-27 Thread Janhavi Phirke
yes...point your repository to the url suggested by Edwin like follow and add jdepend plugin in reporting section: pluginRepositories pluginRepository idMaven Snapshots/id urlhttp://snapshots.maven.codehaus.org/maven2/url /pluginRepository

Re: JDepend

2006-06-27 Thread Janhavi Phirke
repository to the url suggested by Edwin like follow and add jdepend plugin in reporting section: pluginRepositories pluginRepository idMaven Snapshots/id urlhttp://snapshots.maven.codehaus.org/maven2 /url /pluginRepository pluginRepository

mojo jdepend plugin

2006-05-16 Thread Mark Diggory
I think I'm encountering another issues with codehaus being down. I'm trying to install the jdepend plugin, any tips on how to handle this with codehaus down? many thanks, Mark plugin groupIdorg.codehaus.mojo/groupId

[m2] jdepend plugin?

2006-05-12 Thread Bruno Aranda
Hi! I recall that there was a jdepend plugin in the past somewhere, but I cannot find it. Any ideas? Regards, Bruno - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [m2] jdepend plugin?

2006-05-12 Thread Wayne Fay
Please refer to the following email for details. From: Christian Cabanero [EMAIL PROTECTED] To: Maven Users List users@maven.apache.org Date: Feb 21, 2006 2:12 AM Subject: jdepend-maven-plugin Wayne On 5/12/06, Bruno Aranda [EMAIL PROTECTED] wrote: Hi! I recall that there was a jdepend

Re: PMD, CPD, cobertura, jdepend, etc. etc. on my project site

2006-04-12 Thread justin_fung
respond to Maven Users List To: Maven Users List users@maven.apache.org cc: Subject:Re: PMD, CPD, cobertura, jdepend, etc. etc. on my project site Our Ref: Your Ref: Here's my repos and plugin repos: repositories repository

Re: PMD, CPD, cobertura, jdepend, etc. etc. on my project site

2006-04-12 Thread Wayne Fay
-6605 f: (604) 643-6727 Wayne Fay [EMAIL PROTECTED] 04/11/2006 03:06 PM Please respond to Maven Users List To: Maven Users List users@maven.apache.org cc: Subject:Re: PMD, CPD, cobertura, jdepend, etc. etc. on my project site Our Ref

Re: PMD, CPD, cobertura, jdepend, etc. etc. on my project site

2006-04-12 Thread Stephen Duncan
To: Maven Users List Subject: PMD, CPD, cobertura, jdepend, etc. etc. on my project site I'd love to automatically have all this stuff show up on my project site. Currently I do the following: mvn site:site mvn pmd:pmd -Dformat=html mvn pmd:cpd -Dformat=html mvn cobertura:cobertura

PMD, CPD, cobertura, jdepend, etc. etc. on my project site

2006-04-11 Thread justin_fung
I'd love to automatically have all this stuff show up on my project site. Currently I do the following: mvn site:site mvn pmd:pmd -Dformat=html mvn pmd:cpd -Dformat=html mvn cobertura:cobertura -Dformat=html mvn jdepend:generate mvn site:deploy I know I'm nitpicking, but is there some way to

Re: PMD, CPD, cobertura, jdepend, etc. etc. on my project site

2006-04-11 Thread Wayne Fay
Simply add all the plugins to your reporting section of your pom ie: reporting plugins plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-project-info-reports-plugin/artifactId /plugin plugin groupIdorg.apache.maven.plugins/groupId

RE: PMD, CPD, cobertura, jdepend, etc. etc. on my project site

2006-04-11 Thread Mike Perham
PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 11, 2006 4:38 PM To: Maven Users List Subject: PMD, CPD, cobertura, jdepend, etc. etc. on my project site I'd love to automatically have all this stuff show up on my project site. Currently I do the following: mvn site:site mvn pmd:pmd -Dformat

Re: PMD, CPD, cobertura, jdepend, etc. etc. on my project site

2006-04-11 Thread justin_fung
, CPD, cobertura, jdepend, etc. etc. on my project site Our Ref: Your Ref: Simply add all the plugins to your reporting section of your pom ie: reporting plugins plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-project-info-reports

Re: PMD, CPD, cobertura, jdepend, etc. etc. on my project site

2006-04-11 Thread Wayne Fay
Canada http://www.hsbc.ca p: (604) 643-6605 f: (604) 643-6727 Wayne Fay [EMAIL PROTECTED] 04/11/2006 02:46 PM Please respond to Maven Users List To: Maven Users List users@maven.apache.org cc: Subject:Re: PMD, CPD, cobertura, jdepend, etc. etc

[ANN] Maven JDepend Plugin 1.6.1 for Maven 1.x released

2006-03-26 Thread ltheussl
We are pleased to announce the Maven JDepend Plugin 1.6.1 release! http://maven.apache.org/maven-1.x/plugins/jdepend/ JDepend traverses Java class file directories and generates design quality metrics for each Java package. JDepend allows you to automatically measure the quality of a design

jdepend-maven-plugin

2006-02-20 Thread Christian Cabanero
Hi, I'm having trouble using the Jdepend-maven-plugin. I've put this in my reports section of my POM (which I copied from the jdepend-maven-plugin site: plugin groupIdorg.codehaus.mojo/groupId artifactIdjdepend-maven-plugin/artifactId

Re: jdepend-maven-plugin

2006-02-20 Thread Allan Ramirez
Hi there, jdepend-maven-plugin is not released yet, so you have to build it from source before you can use it or follow this link http://maven.apache.org/guides/development/guide-testing-development-plugins.html Hope this helps. -allan Christian Cabanero wrote: Hi, I'm having trouble

JDepend Exception

2006-02-14 Thread Guilherme Silveira
(DefaultPluginManager.java:415) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:531) ... 8 more Caused by: org.apache.maven.reporting.MavenReportException: Failed to execute JDepend at org.codehaus.mojo.jdepend.JDependMojo.executeReport

Re: Jdepend maven 2 plugin

2006-02-10 Thread Brian Burridge
/snapshots releases enabledfalse/enabled /releases /pluginRepository /pluginRepositories That should download the Jdepend plugin for you from snapshots repo. cheers, Javed On 2/10/06, Allan Ramirez [EMAIL PROTECTED

Re: Jdepend maven 2 plugin

2006-02-09 Thread Carlos Sanchez
. brian On 2/9/06, Carlos Sanchez [EMAIL PROTECTED] wrote: What do you mean with the plugin not connect to repository.? On 2/9/06, Silva, Vandermi Joao Da [EMAIL PROTECTED] wrote: I would like to know, how can I configure in the my POM.xml the jdepend plugin report, because I try

Re: Jdepend maven 2 plugin

2006-02-09 Thread Brian Burridge
by: org.apache.maven.artifact.resolver.ArtifactNotFoundException: Unable to download the artifact from any repository org.codehaus.mojo:maven-jdepend-plugin:pom:1.0-SNAPSHOT from the specified remote repositories: central (http://repo1.maven.org/maven2

Re: Jdepend maven 2 plugin

2006-02-09 Thread Carlos Sanchez
' org.apache.maven.plugins:maven-findbugs-plugin' not found in repository: Unable to download the artifact from any repository AND Caused by: org.apache.maven.artifact.resolver.ArtifactNotFoundException: Unable to download the artifact from any repository org.codehaus.mojo:maven-jdepend-plugin:pom:1.0-SNAPSHOT from

Re: Jdepend maven 2 plugin

2006-02-09 Thread Brian Burridge
I get the same errors: [INFO] Failed to resolve artifact. GroupId: org.codehaus.mojo ArtifactId: jdepend-maven-plugin Version: 2.0-beta-1-SNAPSHOT Reason: Unable to download the artifact from any repository org.codehaus.mojo:jdepend-maven-plugin:pom:2.0-beta-1-SNAPSHOT from the specified

Re: Jdepend maven 2 plugin

2006-02-09 Thread Carlos Sanchez
Have you changed your repositories? it should look into the snapshot repo On 2/9/06, Brian Burridge [EMAIL PROTECTED] wrote: I get the same errors: [INFO] Failed to resolve artifact. GroupId: org.codehaus.mojo ArtifactId: jdepend-maven-plugin Version: 2.0-beta-1-SNAPSHOT Reason: Unable

Re: Jdepend maven 2 plugin

2006-02-09 Thread Brian Burridge
: org.codehaus.mojo ArtifactId: jdepend-maven-plugin Version: 2.0-beta-1-SNAPSHOT Reason: Unable to download the artifact from any repository org.codehaus.mojo:jdepend-maven-plugin:pom:2.0-beta-1-SNAPSHOT from the specified remote repositories: central (http://repo1

Re: Jdepend maven 2 plugin

2006-02-09 Thread Brian Burridge
PROTECTED] wrote: I get the same errors: [INFO] Failed to resolve artifact. GroupId: org.codehaus.mojo ArtifactId: jdepend-maven-plugin Version: 2.0-beta-1-SNAPSHOT Reason: Unable to download the artifact from any repository org.codehaus.mojo:jdepend-maven-plugin:pom:2.0-beta-1

Re: Jdepend maven 2 plugin

2006-02-09 Thread Carlos Sanchez
? it should look into the snapshot repo On 2/9/06, Brian Burridge [EMAIL PROTECTED] wrote: I get the same errors: [INFO] Failed to resolve artifact. GroupId: org.codehaus.mojo ArtifactId: jdepend-maven-plugin Version: 2.0-beta-1-SNAPSHOT Reason: Unable

Re: Jdepend maven 2 plugin

2006-02-09 Thread Brian Burridge
errors: [INFO] Failed to resolve artifact. GroupId: org.codehaus.mojo ArtifactId: jdepend-maven-plugin Version: 2.0-beta-1-SNAPSHOT Reason: Unable to download the artifact from any repository org.codehaus.mojo:jdepend-maven-plugin:pom:2.0-beta-1

Re: Jdepend maven 2 plugin

2006-02-09 Thread Brian Burridge
ArtifactId: jdepend-maven-plugin Version: 2.0-beta-1-SNAPSHOT Reason: Unable to download the artifact from any repository org.codehaus.mojo:jdepend-maven-plugin:pom:2.0-beta-1-SNAPSHOT from the specified remote repositories: central (http://repo1

Re: Jdepend maven 2 plugin

2006-02-09 Thread Brian Burridge
artifact. GroupId: org.codehaus.mojo ArtifactId: jdepend-maven-plugin Version: 2.0-beta-1-SNAPSHOT Reason: Unable to download the artifact from any repository org.codehaus.mojo:jdepend-maven-plugin:pom:2.0-beta-1-SNAPSHOT from the specified remote

Re: Jdepend maven 2 plugin

2006-02-09 Thread Allan Ramirez
? it should look into the snapshot repo On 2/9/06, Brian Burridge [EMAIL PROTECTED] wrote: I get the same errors: [INFO] Failed to resolve artifact. GroupId: org.codehaus.mojo ArtifactId: jdepend-maven-plugin Version: 2.0-beta-1-SNAPSHOT Reason: Unable to download the artifact from any

Re: Jdepend maven 2 plugin

2006-02-09 Thread javed mandary
enabledtrue/enabled /snapshots releases enabledfalse/enabled /releases /pluginRepository /pluginRepositories That should download the Jdepend plugin for you from snapshots repo. cheers, Javed On 2/10/06, Allan Ramirez

Re: Jdepend maven 2 plugin

2006-02-09 Thread Carlos Sanchez
/pluginRepositories That should download the Jdepend plugin for you from snapshots repo. cheers, Javed On 2/10/06, Allan Ramirez [EMAIL PROTECTED] wrote: Hi Brian, Please refer to this guide http://maven.apache.org/guides/development/guide-testing-development-plugins.html

[ANN] Maven JDepend Plugin 1.6 for Maven 1.x released

2006-02-06 Thread ltheussl
We are pleased to announce the Maven JDepend Plugin 1.6 release! http://maven.apache.org/maven-1.x/reference/plugins/jdepend/ JDepend traverses Java class file directories and generates design quality metrics for each Java package. JDepend allows you to automatically measure the quality

Re: Fwd: Re: [m2] jdepend plugin works, but how to convert in a html view?

2006-01-24 Thread Fredy
PROTECTED] schrieb am 24.01.06 07:32:41: --- tony nys [EMAIL PROTECTED] wrote: Date: Mon, 23 Jan 2006 04:36:33 -0800 (PST) From: tony nys [EMAIL PROTECTED] Subject: Re: [m2] jdepend plugin works, but how to convert in a html view? To: Maven Users List users@maven.apache.org Hi fredy, I am also

Re: [m2] jdepend plugin works, but how to convert in a html view?

2006-01-23 Thread tony nys
Hi fredy, I am also trying to run jdpend in maven 2 but I allways have the error that it cannot find the plugin, could you mail your pom.xml ? thanks Tony --- Fredy [EMAIL PROTECTED] wrote: Hi all, the plugIn generates the jdepend-report.xml, but is there a posibillity to convert

[m2] jdepend plugin works, but how to convert in a html view?

2006-01-22 Thread Fredy
Hi all, the plugIn generates the jdepend-report.xml, but is there a posibillity to convert it to html with maven2 ? Fredy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [m2] jdepend plugin works, but how to convert in a html view?

2006-01-22 Thread Allan Ramirez
Hi Fredy, Yes, If you have the jdepend plugin declared in the reporting section then execute mvn site:site. It should generate the report in html format. Cheers, -allan Fredy wrote: Hi all, the plugIn generates the jdepend-report.xml, but is there a posibillity to convert it to html

jdepend plugin does not work on maven 2.0.2

2006-01-20 Thread tony nys
Hi I try to generate a sample jdepend report on a new default project generated by the archetype:create I have added the report configuration as document on codehaus website, but when I run site:site or jdepend:generate, it cannot find the plugin. When I Look manually on the repository http

Re: jdepend plugin does not work on maven 2.0.2

2006-01-20 Thread Maria Odea Ching
Hi Tony, The jdepend plugin is not yet in the central repo. It hasn't been released yet but you can download the source at https://svn.codehaus.org/mojo/trunk/mojo/jdepend-maven-plugin/, build it yourself and install it in your local repo. Thanks, Odea tony nys wrote: Hi I try

jdepend plugin in m2

2006-01-18 Thread tony nys
Has anyone successfully used the jdepend plugin in m2 ? When I run the goal, it cannot find the plugin (other plugins do work; get downloaded) Tony [DEBUG] Building Maven user-level plugin registry from: 'D:\My Documents\.m2\plugin-registry.xml' [DEBUG] Building Maven global-level plugin

Re: jdepend plugin in m2

2006-01-18 Thread Allan Ramirez
Hi Tony, Jdepend plugin is hosted at mojo codehaus. By the messages you posted it seems that you declared the groupId to org.apache.maven.plugins and the artifactId to maven-jdepend-plugin. Change your groupId to org.codehaus.mojo and your artifactId to jdepend-maven-plugin. It should work

Re: jdepend plugin in m2

2006-01-18 Thread tony nys
Hi Allen, I have no declaration of jdepend in my pom.xml, I just want to run jdepend against the current source folder (src/main/java) Tony --- Allan Ramirez [EMAIL PROTECTED] wrote: Hi Tony, Jdepend plugin is hosted at mojo codehaus. By the messages you posted it seems that you

Re: jdepend plugin in m2

2006-01-18 Thread Allan Ramirez
Hi Tony, In that case I think you haven't installed the jdepend-maven-plugin yet. To confirm, check your local repository if you have the plugin artifact, It should be here ~.m2\repository\org\codehaus\mojo\jdepend-maven-plugin\. If there are no artifact you can check out the source here

Re: maven 2 plugins not working: jdepend/cobertura/xdoclet

2006-01-18 Thread Tim Morrow
I checked out the Cobertura plugin from codehaus, built it, installed it locally and used it to successfully generate a coverage report. TIm On 1/17/06, tony nys [EMAIL PROTECTED] wrote: Has anyone sucessfully used maven2 with the jdepend or cobertura plugins ? On the plugin matrix

maven 2 plugins not working: jdepend/cobertura/xdoclet

2006-01-17 Thread tony nys
Has anyone sucessfully used maven2 with the jdepend or cobertura plugins ? On the plugin matrix they are still not final. Does anyone know the planning for these Especially xdoclet is crucial if you want J2EE ! Tony __ Do You Yahoo!? Tired

Re: maven 2 plugins not working: jdepend/cobertura/xdoclet

2006-01-17 Thread Allan Ramirez
Hi Tony, Jdepend plugin is working fine. You may check it out in mojo codehaus and build from source to use it https://svn.codehaus.org/mojo/trunk/mojo/jdepend-maven-plugin/ They just need some more test before releasing it. -allan tony nys wrote: Has anyone sucessfully used maven2

Re: problem with downloading jdepend-plugin

2006-01-01 Thread Allan Ramirez
Hi there, Change your artifactID from maven-jdepend-plugin to jdepend-maven-plugin. -allan exquisitus wrote: Hi, I have a problem when I try to add the JDepend-reports plugin to maven2. Adding this in the POM: (from http://mojo.codehaus.org/jdepend-maven-plugin/howto.html

problem with downloading jdepend-plugin

2005-12-31 Thread exquisitus
Hi, I have a problem when I try to add the JDepend-reports plugin to maven2. Adding this in the POM: (from http://mojo.codehaus.org/jdepend-maven-plugin/howto.html) reporting plugins plugin groupIdorg.codehaus.mojo/groupId

Re: problem with downloading jdepend-plugin

2005-12-31 Thread Alexandre Poitras
install it using maven 2 commands, ie mvn install in the directory containing the plugin pom.xml file. After that everything should work fine. On 12/31/05, exquisitus [EMAIL PROTECTED] wrote: Hi, I have a problem when I try to add the JDepend-reports plugin to maven2. Adding this in the POM

[m2] : howto run jdepend?

2005-12-29 Thread Arnaud Viguier
I try to run the jdepend plugin... In the build part of my pom: plugin groupIdjdepend/groupId artifactIdjdepend/artifactId version2.9.1/version /plugin (the conf which is describe on mojo.codehaus.org/jdepend-maven-plugin/howto.html doesn't work : it doesn't find the plug

[m2] jdepend

2005-12-21 Thread ir. ing. Jan Dockx
I just got the jdepend plugin working from the head of cvs with a simple mvn install. Works like a charm. Problem is, that this plugin is not released in central at all, in any version. Could somebody please see to that, and push it out? x-tad-smallerMet vriendelijke groeten, Jan Dockx /x-tad

Re: [m2] jdepend

2005-12-21 Thread Maria Odea Ching
Hi, Currently, it is hosted in mojo codehaus it still needs to be tested reviewed before it can be released. Thanks, Odea ir. ing. Jan Dockx wrote: I just got the jdepend plugin working from the head of cvs with a simple mvn install. Works like a charm. Problem is, that this plugin

Re: [m2] jdepend

2005-12-21 Thread ir. ing. Jan Dockx
before it can be released. Thanks, Odea ir. ing. Jan Dockx wrote: I just got the jdepend plugin working from the head of cvs with a simple mvn install. Works like a charm. Problem is, that this plugin is not released in central at all, in any version. Could somebody please see to that, and push

Re: [m2] maven-jdepend-plugin:FATAL error, NullPointerException

2005-11-14 Thread berndq
Brett Porter wrote: That's the Maven 1.x plugin. The error reporting is a known bug. why is a maven 1.x plugin placed under a path with maven2 in it? http://www.ibiblio.org/pub/packages/maven2/maven/maven-jdepend-plugin/1.5/ thanks for your help! Bernd

Re: [m2] maven-jdepend-plugin:FATAL error, NullPointerException

2005-11-13 Thread Oscar Picasso
--- Brett Porter [EMAIL PROTECTED] wrote: Not sure who put that statement up, but that's not entirely true. It's possible the jdepend plugin hasn't been released as I don't think it has received full testing yet. You can still build it from SVN. Most of the other plugins there have had

Re: [m2] maven-jdepend-plugin:FATAL error, NullPointerException

2005-11-13 Thread Brett Porter
On 11/14/05, Oscar Picasso [EMAIL PROTECTED] wrote: Can we assume that any mojo plugin released is necessarily in ibiblio, so there is no need to look in another repository? Yes, that's correct. To deploy the development plugins to a different repository than the default (as you don't have

[m2] maven-jdepend-plugin:FATAL error, NullPointerException

2005-11-12 Thread berndq
Hi, I want to use the plugin for jdepend in maven 2. With google I found http://mojo.codehaus.org/jdepend-maven-plugin/howto.html http://www.ibiblio.org/pub/packages/maven2/maven/maven-jdepend-plugin/1.5/ I added ibiblio to my pom pluginRepositories pluginRepository idibibliorepo

Re: [m2] maven-jdepend-plugin:FATAL error, NullPointerException

2005-11-12 Thread Brett Porter
That's the Maven 1.x plugin. The error reporting is a known bug. groupIdorg.codehuas.mojo/groupId artifactIdjdepend-maven-plugin/artifactId On 11/12/05, berndq [EMAIL PROTECTED] wrote: Hi, I want to use the plugin for jdepend in maven 2. With google I found http://mojo.codehaus.org

Re: [m2] maven-jdepend-plugin:FATAL error, NullPointerException

2005-11-12 Thread Oscar Picasso
--- Brett Porter [EMAIL PROTECTED] wrote: That's the Maven 1.x plugin. The error reporting is a known bug. groupIdorg.codehuas.mojo/groupId artifactIdjdepend-maven-plugin/artifactId I have tried this one (I guess that the groupId is actually org.codehaus.mojo. I get The plugin

Re: [m2] maven-jdepend-plugin:FATAL error, NullPointerException

2005-11-12 Thread Brett Porter
Not sure who put that statement up, but that's not entirely true. It's possible the jdepend plugin hasn't been released as I don't think it has received full testing yet. You can still build it from SVN. Most of the other plugins there have had releases. - Brett On 11/13/05, Oscar Picasso [EMAIL

[m2] maven-jdepend-plugin:FATAL error, NullPointerException

2005-11-11 Thread berndq
Hi, I want to use the plugin for jdepend in maven 2. With google I found http://mojo.codehaus.org/jdepend-maven-plugin/howto.html http://www.ibiblio.org/pub/packages/maven2/maven/maven-jdepend-plugin/1.5/ I added ibiblio to my pom pluginRepositories pluginRepository idibibliorepo

Maven JDepend Plugin 1.5.1 release

2005-09-27 Thread Carlos Sanchez
The maven team is pleased to announce the Maven JDepend Plugin 1.5.1 release! http://maven.apache.org/reference/plugins/jdepend/ JDepend traverses Java class file directories and generates design quality metrics for each Java package. JDepend allows you to automatically measure the quality

Re: [m1.1b1] jdepend plugin problem

2005-08-26 Thread Wim Deblauwe
ok, I opened a new issue in JIRA. regards, Wim 2005/8/25, Arnaud HERITIER [EMAIL PROTECTED]: No idea Can you check if an issue already exists or can you open one. Arnaud Hi, I get the following error when using the jdepend plugin with Maven 1.1beta1: -- maven maven

[m1.1b1] jdepend plugin problem

2005-08-25 Thread Wim Deblauwe
Hi, I get the following error when using the jdepend plugin with Maven 1.1beta1: -- maven maven-jdepend-plugin:report __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.1-beta-1 build:start: maven-jdepend-plugin:report: java:prepare

RE: [m1.1b1] jdepend plugin problem

2005-08-25 Thread Arnaud HERITIER
No idea Can you check if an issue already exists or can you open one. Arnaud Hi, I get the following error when using the jdepend plugin with Maven 1.1beta1: -- maven maven-jdepend-plugin:report __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects

[m1] xdoc fillbuf error on jdepend-report.xml

2005-08-11 Thread Jeff Jensen
This has been running flawlessly for 2 to 3 months, and now am getting this error the past few days on xdoc parsing of the jdepend report file. The archives has nothing on fillbuf...Any guidance on this? Does it mean full buffer? I searched through its plugin.jelly file, but did not see buffer

RE: [m1] xdoc fillbuf error on jdepend-report.xml

2005-08-11 Thread Arnaud HERITIER
Which jdk are you using ? It's certainly a bug in crimson :-( Arnaud -Message d'origine- De : Jeff Jensen [mailto:[EMAIL PROTECTED] Envoyé : jeudi 11 août 2005 16:38 À : Maven Users List Objet : [m1] xdoc fillbuf error on jdepend-report.xml This has been running flawlessly

RE: [m1] xdoc fillbuf error on jdepend-report.xml

2005-08-11 Thread Jeff Jensen
d'origine- De : Jeff Jensen [mailto:[EMAIL PROTECTED] Envoyé : jeudi 11 août 2005 16:38 À : Maven Users List Objet : [m1] xdoc fillbuf error on jdepend-report.xml This has been running flawlessly for 2 to 3 months, and now am getting this error the past few days on xdoc parsing

RE: [m1] xdoc fillbuf error on jdepend-report.xml

2005-08-11 Thread Arnaud HERITIER
16:38 À : Maven Users List Objet : [m1] xdoc fillbuf error on jdepend-report.xml This has been running flawlessly for 2 to 3 months, and now am getting this error the past few days on xdoc parsing of the jdepend report file. The archives has nothing on fillbuf...Any

Error when running maven-jdepend-report

2005-06-27 Thread Dário Luís Coneglian Oliveros
Hi there. I just installed maven 1.1 beta 1, but I am having a problem when running the jdepend report. I have no clue what could be the cause, since it was working on 1.0.2. Please find below the exception I am getting: Caught exception evaluating: [EMAIL PROTECTED] Reason: java.lang.Exception

JDepend and Clover

2005-03-11 Thread Deblauwe, Wim
Hi, when using JDepend and Clover together I got the problem that the generated clover classes are also present in my JDepend report. Is there a way to avoid this? regards, Wim Ing. Wim Deblauwe Software Development Engineer BarcoView - Medical Imaging Systems President Kennedypark

RE: JDepend and Clover

2005-03-11 Thread Vincent Massol
The JDepend plugin does not appear to support filtering but as JDepend does, you could open a JIRA issue and provide a patch to support this if you need it. Cheers, -Vincent -Original Message- From: Deblauwe, Wim [mailto:[EMAIL PROTECTED] Sent: vendredi 11 mars 2005 16:07 To: Maven

RE: Compatibility issue with checkstyle repots and jdepend...?

2004-03-11 Thread Brett Porter
PROTECTED] Sent: Friday, 12 March 2004 3:54 AM To: Maven User List Subject: Compatibility issue with checkstyle repots and jdepend...? Hi all I'm running with a Maven snapshot dating from about 2 weeks. I got a small issue with some reports, wondering if anybody else got

jDepend properties

2003-07-02 Thread Marc Gemis
jDepend allows on to define a jdepend.properties file to disable the count of e.g. java.* classes. It demands that this properties file is either in the classpath or in the user's home directory. It works for me if I place the properties file in my home directory, but I'd rather place

Réf. : Re: Réf. : jDepend properties

2003-07-02 Thread Nicolas . CHALUMEAU
... /resources /unitTest /build *.properties, ... will be copy in target/test-classes when you do test:compile. But you can do your own target in maven.xml to copy them after the java:compile : goal name=prepare-jdepend copy todir=target/classes fileset dir=src/conf/ /copy