Re: code review plugin

2005-01-15 Thread Mauro Botelho
I'm interested.


On Sat, 15 Jan 2005 22:20:39 -0500, Jeffrey Bonevich <[EMAIL PROTECTED]> wrote:
> Would anyone be interested in a maven plugin I wrote that just gathers
> up javadoc-style code review annotations (@reviewed user -MM-dd some
> notes) and presents them in a report very similar to tasklist?  I
> basically just specialized the vdoclet plugin to do some very specific
> manipulations.  You can provide a from/to date and get a nicely
> formatted code review report for a given iteration to use in your
> release process, etc.
> 
> If enough people are interested, I will deploy it to my web site.  Best
> of all possible worlds is that it would be hosted by the maven project
> itself.  How does one donate a maven plugin to the main maven project?
> Is this possible and/or desireable?  dIon?
> 
> jeff
> 
> --
> jeff bonevich
> mailto: [EMAIL PROTECTED]
> 
> "Any sufficiently advanced technology is indistinguishable from magic."
> Arthur C. Clarke
> 
> "Programming today is a race between software engineers striving to
> build bigger and better idiot-proof programs, and the Universe trying
> to produce bigger and better idiots. So far, the Universe is winning."
> Rich Cook
> 
> "All programmers are playwrights and all computers are lousy actors."
> Unknown
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



code review plugin

2005-01-15 Thread Jeffrey Bonevich
Would anyone be interested in a maven plugin I wrote that just gathers 
up javadoc-style code review annotations (@reviewed user -MM-dd some 
notes) and presents them in a report very similar to tasklist?  I 
basically just specialized the vdoclet plugin to do some very specific 
manipulations.  You can provide a from/to date and get a nicely 
formatted code review report for a given iteration to use in your 
release process, etc. 

If enough people are interested, I will deploy it to my web site.  Best 
of all possible worlds is that it would be hosted by the maven project 
itself.  How does one donate a maven plugin to the main maven project?  
Is this possible and/or desireable?  dIon?

jeff
--
jeff bonevich
mailto: [EMAIL PROTECTED]
"Any sufficiently advanced technology is indistinguishable from magic."
Arthur C. Clarke
"Programming today is a race between software engineers striving to 
build bigger and better idiot-proof programs, and the Universe trying 
to produce bigger and better idiots. So far, the Universe is winning."
Rich Cook

"All programmers are playwrights and all computers are lousy actors."
Unknown
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: Clover and dashboard

2005-01-15 Thread Vincent Massol
Hi Jon,

Yes, I was wrong (as Siegfried rightly mentioned in answer to my email).
ATM, you'll need to set up this value in your project's properties file(s).

I think the Clover plugin should not always set this value as it depends
what report the users wants to generate (XML, HTML, Swing).

I'm about to commit a documentation fix from Siegfried either today or
tomorrow.

Thanks
-Vincent

