RE: Help with plugin - is this possible?

2006-04-28 Thread Joel Sherriff
-Original Message- >From: dan tran [mailto:[EMAIL PROTECTED] >Sent: Wednesday, April 26, 2006 5:48 PM >To: Maven Developers List >Subject: Re: Help with plugin - is this possible? > >If they are not using Continuum, ask them to use CruiseControl ;-) just kidding. Just a little humor I

RE: Help with plugin - is this possible?

2006-04-26 Thread Joel Sherriff
with plugin - is this possible? It isn't the job of a plugin and I don't think it's possible. Why do you want to add a sensor to a tool like maven or ant, I think it would be better to create it for continuum. In Continuum, you have all infos. Emmanuel Joel Sherriff a écrit : >

RE: Help with plugin - is this possible?

2006-04-26 Thread Joel Sherriff
Well guys, I got my plugin working but haven't been able to do everything necessary. Perhaps this isn't the job for a plugin. What I'm trying to do is write a sensor for a tool called Hackystat that monitors tool usage. In the case of Maven, I'd like to record build success/failure, the phase

RE: Help with plugin - is this possible?

2006-04-26 Thread Joel Sherriff
, 2006 7:47 PM To: Maven Developers List Subject: Re: Help with plugin - is this possible? http://www.mergere.com/products.jsp you want to readup on that -D On 4/25/06, Joel Sherriff <[EMAIL PROTECTED]> wrote: > > No, I thought that would substite the literal "something".

RE: Help with plugin - is this possible?

2006-04-25 Thread Joel Sherriff
null" as well. -Original Message- From: dan tran [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 25, 2006 6:45 PM To: Maven Developers List Subject: Re: Help with plugin - is this possible? did you pass in somethingelse to the configuration? or -Dsomething=xyz? -D On 4/25/

RE: Help with plugin - is this possible?

2006-04-25 Thread Joel Sherriff
Here's another question, now that I've accepted the uglyness of my task :-) I'm trying @parameter substitution and am not having any luck at all, what could I be doing to cause it not to work? I have this very simple plugin: public class Sensor extends AbstractMojo { /* * @parameter expressio

RE: Help with plugin - is this possible?

2006-04-25 Thread Joel Sherriff
o you need multiple elements. On 4/25/06, Joel Sherriff <[EMAIL PROTECTED]> wrote: > > > > >@phase phase is the default phase, so that you dont have to setup > element in your pom. > > Hmmm, I'm not following you. Could you type that a little slower? > > >

RE: Help with plugin - is this possible?

2006-04-25 Thread Joel Sherriff
n something like: compile install deploy runme ? I tried that and it barked about too many s On 4/25/06, Joel Sherriff <[EMAIL PROTECTED]> wrote: > > > Thanks for the input.

RE: Help with plugin - is this possible?

2006-04-25 Thread Joel Sherriff
nd it to any build lifecycle. All of the project information can be accessed through the plugin - I think they call them mojos. for more details check : http://maven.apache.org/guides/introduction/introduction-to-the-lifecycl e.html I'll try to read further may

Help with plugin - is this possible?

2006-04-24 Thread Joel Sherriff
I've read the api docs but there some things I don't understand and would appreciate some clarification on... I'd like to write a plugin that records the main phase invocations (compile, install, test, package, deploy, etc), the time, the project being operated on, and probably some more info I h