[jira] Created: (MAVEN-758) user classpaths

2003-08-30 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-758 Here is an overview of the issue: --

RE: [idea] Multiproject Dashboard

2003-08-30 Thread Vincent Massol
Thanks Tom. Very nice. It's a nice feature set for the future report part of Multiproject/Continuum! -Vincent > -Original Message- > From: Tom Copeland [mailto:[EMAIL PROTECTED] > Sent: 30 August 2003 19:00 > To: 'Maven Developers List' > Subject: RE: [idea] Multiproject Dashboard > > >

RE: [idea] Multiproject Dashboard

2003-08-30 Thread Vincent Massol
Thanks Tom. Very nice. It's a nice feature set for the future report part of Multiproject/Continuum! -Vincent > -Original Message- > From: Tom Copeland [mailto:[EMAIL PROTECTED] > Sent: 30 August 2003 19:00 > To: 'Maven Developers List' > Subject: RE: [idea] Multiproject Dashboard > > >

RE: [idea] Multiproject Dashboard

2003-08-30 Thread Tom Copeland
> Anyway, on my project at work we have several hundreds of projects and > it's just downright impossible to get a nice view of all > checks for all > projects and see which project needs to get more quality focus than > others. Such a view would make it possible. Here's such a beast - albeit dri

RE: [idea] Multiproject Dashboard

