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

Re: cvs commit: maven/src/plugins-build/xdoc/src/plugin-resourcesnavigation.jsl site.jsl

2003-07-23 Thread Aslak Hellesøy
[EMAIL PROTECTED] wrote: bwalding2003/07/23 03:06:41 snip + + HASHISH ${size(projectNavRoot)} - ${projectNavRoot.getClass().getName()} How about some units? Is that grams or kilos? Aslak -- http://blogs.codehaus.org/people/rinkrank/ --

Re: Generate iml files for IDEA 856

2003-07-11 Thread Aslak Hellesøy
Owen Fellows wrote: Hi, The attached zip contains a plugin that allows you to create an IDEA iml file. If you read the readme.txt it tells you how to deploy it and use it. Hope this if of some use. Can you put it in JIRA please? I might want to take a look at it one day, but I try to keep my

Re: Ibiblio upload request: Simian

2003-07-08 Thread Aslak Hellesøy
Aslak Hellesøy wrote: [EMAIL PROTECTED] wrote: I get a 404 from that URL. Works for me. Can you try again Dion? Aslak Actually, I managed to download it, but the zip archive seems to be corrupt. Can you fix this Simon? Would it be possible to have Simian.jar uploaded? The download for the

Re: Ibiblio upload request: Simian

2003-07-08 Thread Aslak Hellesøy
[EMAIL PROTECTED] wrote: I get a 404 from that URL. Works for me. Can you try again Dion? Aslak -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Work: http://www.multitask.com.au "Simon Harris" <[EMAIL PROTECTED]> wrote on 08/07/2003 09:14:08 AM:

Re: smart reactor proposal

2003-07-02 Thread Aslak Hellesøy
Jason van Zyl wrote: On Wed, 2003-06-04 at 05:47, Aslak Hellesøy wrote: Sorry if this has been brought up before, but I have an idea about how to make the reactor smarter/quicker. I have a project with lots of subprojects that are built with reactor. I want to reduce the build time by

Re: Responsibility - was [RE: Simian Plugin (fully documented andready to use)\

2003-06-24 Thread Aslak Hellesøy
g.com that we can put the simian jar in the Maven remote repository on ibiblio. If we don’t get this agreement, we could still store this plugin in the SF mavne-plugins project and users would need to download the simian jar and put it manually in their local repository. Thanks -Vincent -Or

Simian Plugin (fully documented and ready to use)

2003-06-24 Thread Aslak Hellesøy
It seems Maven's JIRA still doesn't notify this list, so here I go... Simian (http://www.redhillconsulting.com.au/products/simian/index.html ) is a great little tool that detects duplicate source code. Very much like PMD's CPD (http://pmd.sourceforge.net/cpd.html), but a _lot_ faster. I have wr

Re: private jar dependencies

2003-06-21 Thread Aslak Hellesøy
We're doing this in the http://www.nanocontainer.org/ project. Have a look at: Oops, this example is from xdoclet2 and not nanocontainer. Oh well. http://tinyurl.com/ew5l (look at the end of the 1st property) http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xdoclet/xdoclet2/lib/ (this is our own

Re: private jar dependencies

2003-06-21 Thread Aslak Hellesøy
Jason van Zyl wrote: On Fri, 2003-06-20 at 18:55, Otto von Wachter wrote: Hi all, I have a question/suggestion on jar dependencies. I think maven is perfect for open source (large/collaborative) projects. I would like to leverage Maven for my internal project at work, but not all dependencies

Re: [Repository Upload Request] xdoclet-1.2-beta3

2003-06-17 Thread Aslak Hellesøy
Martin Skopp wrote: xdoclet-1.2-b3 is out (since Jun 13th). Could someone please put the jars onto http://www.ibiblio.org/maven/xdoclet/jars/ Download at http://sourceforge.net/project/showfiles.php?group_id=31602 Project page http://xdoclet.sourceforge.net/ Thanks Please don't do that yet. So

Re: XDoclet tags errors in javadoc report

2003-06-13 Thread Aslak Hellesøy
Stephen McConnell wrote: Its not documeted by you can handle this by declaring you -tag statements under the "maven.javadoc.additionalparam" property. Cheers, Steve. I have also submitted Ant and MAven patches to make this a lot easier: http://jira.codehaus.org/secure/ViewIssue.jspa?id=10510 Fut

Re: smart reactor proposal

2003-06-04 Thread Aslak Hellesøy
Don't forget that in general case there are not only java sources but other types of source files (for example, ANTLR grammars). Sure, I know. But at first I'll DTSTTCPW. I think it would be nice to have something similar to Ant's uptodate task in the pom, so that Maven can figure out whether a re

smart reactor proposal

2003-06-04 Thread Aslak Hellesøy
Sorry if this has been brought up before, but I have an idea about how to make the reactor smarter/quicker. I have a project with lots of subprojects that are built with reactor. I want to reduce the build time by making the reactor smarter. Imagine I have 3 sub projects a,b and c with the foll