On Thu, 2003-06-26 at 12:51, Jason van Zyl wrote:
> On Thu, 2003-06-26 at 10:41, Jason van Zyl wrote:
>
>
> > ${plugins.antlr.src.dir}
> >
> > to access properties defined in other plugins, this example showing
> > access to the antlr plugin's properties.
>
> The only problem with this is that jexl(velocity) doesn't deal with this
> very well as I soon found out. So something like:
>
> ${plugins.java.maven.compile.target}
>
> doesn't resolve but
>
> ${plugins.java.mavenCompileTarget}
>
> does.
>
> So we can either standardize on property names to follow the same
> convention as Java variables or come up with a different way to access
> properties from external plugins.
The properties as java variable names works just fine and as a final
option we could just use:
${plugin.<short-id>.<property>}
across the board for access to properties. One standard way no matter
what plugin you are in.
--
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]