2003-08-30 Thread Vincent Massol
Yep, agreed. Both are useful: - the dashboard is useful to compare projects (like when you have several subprojects part of a bigger project) - the historical data is useful to compare a project with itself across time. -Vincent > -Original Message- > From: Aslak Hellesøy [mailto:[EMAIL

Re: [idea] Multiproject Dashboard

2003-08-30 Thread Aslak Hellesøy
Vincent Massol wrote: Hi, We have lots of very nice code quality reports: checkstyle, pmd, simian, findbugs, activity, jdepend, clover, etc. However, having these reports is not enough to make the problems go away. One idea that may help is to provide a global dashboard for all projects (as part

cvs commit: maven/src/plugins-build/pmd/xdocs changes.xml

2003-08-30 Thread vmassol
vmassol 2003/08/30 04:55:56 Modified:src/plugins-build/pmd project.xml src/plugins-build/pmd/xdocs changes.xml Log: Updated to use PMD 1.2.1 Revision ChangesPath 1.11 +1 -1 maven/src/plugins-build/pmd/project.xml Index: project.xml

cvs commit: maven/src/plugins-build/pmd/xdocs changes.xml

2003-08-30 Thread vmassol
vmassol 2003/08/30 04:52:53 Modified:src/plugins-build/pmd project.xml src/plugins-build/pmd/xdocs changes.xml Log: Start development of version 1.2 Revision ChangesPath 1.10 +6 -1 maven/src/plugins-build/pmd/project.xml Index: project.xml

cvs commit: maven/src/plugins-build/pmd/announcements 1.1.ann

2003-08-30 Thread vmassol
vmassol 2003/08/30 04:49:19 Modified:src/plugins-build/pmd/xdocs navigation.xml changes.xml src/plugins-build/pmd project.xml Added: src/plugins-build/pmd/announcements 1.1.ann Log: Preparing to release version 1.1 Revision ChangesPath 1.2 +12

[idea] Multiproject Dashboard

2003-08-30 Thread Vincent Massol
Hi, We have lots of very nice code quality reports: checkstyle, pmd, simian, findbugs, activity, jdepend, clover, etc. However, having these reports is not enough to make the problems go away. One idea that may help is to provide a global dashboard for all projects (as part of the multiproject pl

[Request] Update to PMD to 1.2.1

2003-08-30 Thread Robert
I have manually edited my maven files to us PMD 1.2.1 but it would be nice if the latest version was at the repo. http://aleron.dl.sourceforge.net/sourceforge/pmd/pmd-bin-1.2.1.zip - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Results of clean bootstrap at 20030829-2200

2003-08-30 Thread tirsen
Last 500 lines of a clean bootstrap build of maven at 20030829-2200 [exec] java:jar-resources: [exec] Copying 1 file to /usr/local/builds/maven/src/maven/src/plugins-build/webserver/target/classes/plugin-resources [exec] Copying 4 files to /usr/local/builds/maven/src/maven/src/plu

cvs commit: maven/src/plugins-build/cactus/xdocs changes.xml

2003-08-30 Thread vmassol
/Ant integration in version 3.0). -Updated to Cactus 1.6dev-20030809 which has fixes for WebLogic 7.x +Updated to Cactus 1.6dev-20030830 which has fixes for WebLogic 7.x support

cvs commit: maven/src/plugins-build/cactus/xdocs changes.xml

2003-08-30 Thread vmassol
vmassol 2003/08/30 01:20:26 Modified:src/plugins-build/cactus project.xml src/plugins-build/cactus/xdocs changes.xml Log: Upgraded to nekohtml 0.7.7 Revision ChangesPath 1.38 +1 -1 maven/src/plugins-build/cactus/project.xml Index: project.xml

cvs commit: maven/src/plugins-build/multiproject/src/plugin-resources/templates dependency-convergence-report.xml

2003-08-30 Thread vmassol
vmassol 2003/08/30 01:11:39 Modified:src/plugins-build/multiproject/src/plugin-resources/templates dependency-convergence-report.xml Log: typo Revision ChangesPath 1.2 +1 -1 maven/src/plugins-build/multiproject/src/plugin-resources/temp

Re: FindBugs plugin

2003-08-30 Thread Ryan Hoegg
Ben, This looks cool. Well done, I will be trying this one out soon. -- Ryan Hoegg ISIS Networks http://www.isisnetworks.net Ben Walding wrote: I committed a FindBugs report plugin yesterday. Basically it is a static class file checker that analyzes your class files for well known bug patter

cvs commit: maven project.xml

2003-08-30 Thread bwalding
bwalding2003/08/29 18:40:04 Modified:.project.xml Log: Added findbugs plugin report Revision ChangesPath 1.299 +1 -0 maven/project.xml Index: project.xml === RCS file: /home/cvs/mave

FindBugs plugin

2003-08-30 Thread Ben Walding
I committed a FindBugs report plugin yesterday. Basically it is a static class file checker that analyzes your class files for well known bug patterns. For instance, here are the results from running it against Maven M UCF: Useless control flow in org.apache.maven.DefaultProjectUnmarshaller.p

cvs commit: maven/src/plugins-build/findbugs .cvsignore

2003-08-30 Thread bwalding
bwalding2003/08/29 18:09:25 Modified:src/plugins-build/findbugs .cvsignore Log: Added maven.log Revision ChangesPath 1.2 +1 -0 maven/src/plugins-build/findbugs/.cvsignore Index: .cvsignore =

cvs commit: maven/src/plugins-build/xdoc plugin.jelly

2003-08-30 Thread bwalding
bwalding2003/08/29 18:08:52 Modified:src/plugins-build/xdoc plugin.jelly Log: Fixed a typo in registration of findbugs Revision ChangesPath 1.45 +1 -1 maven/src/plugins-build/xdoc/plugin.jelly Index: plugin.jelly ==

cvs commit: maven/src/plugins-build/xdoc plugin.jelly

2003-08-30 Thread bwalding
bwalding2003/08/29 18:03:37 Modified:src/plugins-build/xdoc plugin.jelly Log: Added FindBugs report to default lineup Revision ChangesPath 1.44 +1 -0 maven/src/plugins-build/xdoc/plugin.jelly Index: plugin.jelly ===

cvs commit: maven/src/plugins-build/findbugs/src/plugin-resources findbugs.xml

2003-08-30 Thread bwalding
bwalding2003/08/29 18:01:24 Modified:src/plugins-build/findbugs plugin.jelly Added: src/plugins-build/findbugs/src/plugin-resources findbugs.xml Log: Switched to a text format until FindBugs xml output is more usable. Revision ChangesPath 1.3 +53 -2 mave

cvs commit: maven/src/plugins-build/findbugs/src - New directory

2003-08-30 Thread bwalding
bwalding2003/08/29 17:48:29 maven/src/plugins-build/findbugs/src - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven/src/plugins-build/findbugs/src/plugin-resources findbugs.jsl

2003-08-30 Thread bwalding
bwalding2003/08/29 17:48:31 Added: src/plugins-build/findbugs/src/plugin-resources findbugs.jsl Log: Sort of prints something useful now Revision ChangesPath 1.1 maven/src/plugins-build/findbugs/src/plugin-resources/findbugs.jsl Index: findbugs.js

cvs commit: maven/src/plugins-build/findbugs/src/plugin-resources - New directory

2003-08-30 Thread bwalding
bwalding2003/08/29 17:48:29 maven/src/plugins-build/findbugs/src/plugin-resources - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]