Re: [m2] Dashboard

2006-09-22 Thread Rik Bosman
Hi Laksman, Below the answer I recieved some months ago: *Hi Rik, We implemented this in the dashboard for maven1. However this does not exist for m2 yet. There are some thought on this on

Re: Simian Report Plugin for Maven 2.x

2006-09-13 Thread Rik Bosman
The Simian report I generated recently with MAVEN 2 shows the following numbers: Similarity threshold (lines) 6 Total number of duplicate lines 53472 Total number of duplicate blocks 1574 Total number of files with duplicates 212 Total number of processed lines 41026 Total number of processed

[M2] Dashboard functionality

2006-05-30 Thread Rik Bosman
To All, My company is currently selecting a tool for comparing the various deliverables of the codebase for some projects delivered from India. Currently I run reports on the codebase of these projects using Maven, (pmd, simian, checkstyle, etc. ). Might be very handy to compare the results

Re: [M2] Dashboard functionality

2006-05-30 Thread Rik Bosman
Vincent, Thanks for the answer (and the link). So it will be a feature for the future. I'm happy with the work the maven team has done on the core projects. More important of course! I'll try to create something on my own. If time allows... Rik

Re: PMD reports

2006-04-06 Thread Rik Bosman
Great, I'd like to use the jsp rulesets. Is the option do not check java, check jsp also included?

Re: PMD reports

2006-04-05 Thread Rik Bosman
Is support for PMD 3.6 already planned or in sandbox?

Re: OutOfMemoryError with javac

2006-03-17 Thread Rik Bosman
like: -Xmx1024m -Xms1024m -XX:MaxPermSize=512m

[m2] quickfix for findbugs and javancss reports

2006-03-16 Thread Rik Bosman
To All, Both the findbugs and javancss plugins are not working correctly. A quickfix for these plugins is adding the following dependency to the pom in your local repo: dependency groupIdjaxen/groupId artifactIdjaxen/artifactId version1.1-beta-7/version /dependency Jira issue

Re: Variables in pom?

2006-03-16 Thread Rik Bosman
How can the properties in the parent pom, for a multi project situation, be referenced in child poms?

Re: Checkstyle plugin

2006-03-16 Thread Rik Bosman
I'm not getting the xref, and the three images are also not shown in the report.

Re: [M2] Findbugs plugin results to stacktrace

2006-03-15 Thread Rik Bosman
and it can't find the org.jaxen library in your classpath. Add it to your dependencies, at least for this report. Wayne On 3/14/06, Rik Bosman [EMAIL PROTECTED] wrote: Hi to All, Adding the following snippet to the reporting section of my pom results in a stacktrace: Configuring

[M2] Findbugs plugin results to stacktrace

2006-03-14 Thread Rik Bosman
Hi to All, Adding the following snippet to the reporting section of my pom results in a stacktrace: Configuring the treshold specifically also fails. Maven 2.0.2 Any suggestions? Rik plugin groupIdorg.codehaus.mojo/groupId artifactIdfindbugs-maven-plugin/artifactId

mvn site:stage does not create xref as mvn site

2006-03-13 Thread Rik Bosman
To All, Generating a site using site:stage does not generate any xref report as mvn site does. Does someone has the same problems? mvn 2.0.2 jxr 2.0-beta-1 Rik

Re: Maven Report Error

2006-03-10 Thread Rik Bosman
I had the same problem on generating the dependency report. After commenting out all the following dependencies the report was generated: !--dependency groupIdorg.springframework/groupId artifactIdspring-dao/artifactId version1.2.1/version scopecompile/scope /dependency dependency

Re: Maven Report Error

2006-03-10 Thread Rik Bosman
Is this because the pom files for 1.2.1 versions (and below) in the repository do not contain the following part? distributionManagement statusdeployed/status /distributionManagement

Re: Building J2EE project using Maven2