> -Original Message-
> From: Jon Strayer [mailto:[EMAIL PROTECTED]
> Sent: vendredi 14 janvier 2005 22:48
> To: Maven Users List
> Subject: Re: Clover and dashboard
> 
> Which plugin should set this value?  I don't have the Dashboard plugin
> running the subproject reports, so it wouldn't help there.
> 
> Should the Clover plugin always set this value>
> 
> 
> On Thu, 13 Jan 2005 05:13:30 +0100, Vincent Massol <[EMAIL PROTECTED]>
> wrote:
> > Yep, this seems to be a bug as the plugin is supposed to set this
> property
> > internally. A JIRA issue would be great (and a patch would be awesome)
> :-)
> >
> > Thanks
> > -Vincent
> >
> > > -Original Message-
> > > From: Siegfried Goeschl [mailto:[EMAIL PROTECTED]
> > > Sent: mercredi 12 janvier 2005 17:44
> > > To: Maven Users List
> > > Subject: Re: Clover and dashboard
> > >
> > > Hi Jon,
> > >
> > > I just had this problem - in my case the clover.xml was not
> generatedby
> > > default  - so I set
> > >
> > > maven.clover.report.xml=true
> > >
> > > to enforce the creation.
> > >
> > > Hope this helps
> > >
> > > Siegfried Goeschl
> > >
> > > Jon Strayer wrote:
> > >
> > > >II have one main project and 27 subprojects.  I've changed my build
> > > >process so that each time a subproject is built it's website is
> > > >regenerated.
> > > >
> > > >My problem is with the dashboard report for the main site.  All the
> > > >other summaries seem to work, but the clover summaries are all blank.
> > > >
> > > >maven.dashboard.runreactor=true
> > > >maven.dashboard.rungoals=false
> > > >
> > > >
> > > >What should I be looking at?
> > > >
> > > >-
> > > >To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > >For additional commands, e-mail: [EMAIL PROTECTED]
> > > >
> > > >
> > > >
> > > >
> > >
> > >
> > > -
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


_

Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !

Yahoo! Mail : http://fr.mail.yahoo.com


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



scp for maven.repo.remote?

2005-01-15 Thread Rick Mangi
Hello all,
I have a situation where we need secure access to the maven.repo.remote 
to pull down jars. It seems we could use https, but since scp is used 
to put the jars there I would imagine it could also be used to pull the 
jars down fairly easily without the extra configuration for https. Is 
this possible?

Thanks,
Rick Mangi
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: java:compile altering classpath

2005-01-15 Thread Michal Maczka
Alexander Rupsch wrote:
I my build process I collect some projects using reactor. The projects
sometimes depend on each other. Now I'm looking for a way to compile
them without having there artifacts installed to the repo. What I need is:
1.) Calculation the path to created jar or classes in the target of the
depended project (since the reactor calculates the right build order it
should be there). I think that is not that hard to do.
2.) Add the path to the compile classpath of the project which depends
on it. How can I do this? I use  and the java:compile goal
for every reactor project, is there a way to alter the classpath if needed?
 

Can I ask Why would you like to do this?
Note that
a) such scenario is possible in maven but not supported out of the box 
and requires  quite a  lot of work
b) recommended way of doing it (projects exchange information via the 
repository)  is
 i) faster (for some dissusion related to this subject you can for 
example take a look at Vincent's blog

(http://blogs.codehaus.org/people/vmassol/archives/000953_binary_dependency_builds.html)
 ii) more scalable as it replaces messy peer to peer model with 
something more elegant: projects just communitate
  with repository - never with other projects directly.

My experience tells ms that that reactor based builds should be used for 
tasks like generation of aggregated websites - but if it is possible 
they should be avoided as the normal pratice for building large projects 
with many artifacts. The concept of exchaning artifacts via the 
repository  is something which works pariculary well with continous 
integration systems.

Michal
--
Dzwon kilka razy taniej! >>> http://link.interia.pl/f1840
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


java:compile altering classpath

2005-01-15 Thread Alexander Rupsch

I my build process I collect some projects using reactor. The projects
sometimes depend on each other. Now I'm looking for a way to compile
them without having there artifacts installed to the repo. What I need is:

1.) Calculation the path to created jar or classes in the target of the
depended project (since the reactor calculates the right build order it
should be there). I think that is not that hard to do.

2.) Add the path to the compile classpath of the project which depends
on it. How can I do this? I use  and the java:compile goal
for every reactor project, is there a way to alter the classpath if needed?

To make it a bit clearer:

main prj/
  |
  |--- modules (created during build)
  |  |--- module A/
  |  |  |-src
  |  |  |-project.xml   
  |  |--- module B/ (deps on A)
  | |-
  |
  |--- project.xml
  |--- project.properties

The dir "modules"  is created during the build according to some
project.properties (cvs module, branch, etc.). At the end the artifact
of the main project (which is mostly a war) will contain the code an
some resources of the modules. Which modules are used is configured in
the main project.properties, so the main project exists just to collect
modules.

-- 
Alexander Rupsch
http://www.dreinhalb.de

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]