Re: problem with adding findbugs plugin

2006-06-13 Thread Janhavi Phirke
cessorImpl. > java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces > sorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:324) > at > org.codehaus.classworlds.Launcher.launchEnhanced(Launch

Re: Checkstyle plugin Maven 2

2006-06-19 Thread Janhavi Phirke
In the following code, tag is optional. If you want to use your customized xml file, then u can specify it over there. Otherwise, even if u don't specify that, it works fine. It takes the default .xml file from checkstyle plugin from the local plugin repository. On 6/20/06, Stefan Kleineikensche

Re: Maven best practices - company-wide local repository?

2006-06-21 Thread Janhavi Phirke
Hi Nidhi, you just have to run that command to create the project. Also try to run the command "mvn install". There is no need to download the plugin separately. When you write that in your pom.xml (in this case, in your command), it gets downloaded in your local repository from the central repos

Re: Maven best practices - company-wide local repository?

2006-06-21 Thread Janhavi Phirke
t; http://maven.apache.org/guides/getting-started/index.html"; for creating project. Thanks, Nidhi -Original Message- From: Janhavi Phirke [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 21, 2006 5:44 PM To: Maven Users List Subject: Re: Maven best practices - company-wide local rep

Emma plugin for maven 2.0

2006-06-22 Thread Janhavi Phirke
HI, Has anybody used Emma with maven2.0? If yes, please let me know how to do it... Regards, Janhavi

Re: Emma plugin for maven 2.0

2006-06-22 Thread Janhavi Phirke
php?msg_id=3650444 > [4] http://www.mail-archive.com/users@maven.apache.org/msg42682.html > > Janhavi Phirke schrieb: > > HI, > > > > Has anybody used Emma with maven2.0? If yes, please let me know how to > do > > it... > > > > Regards, > > J

Re: How to use findbugs in maven2?

2006-06-23 Thread Janhavi Phirke
Pls add following as stated: jaxen jaxen 1.1-beta-8 compile Maven Snapshots http://snapshots.maven.codehaus.org/maven2 maven-plugins maven-findbugs-plugin

Re: maven 2.0.4 & Checkstyle 4.1: Unable to process header location

2006-06-23 Thread Janhavi Phirke
Why have you included the code in ? There is no need to do that. Also if you want to specify your customized .xml file which contains some specific rules, then you can add that in . Otherwise it is optional. If you don't specify it, then it will take the default .xml file and run it on your code.

Re: Clover and Maven 2

2006-06-23 Thread Janhavi Phirke
The error is coming since the clover database is not generated. When you want to generate the Clover report, you have to generate the Clover database first. Otherwise no report will be generated. To generate the report, add following code in your pom.xml: org.apache.maven.plu

Re: Clover and Maven 2

2006-06-23 Thread Janhavi Phirke
In my previous mail, the following code is to generate the report: org.apache.maven.plugins maven-clover-plugin pre-site instrument On 6/23/06, Janhavi Phirke <[EM

Re: Clover and Maven 2

2006-06-23 Thread Janhavi Phirke
INFO] Final Memory: 9M/17M -Original Message- From: Janhavi Phirke [mailto:[EMAIL PROTECTED] Sent: 23 June 2006 13:55 To: Maven Users List Subject: Re: Clover and Maven 2 The error is coming since the clover database is not generated. When you want to generate the Clover report, you have to generate

Re: Emma plugin for maven 2.0

2006-06-27 Thread Janhavi Phirke
Ant tasks: http://cobertura.sourceforge.net/anttaskreference.html Any specific doubts regarding Cobertura Ant tasks, u may post to the cobertura mailing list. -- Regards, Subhash Chandran S Cross platform OpenSource Java based file encryption software: http://www.WizTools.org/project/WizCrypt/ On 6/22/06

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 Janhavi Phirke
hey from the code in my previous mail, remove following section from : Maven ibiblio http://www.ibiblio.org/maven2 On 6/28/06, Janhavi Phirke <[EMAIL PROTECTED]> wrote: yes...point your repository to the url suggested by Edwin like follow a

Re: JDepend

2006-06-28 Thread Janhavi Phirke
For this, you don't have to set anything in settings.xml. The main file related to your project in maven 2.0 is pom.xml. It's like build.xml in ant. So you have to write that code in your pom.xml. On 6/28/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Thanks, but I'm clueless when it com

Re: Cobertura plugin using version 1.7

2006-07-05 Thread Janhavi Phirke
Hi, Following is the simple example which is working at my end. Try it... org.codehaus.mojo cobertura-maven-plugin instrument clean

Building different modules/jars with different versions

2006-07-06 Thread Janhavi Phirke
Hi, Has anybody built different modules/jars with different versions using maven 2.0? Suppose there are different modules in your project. Consider one(or some of them) is dependant on another and the versions of different modules are different. So how ro build those using pom.xml? Please let me

Re: Maven findbugs Settings

2006-07-07 Thread Janhavi Phirke
please add following in your pom.xml: jaxen jaxen 1.1-beta-8 compile Maven Snapshots http://snapshots.maven.codehaus.org/maven2 maven-plugins maven-findbugs-plugin

Re: Maven findbugs Settings

2006-07-09 Thread Janhavi Phirke
To get the plugin into ur local repository, first you have to run the command "mvn install" and then "mvn findbugs:findbugs"...did u do this? if not, try this... On 7/7/06, tulasi <[EMAIL PROTECTED]> wrote: Dear friend ... its failing... [WARNING] *** CHECKSUM FAILED - Error retrieving chec

Re: Help!checkStyle [m2]

2006-07-24 Thread Janhavi Phirke
Add following in your pom.xml : org.apache.maven.plugins maven-checkstyle-plugin On 25 Jul 2006 05:29:35 -, narayan dhumale <[EMAIL PROTECTED]> wrote: Hi, I want to build the project with Checkstyle(where Java coding convent