Will the released version allow u to download it more than once?

On 4/26/06, Brett Porter <[EMAIL PROTECTED]> wrote:
>
> I should just give a heads up - this will be getting an update, when it
> is "officially" released. Stay tuned.
>
> - Brett
>
> Brian E. Fox wrote:
> > BTW, this book looks like a great resource. Thanks to Vincent, Jason,
> > Brett et all for putting this together. Finally I can stop explaining to
> > everyone how awesome maven is and let them figure it out for themselves!
> >
> >
> > -----Original Message-----
> > From: dan tran [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, April 25, 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".  What I'm
> >> really trying to do, of course, Is to substitute project attributes
> >> such as version or artifactId or groupId - none of which is working
> >> Either.
> >>
> >> @parameter expression="${project.version}"
> >>
> >> Gives me "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 <something>somethingelse</something> to the
> >> configuration?
> >>
> >> or -Dsomething=xyz?
> >>
> >> -D
> >>
> >>
> >>
> >>
> >> On 4/25/06, Joel Sherriff <[EMAIL PROTECTED]> wrote:
> >>>
> >>> 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 expression="something"
> >>> */
> >>>    private String aString;
> >>>
> >>>    public void execute() throws MojoExecutionException
> >>>    {
> >>>        System.out.println( "Something was done " + aString);
> >>>    }
> >>> }
> >>>
> >>> But "astring" is always null, instead of "something".  Obviously if
> >>> this doesn't work, then trying to substitute the project's
> >>> artifactId into astring isn't going to work.
> >>>
> >>> J
> >>>
> >>> --------------------------------------------------------------------
> >>> - 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]
>
>


--
http://www.multitask.com.au/people/dion/
Chuck Norris sleeps with a night light. Not because Chuck Norris is afraid
of the dark, but because the dark is afraid of Chuck Norris

Reply via email to