On Thu, 2003-06-26 at 14:44, bob mcwhirter wrote:
> > As far as property accessing within a plugin:
> > 
> > ${maven.compile.target} 
> 
> So, just like normal, right?

I was actually thinking of just making property access the same across
the board so everywhere it's just

${plugins.<short-plugin-id>.<property-name>}

So for example

${plugins.antlr.srcDir}

The alteration being that jexl/velocity won't work when it's like

${plugins.antlr.src.dir}


So there would be one style of access across the board.

> > to access properties defined by the plugin itself and
> > 
> > ${plugins.antlr.src.dir}
> > 
> > to access properties defined in other plugins, this example showing
> > access to the antlr plugin's properties.
> 
> Sounds like a plan to me.
> 
> +1.
> 
>       -bob
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
-- 
jvz.

Jason van Zyl
[EMAIL PROTECTED]
http://tambora.zenplex.org

In short, man creates for himself a new religion of a rational
and technical order to justify his work and to be justified in it.
  
  -- Jacques Ellul, The Technological Society


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

Reply via email to