2006-03-10 Thread Rik Bosman
Vincent, Patience is not easy... Are there any chapters ready (maybe for review?) Rik 2006/3/10, Vincent Massol [EMAIL PROTECTED]: -Original Message- From: Ray Ward [mailto:[EMAIL PROTECTED] Sent: vendredi 10 mars 2006 16:08 To: Maven Users List Subject: Re: Building J2EE

Re: Using cobertura with Maven 2

2006-02-03 Thread Rik Bosman
Jared, I had the same problem and solved it with the following actions: - Add the version to both the plugins: version2.0-SNAPSHOT/version - Add the sandbox repository to the pom, see below. Hope this helps, Kindly revert for clarifications, Rik repositories repository idMaven

Re: Using cobertura with Maven 2

2006-02-03 Thread Rik Bosman
. Kind regards, Dave Sag Rik Bosman [EMAIL PROTECTED] wrote on 03-02-2006 10:29:45: Jared, I had the same problem and solved it with the following actions: - Add the version to both the plugins: version2.0-SNAPSHOT/version - Add the sandbox repository to the pom, see below

[m2] production ready? any experience?

2005-12-20 Thread Rik Bosman
to adopt it for our company soon. Regards, Rik Bosman

building maven using bootstrap script

2005-12-08 Thread Rik Bosman
Hi to all After checking out all the maven-components sources I tried to build maven using the bootstrap.bat. This gives the following error. This is the first error in the logfile I created. Others follow, for example on the tests. What is wrong? Regards, Rik [ERROR] BUILD ERROR [INFO]

plugins from svn

2005-12-01 Thread Rik Bosman
Hi to all, On the 10th of november I checked out all the maven sources from the http://svn.apache.org/repos/asf/maven/components/trunk/ This command created a lot of directories, including the maven-plugins one. As today that directory is gone. Where? --rik

Re: Exception in site generation

2005-11-17 Thread Rik Bosman
Jose, I do have the same problems. Today I started populating the local repository on a new machine and these errors follow, maybe somebody knows whats happening to the plexus plugins. Rik [WARNING] POM for: 'org.codehaus.plexus:plexus-utils:pom:1.0.4' does not appear to be valid. Its will be

Re: [m2] reports - how to use the sink?

2005-11-16 Thread Rik Bosman
Hi David, This is an interesting question. I was looking for the api or javadoc but that did not give so many interesting results. The best information I could find was http://mojo.codehaus.org/taglist-maven-plugin/example/xref/org/apache/maven/plugin/taglist/ReportGenerator.html The example

Re: CheckStyle html report contains no source link

2005-11-11 Thread Rik Bosman
linking them - you might need to file a bug. - Brett On 11/11/05, Rik Bosman [EMAIL PROTECTED] wrote: Brett, The plugin is working, the sources were generated. But still no links in the generated checkstyle report. Any suggestions? Another question: I read about the problem

Re: CheckStyle html report contains no source link

2005-11-10 Thread Rik Bosman
2005/11/10, Brett Porter [EMAIL PROTECTED]: groupId = org.codehaus.mojo artifactId = jxr-maven-plugin it is still in beta. On 11/10/05, Rik Bosman [EMAIL PROTECTED] wrote: Hi, I want to use maven2 to generate some reports (e.g. mvn site) to check code produced by a company working

CheckStyle html report contains no source link

2005-11-09 Thread Rik Bosman
Hi, I want to use maven2 to generate some reports (e.g. mvn site) to check code produced by a company working for us in India. Generating the reports for pmd and checkstyle goes pretty straightforward, but the html links (the mentioned line should be a link) are missing. I saw this feature in

Re: Maven2 Website rolled back?

2005-11-09 Thread Rik Bosman
Alexander; The URL maven.apache.org/maven2 http://maven.apache.org/maven2 is dated oct 21st. The URL maven.apache.org http://maven.apache.org is dated nov. 9th. Hope this helps. 2005/11/9, Alexander Hars [EMAIL PROTECTED]: Hi, Thanks for releasing the latest version of the Maven2 website