[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 p

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

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

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 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 JDe

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 followi

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 o

[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-613<http://jira.cod

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 versi

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 section in pom.xml. Can somebody please tel

Re: jdepend plugin

2006-07-25 Thread Denis Cabasson
could be found > This plugin hasn't been released yet. You need to include 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-tf

jdepend plugin

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

Re: JDepend

2006-06-28 Thread Janhavi Phirke
use 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" To Maven Users List cc Subject Re: JDepend Have you tried putting http://snapshots.maven.codehaus.org/ma

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 com

Re: JDepend

2006-06-28 Thread Michael . Wiles
#x27;ll be glad to use 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" To Maven Users List cc Subject Re: JDepend Have you tried putting http://sna

Re: JDepend

2006-06-27 Thread Janhavi Phirke
nd add jdepend plugin in reporting section: Maven Snapshots http://snapshots.maven.codehaus.org/maven2 Maven ibiblio http://www.ibiblio.org/maven2 org.codehau

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: Maven Snapshots http://snapshots.maven.codehaus.org/maven2 Maven ibiblio http://www.ibiblio.org/maven2

Re: JDepend

2006-06-27 Thread Allan Ramirez
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.

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 t

JDepend

2006-06-27 Thread Michael . Wiles
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 like it is no longer on the mojo repo but in the maven repo (maven plugin), pointing it here still does no

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 org.codehaus.mojo jdepend-maven-plugin

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 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 plugin

[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: PMD, CPD, cobertura, jdepend, etc. etc. on my project site

2006-04-12 Thread Stephen Duncan
ECTED] [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

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

2006-04-12 Thread Wayne Fay
quot; <[EMAIL PROTECTED]> > 04/11/2006 03:06 PM > Please respond to "Maven Users List" > > >To: "Maven Users List" >cc: >Subject:Re: PMD, CPD, cobertura, jdepend, etc. etc. on my > project site > >

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

2006-04-12 Thread justin_fung
04/11/2006 03:06 PM Please respond to "Maven Users List" To: "Maven Users List" cc: Subject:Re: PMD, CPD, cobertura, jdepend, etc. etc. on my project site Our Ref: Your Ref: Here's my repos and plugin repos:

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

2006-04-11 Thread Wayne Fay
Fay" <[EMAIL PROTECTED]> > 04/11/2006 02:46 PM > Please respond to "Maven Users List" > > >To: "Maven Users List" >cc: >Subject:Re: PMD, CPD, cobertura, jdepend, etc. etc. on my > project site > >

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

2006-04-11 Thread justin_fung
cc: Subject:Re: PMD, CPD, cobertura, jdepend, etc. etc. on my project site Our Ref: Your Ref: Simply add all the plugins to your section of your pom ie: org.apache.maven.plugins maven-project-info-reports-plugin

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

2006-04-11 Thread Mike Perham
TECTED] [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:p

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

2006-04-11 Thread Wayne Fay
org.codehaus.mojo jdepend-maven-plugin org.codehaus.mojo findbugs-maven-plugin org.codehaus.mojo surefire-report-maven-plugin org.codehaus.mojo javancss-maven-plugin

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 put

[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

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 tr

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: org.codehaus.mojo jdepend-maven-plugin 2.0-beta-1-SNAPSHOT

Re: JDepend Exception

2006-02-14 Thread Allan Ramirez
Hi there, Please file a jira issue for this. http://jira.codehaus.org/browse/MOJO also attach the generated jdepend-report.xml Thanks -allan Guilherme Silveira wrote: I got the following exception... dunno if it some kind of javadoc comment that I added I don't believe so... I am

JDepend Exception

2006-02-14 Thread Guilherme Silveira
eMojo(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.executeR

Re: Jdepend maven 2 plugin

2006-02-10 Thread Brian Burridge
gt; file://${basedir}/../../../repository > > > > > > > > > > Maven Snapshots > > http://snapshots.maven.codehaus.org/maven2/ > > > >true > > > &

Re: Jdepend maven 2 plugin

2006-02-09 Thread Carlos Sanchez
>true > > >false > > > > > That should download the Jdepend plugin for you from snapshots repo. > > cheers, > Javed > > On 2/10/06, Allan Ramirez <[EMAIL PROTECTED]> wrote: &

Re: Jdepend maven 2 plugin

2006-02-09 Thread javed mandary
/ true false That should download the Jdepend plugin for you from snapshots repo. cheers, Javed On 2/10/06, Allan Ramirez <[EMAIL PROTECTED]> wrote: > > Hi Brian, >

Re: Jdepend maven 2 plugin

2006-02-09 Thread Allan Ramirez
wrote: 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-SNAP

Re: Jdepend maven 2 plugin

2006-02-09 Thread Brian Burridge
wrote: > > > > > > > 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: > > &g

Re: Jdepend maven 2 plugin

2006-02-09 Thread Brian Burridge
> > > > > > > > On 2/9/06, Carlos Sanchez <[EMAIL PROTECTED]> wrote: > > > > > > > > > Have you changed your repositories? it should look into the > > snapshot > > > > > repo > > > > > > > &g

Re: Jdepend maven 2 plugin

2006-02-09 Thread Brian Burridge
On 2/9/06, Carlos Sanchez <[EMAIL PROTECTED]> wrote: > > > > > > > Have you changed your repositories? it should look into the snapshot > > > > repo > > > > > > > > On 2/9/06, Brian Burridge <[EMAIL PROTECTED]> wrote: > > &g

Re: Jdepend maven 2 plugin

2006-02-09 Thread Carlos Sanchez
an > > > > On 2/9/06, Carlos Sanchez <[EMAIL PROTECTED]> wrote: > > > > > Have you changed your repositories? it should look into the snapshot > > > repo > > > > > > On 2/9/06, Brian Burridge <[EMAIL PROTECTED]> wrote: > > >

Re: Jdepend maven 2 plugin

2006-02-09 Thread Brian Burridge
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:

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 > > > > >

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 > V

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
Instructions in the site are wrong org.codehaus.mojo jdepend-maven-plugin 2.0-beta-1-SNAPSHOT something similar to findbugs org.codehaus.mojo findbugs-maven-plugin 1.0-SNAPSHOT On 2/9/06, Brian Burridge <[EMAIL PROTEC

Re: Jdepend maven 2 plugin

2006-02-09 Thread Brian Burridge
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 the specified remote repositories: central (http://repo1

Re: Jdepend maven 2 plugin

2006-02-09 Thread Carlos Sanchez
> > > > > > > > > > I would like to know, how can I configure in the my POM.xml the jdepend > > plugin report, because I try insert the configuration below , but the plugin > > not connect to repository. > > > > > > See below

Re: Jdepend maven 2 plugin

2006-02-09 Thread Brian Burridge
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 insert the configuration below , but

Re: Jdepend maven 2 plugin

2006-02-09 Thread Carlos Sanchez
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 insert the configuratio

[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 of a

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

2006-01-24 Thread Fredy
or inner repository! ... org.codehaus.mojo jdepend-maven-plugin 2.0-beta-1-SNAPSHOT Fredy tony nys <[EMAIL PROTECTED]> schrieb am 24.01.06 07:32:41: ---

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 posibillit

RE: jdepend plugin does not work on maven 2.0.2

2006-01-22 Thread Brian E. Fox
To: users@maven.apache.org Subject: jdepend plugin does not work on maven 2.0.2 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:ge

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 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 w

[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: 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 t

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: 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

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

2006-01-18 Thread Brian E. Fox
I have used jdepend successfully. -Original Message- From: tony nys [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 18, 2006 1:54 AM To: users@maven.apache.org Subject: maven 2 plugins not working: jdepend/cobertura/xdoclet Has anyone sucessfully used maven2 with the jdepend or

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

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

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

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-le

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 with

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 of

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-mav

Re: problem with downloading jdepend-plugin

2005-12-31 Thread Alexandre Poitras
you 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.

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) org.codehaus.mojo maven-jdepend-plugin 1.0

[m2] : howto run jdepend?

2005-12-29 Thread Arnaud Viguier
I try to run the jdepend plugin... In the "" part of my pom: jdepend jdepend 2.9.1 (the conf which is describe on mojo.codehaus.org/jdepend-maven-plugin/howto.html doesn't work : it doesn't find the plug-in in the remote repository) When I try "mvn jdepen

Re: [m2] jdepend

2005-12-21 Thread ir. ing. Jan Dockx
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 is not released in central at all, in any version. Could somebody please see to that, and

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 thi

[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? Met vriendelijke groeten, Jan Dockx PeopleWare NV - Head

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

2005-11-14 Thread Brett Porter
On 11/14/05, berndq <[EMAIL PROTECTED]> wrote: > why is a maven 1.x plugin placed under a path with "maven2" in it? we just do a straight repository conversion from /maven, however in furute we will prune those out. > > >> http://www.ibiblio.org/pub/packages/maven2

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 yo

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 ha

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 &g

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/

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. > > org.codehuas.mojo > jdepend-maven-plugin I have tried this one (I guess that the groupId is actually org.codehaus.mojo. I get The plugin 'org.codeha

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. org.codehuas.mojo jdepend-maven-plugin 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

[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 ibibliorepo ibiblio repo http

[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 ibibliorepo ibiblio repo http

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 of a

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

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__ ___ > | |\/|

[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

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

2005-08-11 Thread Arnaud HERITIER
g 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 fil

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

2005-08-11 Thread Jeff Jensen
inly 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

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 &

[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 f

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 on many projects

2005-05-12 Thread Wim Deblauwe
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? regards, Wim - To unsubscribe, e-mail

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 1

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: Compatibility issue with checkstyle repots and jdepend...?

2004-03-11 Thread Brett Porter
[EMAIL 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 report

Compatibility issue with checkstyle repots and jdepend...?

2004-03-11 Thread Eric Giguere
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 it. It concerns the checkstyle report and the jdepend report. When I run jdepend first, I get a lot of errors from the checkstyle... like this one:

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

2003-07-02 Thread Nicolas . CHALUMEAU
3 16:57 Veuillez répondre à "Maven Users List" Pour : Maven Users List <[EMAIL PROTECTED]> cc : Objet : Re: Réf. : jDepend properties On 02-07-2003 16:36, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi > > In your pro

  1   2   >