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.


-- 
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